Questions tagged [imagemagick-identify]

For the ImageMagick bitmap conversion software suite, the identify program describes the format and characteristics of one or more image files. It also reports if an image is incomplete or corrupt.

Source: http://www.imagemagick.org/script/identify.php

The identify program describes the format and characteristics of one or more image files. It also reports if an image is incomplete or corrupt. The information returned includes the image number, the file name, the width and height of the image, whether the image is colormapped or not, the number of colors in the image, the number of bytes in the image, the format of the image (JPEG, PNM, etc.), and finally the number of seconds it took to read and process the image. Many more attributes are available with the verbose option. See Command Line Processing for advice on how to structure your identify command or see below for example usages of the command.

35 questions
0
votes
1 answer

How can I programmatically tell if an eps file has a gradient?

I imagine imagemagick or likewise could achieve this, but have not yet found a command to tell me.
Vinny Glennon
  • 149
  • 1
  • 13
0
votes
0 answers

ImageMagick failes to read a JPEG image

I've been using ImageMagick 6.9.0 for some time, and had setup some Railo scripts using it on a Windows Server 2008 R2 Standard Edition machine a while back. I know that they worked at the time. I just tried to run them on a new set of images now,…
Nicholas
  • 1,974
  • 4
  • 20
  • 46
0
votes
1 answer

Imagemagick GraphicsMagick image mean command

I use the following command that works in imagemagick to get the mean of a picture identify -format "%[mean]" photo.jpg the same command does not work under graphicsmagick. Is there an equivalent I can use?
m1416
  • 1,049
  • 12
  • 22
-1
votes
2 answers

ModuleNotFoundError: No module named 'wanda'

I am trying use to create an image with logo on it I have "logo.png" and try to add logo in multiple images and add into the ppt using pptx in python but I have problem about how to install wand module in my pc.
-1
votes
1 answer

Imagemagick ftp and spaces

Imagemagick provides the identify tool, which works perfectly for what I need. I use it on Ubuntu, with Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114. Here is how I use it: $ identify "ftp://SERVERNAME:PASSWORD@HOST/DIRECTORY/FILE.pdf" But when…
Daisybodo
  • 1
  • 2
1 2
3