ImageMagick 6.8.6-6 on Mac
convert -resize 200x200\> 1.gif 2.gif
source:

result:



Code: Select all
convert 20rlmk6.jpg.gif -layers coalesce -resize 200x200^> -layers optimize out.gifThe caret ^ is Windows escape. I forgot you were using bash, so needed backslash \. Sorry.snibgo wrote:-resize 200x200^>
Users browsing this forum: Bing [Bot] and 2 guests