StripOffsets count gets increased while rotating image

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
manojchaudhary
Posts: 2
Joined: 2017-08-28T02:42:17-07:00
Authentication code: 1151

StripOffsets count gets increased while rotating image

Post by manojchaudhary »

Hi Team,

We are using ImageMagick 6.9.1-0 Q8 x86_64 version on Red Hat Enterprise Linux Server release 6.8 (Santiago) to rotate image. While I am rotating tiff file with JPEG compressioin, the StripeOffsets get increased from 1 to 206 due to which I am getting issues while processing it further with some other tools.
The command used is as following -
convert -rotate -90 -compress JPEG a.tif b.tif

https://drive.google.com/open?id=0B-dVR ... DRrdkIwbU0

The same is not replicable on latest version on ImageMagick i.e 7.0.6
Post Reply