Page 1 of 1

[RESOVED]possible bug with -strip with first page specified IM 6.9.10.17

Posted: 2018-12-19T14:06:33-07:00
by fmw42
Why is the file size lost when I specify the first frame/page/layer?

This works fine to get the file size of a JPG

Code: Select all

identify -quiet -verbose -strip flowers_van_gogh.jpg | grep "Filesize"
Filesize: 84456B

This fails to get the file size when adding [0]

Code: Select all

identify -quiet -verbose -strip flowers_van_gogh.jpg[0] | grep "Filesize"
Filesize: 0B


It worked fine with IM 6.9.9.46.

Re: possible bug with -strip with first page specified IM 6.9.10.17

Posted: 2018-12-19T16:47:10-07:00
by magick
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.

Re: possible bug with -strip with first page specified IM 6.9.10.17

Posted: 2018-12-21T19:29:52-07:00
by fmw42
Thanks. This seems to be fixed at least in 6.9.10.19