Bug#656942: closed by Bastien Roucariès roucaries.bastien+deb...@gmail.com (Bug#656942: fixed in imagemagick 8:6.7.7.2-1)

2012-06-01 Thread Vincent Fourmond
On Fri, Jun 1, 2012 at 3:10 AM, Jason Woofenden ja...@jasonwoof.com wrote: On 2012-05-31 09:51PM, Bastien ROUCARIES wrote: Please could you explain me, better. Particularly what are you expecting this time. Here's the bit from my original bug report: $ identify -verbose rock48.png | grep

Bug#656942: closed by Bastien Roucariès roucaries.bastien+deb...@gmail.com (Bug#656942: fixed in imagemagick 8:6.7.7.2-1)

2012-06-01 Thread Jason Woofenden
The storage class is really describing how the image is being stored internally by ImageMagick (with or without a colormap) and not the particular BMP format being written. Very strange! Well, then I guess it doesn't matter what identify outputs for the class if it doesn't tell you

Bug#656942: closed by Bastien Roucariès roucaries.bastien+deb...@gmail.com (Bug#656942: fixed in imagemagick 8:6.7.7.2-1)

2012-05-31 Thread Jason Woofenden
OK, now they match: $ identify rock48.png rock48.png PNG 20x20 20x20+0+0 8-bit DirectClass 981B 0.000u 0:00.000 $ identify -verbose rock48.png | grep Class Class: DirectClass ...but I think they're both wrong. rock48.png has a pallete, so they should both output PseudoClass

Bug#656942: closed by Bastien Roucariès roucaries.bastien+deb...@gmail.com (Bug#656942: fixed in imagemagick 8:6.7.7.2-1)

2012-05-31 Thread Bastien ROUCARIES
Please could you explain me, better. Particularly what are you expecting this time. Bastien On Thu, May 31, 2012 at 7:06 PM, Jason Woofenden ja...@jasonwoof.com wrote: OK, now they match: $ identify rock48.png rock48.png PNG 20x20 20x20+0+0 8-bit DirectClass 981B 0.000u 0:00.000 $ identify

Bug#656942: closed by Bastien Roucariès roucaries.bastien+deb...@gmail.com (Bug#656942: fixed in imagemagick 8:6.7.7.2-1)

2012-05-31 Thread Jason Woofenden
On 2012-05-31 09:51PM, Bastien ROUCARIES wrote: Please could you explain me, better. Particularly what are you expecting this time. Here's the bit from my original bug report: $ identify -verbose rock48.png | grep Class   Class: DirectClass Oops! should be:   Class: PseudoClass