Problem : I’m trying to use the simple command to resize images and overwrite the originals: mogrify -resize 80% * […]
Tag: imagemagick
How can I run mogrify, but prefix the filename?
Problem : I have 300k+ jpg files in the same directory. Files are like: /covers 0788862281217.jpg 0788863155104.jpg 7888311516341.jpg 7888370920479.jpg 7888497074277.jpg […]
Execute command on a pair of files
Problem : **Context :**I’ve scanned a lot of old pictures, that have writing on the back. Using imagemagick, I can […]
ImageMagick: wrong size when converting PDF to JPG
Problem : I want to apply some improvements (change brightness, contrast, etc) to a pdf, to make it more readable, […]
XSane and ImageMagick automatically installed in my PC
Problem : While I was using GIMP, XSane and ImageMagick were automatically installed in my PC? GIMP has probably done […]
Should jpegtran remove more bytes than mogrify strip?
Problem : I’m currently using mogrify -strip image.jpg to remove unwanted bytes from images, it was suggested I could remove […]
ImageMagick: wrong size when converting PDF to JPG
Problem : I want to apply some improvements (change brightness, contrast, etc) to a pdf, to make it more readable, […]
Imagemagick convert returns “no decode delegate for this image format”
Problem : I am trying to use this command for ImageMagick: convert “c:users****My Documentstest.png” -transparent white test2.png However, I keep […]
get rid of transparency of selected part of png using imagemagic
Problem : I have this png image with transparency http://s18.postimg.org/d2h2m4yl5/flatten_canvas2.png I want to get rid of transparency using imagemagick, but […]
ImageMagick percentage escapes in Windows 10
Problem : I run the following in Windows 10 command line; convert file.png %t-test.png convert file.png ‘%t-test.png’ And I get […]