can't get resolution of same images

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
krashGT
Posts: 1
Joined: 2014-03-03T06:55:09-07:00
Authentication code: 6789

can't get resolution of same images

Post by krashGT »

I'm trying to get resolution of jpg image.
Resolution of same images is detected perfect, but same all time return 0 resolution.
I use method getImageResolution, trying to get all info (method identifyImage()), return 0 resolution. Any idea to resolve this?

Use ImageMagick 6.8.8-3 in php server.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: can't get resolution of same images

Post by snibgo »

Some images don't have a resolution.
snibgo's IM pages: im.snibgo.com
Post Reply