How can Crop Animated GIF in to JPEF image format
Posted: 2010-03-25T00:32:57-07:00
Hi All,
1. I'm trying to crop GIF image in to JPEG image but getting multiple image. I want single jpeg image , is this possible?[No metter if animation is lost.]
2. I'm trying to crop GIF image in to JPEG image but getting multiple image. I want single jpeg image , is this possible ? [Without image animation lost, not possible logically but want to make sure from you guys.]
Crop in to gif format
Crop in to jpg/jpeg format
Thanks in advance.
Regards
Satya
1. I'm trying to crop GIF image in to JPEG image but getting multiple image. I want single jpeg image , is this possible?[No metter if animation is lost.]
2. I'm trying to crop GIF image in to JPEG image but getting multiple image. I want single jpeg image , is this possible ? [Without image animation lost, not possible logically but want to make sure from you guys.]
Crop in to gif format
Code: Select all
Command -> convert animatedflag.gif -crop 197x153+3+0 -quality 100 animatedflag1.gif
Result -> animatedflag1.gif
Code: Select all
Command -> convert animatedflag.gif -crop 197x153+3+0 -quality 100 animatedflag2.gif
Result -> animatedflag2-0.jpeg
animatedflag2-1.jpeg
animatedflag2-2.jpeg
animatedflag2-3.jpeg
animatedflag2-4.jpeg
Regards
Satya