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
2 answers

How ImageMagic determines the ColorSpace of a PNG?

Suppose I create a simple PNG with: convert -size 1x1 canvas:red red.png Here is a similar image (bigger size) for reference: Then run the command identify on it. It tells me the ColorSpace of the image is sRGB but there seems to be NO indication…
0
votes
0 answers

ImageMagick Identify fails for tiff files

I am using "identify" method of ImageMagick to get size of images. I use command in format: "identify.exe" -format "%wx%h" "[IMAGE_FILE_PATH]" I am unable to get resolution of few images. Want to know if this could be an issue with image? Or…
pooja
  • 319
  • 1
  • 2
  • 21
0
votes
1 answer

Converting Background of a Image to transparent Using imagemagick programaticaly

I am trying to Convert all the white background of a Image (generated from Html using a plugin) to transparent so that I can use it as a stamp Using image As MagickImage = New MagickImage(filenamelocation) …
0
votes
1 answer

What is the differrence between colormap and historam in the identify command output?

I use the identify command in the form below: identify -verbose image.png Part of the output is: Colors: 8 Histogram: 49602: ( 49, 51, 39) #313327 srgb(49,51,39) 36492: ( 98,121,135) #627987 srgb(98,121,135) 21728: ( 98,182,240)…
Jannis Ioannou
  • 1,692
  • 1
  • 14
  • 17
0
votes
0 answers

maxBuffer length exceeded error on the imagemagick identify method

I try to identify a pdf of 200 pages with imagemagick but its gives me a error ' maxBuffer length exceeded' i tried to change my policy file i use the newest imagemagick i have installed ghostscript for the pdf