[RESOVED]possible bug with -strip with first page specified IM 6.9.10.17
Posted: 2018-12-19T14:06:33-07:00
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
Filesize: 84456B
This fails to get the file size when adding [0]
Filesize: 0B
It worked fine with IM 6.9.9.46.
This works fine to get the file size of a JPG
Code: Select all
identify -quiet -verbose -strip flowers_van_gogh.jpg | grep "Filesize"
This fails to get the file size when adding [0]
Code: Select all
identify -quiet -verbose -strip flowers_van_gogh.jpg[0] | grep "Filesize"
It worked fine with IM 6.9.9.46.