-
I am trying to resize an image to a 3x2 crop and then split the image up into 6 square subimages. The following two commands using a temp file works:> magick rose: -size 84x55 canvas: +swap -......
-
I'm trying to to do a basic convert:$ convert image.png out.jpgbut getting errorconvert-im6.q16: no images defined `out.jpg' @ error/convert.c/ConvertImageCommand/3258.Why does it say "no ......
-
This seems like a question people may have asked indirectly before, but my question is more straightforward.I have a folder of images sized 559x464 px.[[email protected]:cropped]% file file1_95w65w20n50n.......
-
ImageMagick version: 7.0.10-35 Q16Heres my codeconvert -respect-parenthesis -size 500x500 xc:#fff \( -pointsize 32 -fill blue -gravity NorthWest -annotate +198+368 'Hello' \) \( -pointsize 18 -......
-
I've got an 540x540 image of 54x54 color squares (same sizes).When I resize it to 54x54px it looks horrible (blurred), shouldn't a resize like this be perfectly done with imagemagick?is I possible ......
-
Image processing in the TYPO3 9 install tool fails for PDF to JPG generation (thumbnail generation), while running a convert on the console works.I use a ionos managed dedicated server and activated ......
-
Given an image im,>>> np.random.seed(0)>>> im = np.random.randint(0, 100, (10,5))>>> imarray([[44, 47, 64, 67, 67], [ 9, 83, 21, 36, 87], [70, 88, 88, 12, ......
-
I have two images and would like to merge them horizontally: the first half of the first image, with the second half of the second image, so that the output size is the same as the input images.I ......
-
I need to process a large amount of scans of dot matrix printed documents in order to optimize them for reading with an ocr engine.I used imagemagick to make sure that there are no white spaces ......
-
In order to comply with licenses I have to remove some delegates form ImageMagick. For example, I removed ffmpeg.exe and edited the delegate.xml and removed the following lines:<delegate decode=&......
-
Hoping for some help.I have been using ImageMagick for a while to convert text files to images without issue.I recently moved an application over to a new server and this conversion has started to ......
-
Recently I upgraded Ubuntu to the 20.04 version.Unfortunately, after the upgrade, the problems with Imagemagick appeared.$ magickmagick: error while loading shared libraries: libIlmImf-2_2.so.22: ......
-
I want to remove a area from a image but I am not sure where to look at.Let me give you a example.Source: https://i.imgur.com/rNFDje9.pngDestination: https://i.imgur.com/m8uZOLJ.pngSo, I've ......
-
I am new in TYPO3, and I am trying something simple, add an image.Iam doing the following:I added Content Element "Text & Images"In the tab "Images" i uploaded an image ......
-
I want to save images to the server.the dialog opens fine, then I can't find how to save the pictures to the pictures directoryThanks<script>....if("save"==e.target.name){ ......