简体   繁体   中英

Rotate GIF Image And Save GIF Animation

I have problem. :) I need rotate this gif image .

I found many many scripts, but when I rotate this image, the GIF animation stops.

How can I rotate a GIF image and keep the animation? Thank you.

Use ImageMagick like this:

convert input.gif -rotate 90 out.gif

在此处输入图片说明

  1. Download the awesome ScreenToGif tool https://github.com/NickeManarin/ScreenToGif/wiki/Help

  2. Open the GIF file: Ctrl + O

  3. In the Image tab, select all GIF frames (Ctrl + A)

  4. On the Image tab toolbar, click on Flip/Rotate

  5. On the right side Flip/Rotate options panel, select the appropriate option, eg: "Rotate Right 90"

  6. On the same panel click on "Apply"

  7. Go to the File tab and click on "Save As"

  8. Select the file format and name and click OK.

  9. Wait

  10. Done

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM