Thanks for your help!
It works fine after converting the pngs to MIFF.
https://stackoverflow.com/questions/498 ... gick-7-0-7
Search found 4 matches
- 2018-04-17T09:14:29-07:00
- Forum: Users
- Topic: improper image header
- Replies: 6
- Views: 9890
- 2018-04-16T22:53:59-07:00
- Forum: Users
- Topic: improper image header
- Replies: 6
- Views: 9890
Re: improper image header
Thanks for the reply! I used convert command in IM 6 but now I updated to IM 7 so I changed commands to magick. Yes the commands with actual image files directly work fine! These were my IM 6 commands and they were working fine before upgrading to IM 7 convert -define stream:buffer-size=0 png:- png ...
- 2018-04-16T22:13:01-07:00
- Forum: Users
- Topic: improper image header
- Replies: 6
- Views: 9890
Re: improper image header
Did anyone get chance to look at this?
Please let me know.
Please let me know.
- 2018-04-14T20:14:12-07:00
- Forum: Users
- Topic: improper image header
- Replies: 6
- Views: 9890
improper image header
Hi, I am running on Mac OS High Sierra The following commands work fine with ImageMagick 6.9.0 convert -define stream:buffer-size=0 png:- png:- -alpha off -compose copy-opacity -composite png:- compare -define stream:buffer-size=0 -fuzz 17% -metric AE png:- png:- png:- I updated ImageMagick 6.9.0 to ...