Package: imagemagick
Version: 7:6.2.4.5.dfsg1-0.10
Severity: wishlist
File: /usr/bin/identify

The mighty identify -verbose command cannot tell the depth differences
that the mere file(1) command can?:

$ set /tmp/b.png /tmp/c.png
$ file $@
/tmp/b.png: PNG image data, 92 x 51, 8-bit colormap, non-interlaced
/tmp/c.png: PNG image data, 92 x 51, 2-bit colormap, non-interlaced
$ for i do  identify -verbose $i >| $i.i;done
$ diff $1.i $2.i
1,2c1,2
< /tmp/b.png PNG 92x51 92x51+0+0 PseudoClass 4c 619
< Image: /tmp/b.png
---
> /tmp/c.png PNG 92x51 92x51+0+0 PseudoClass 4c 642
> Image: /tmp/c.png
42c42
<   Filesize: 619
---
>   Filesize: 642


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to