Search found 1 match

by qwertyuiop15678
2013-03-29T17:31:30-07:00
Forum: Bugs
Topic: Resizing gif produces weird, striped jpg and png
Replies: 1
Views: 3119

Resizing gif produces weird, striped jpg and png

I installed newest ImageMagick and tried to resize gif image, but the result is not correct, it is striped somehow.

The command was:
mogrify -format jpg -quality 100 -geometry x140 tuomas.gif

The same occurs in gif->png:
convert -format png -quality 100 -geometry x140 tuomas.gif tuomas.png ...