In ImageMagick 6.8.0-4
For PSD:
the resolution unit is unset in the psd.c
correction in psd.c:465:
image->units = PixelsPerInchResolution;
For PNG:
the image->matte info in unset during the call of the function PingImage()
correction in png.c:2913
image->matte=(((int) ping_color_type == PNG ...
Search found 1 match
- 2012-12-19T02:39:15-07:00
- Forum: Bugs
- Topic: PSD and PNG
- Replies: 1
- Views: 2125