BUG: Wrong checking image type on Ubuntu 12.04

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
vladimir_ff
Posts: 18
Joined: 2011-11-18T05:12:05-07:00
Authentication code: 8675308

BUG: Wrong checking image type on Ubuntu 12.04

Post by vladimir_ff »

Wrong checking image type on Ubuntu 12.04
This image: https://www.dropbox.com/s/9b542y8x1ehz602/grayscale.png
It is an JPEG image, extension does not matter
I do "identify -verbose" and see "PaletteType" on Ubuntu 12.04
If I do this on Ubuntu 11.04 and CentOs 6 i get "GrayScale" type.
Interetsting thing: if i run force convert to grayscale then i get truth - "GrayScale" type
-----
IM 6.7.8
Last edited by vladimir_ff on 2012-08-06T01:00:53-07:00, edited 1 time in total.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Wrong checking image type on Ubuntu 12.04

Post by glennrp »

Are you sure you have IM-6.7.8 on both platforms? "identify | head" to find out.
vladimir_ff
Posts: 18
Joined: 2011-11-18T05:12:05-07:00
Authentication code: 8675308

Re: Wrong checking image type on Ubuntu 12.04

Post by vladimir_ff »

glennrp wrote:Are you sure you have IM-6.7.8 on both platforms? "identify | head" to find out.
You are right, i have 6.7.6-9 on Ubuntu 11.04 and CentOs 6
But i installed the same 6.7.6-9 on Ubuntu 12.04 and got the same error
vladimir_ff
Posts: 18
Joined: 2011-11-18T05:12:05-07:00
Authentication code: 8675308

Re: Wrong checking image type on Ubuntu 12.04

Post by vladimir_ff »

What should I do with this problem? Behavior on developers machine differs from production one
Post Reply