-strip
Posted: 2013-07-21T15:47:57-07:00
Running
reveals Properties:exif:* and Properties:jpeg:* still in the png file. This began between versions 6.8.4-8 and 6.8.5-6.
I first noticed this new behavior when runningMy jpeg sampling-factor used to be set by -quality. Now it is being carried over from in.jpg (through a -strip, through a png file, and through a -quality setting).
Code: Select all
convert in.jpg -strip out.png
identify -verbose out.png
I first noticed this new behavior when running
Code: Select all
convert in.jpg -strip ... out.png
convert out.png -quality 95 out.jpg