Search found 2 matches

by manojchaudhary
2017-08-29T02:33:57-07:00
Forum: Bugs
Topic: StripOffsets count gets increased while rotating image
Replies: 0
Views: 13379

StripOffsets count gets increased while rotating image

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 ...
by manojchaudhary
2017-08-28T02:53:36-07:00
Forum: Bugs
Topic: Rotate same image more than once creates blank image
Replies: 2
Views: 5446

Rotate same image more than once creates blank image

Hi Team,

I am rotating image using ImageMagick 7.0.4-0 Q8 x86_64 on Ubuntu 14.04.1 OS.

Please find the below command -

convert -rotate -90 a.png b.png

Once the image is converted and I am rotating it once again as

convert -rotate -90 b.png c.png

the output is a blank image.

Please find the ...