Hello,
Do you know if it is possible to add a zoom effect on a non animated GIF or PNG file?
This is what I need: http://freegifmaker.me/img/gifim300x226/1249416126.gif
Moreover is it possible to add a delay between each zoom?
(non animated GIF or PNG >> wait X seconds >> zoom effect >>)
Thank you in advance for helping me...
M.
How to add a zoom effect on a GIF or PNG file (command line)
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: How to add a zoom effect on a GIF or PNG file (command line)
That is a GIF file, so can contain multiple frames. PNG files contain only single frames, so can't record animations.
For a zoom effect from a single image:
1. Read the image.
2. Create multiple versions of that image, each scaled by a different amount (but the same overall size).
3. Write the multiple frames to any file format that can record multiple frames, such as GIF.
For step 2, I generally use "-distort SRT".
EDIT: For some examples, see my "Animation with SRT" page.
For a zoom effect from a single image:
1. Read the image.
2. Create multiple versions of that image, each scaled by a different amount (but the same overall size).
3. Write the multiple frames to any file format that can record multiple frames, such as GIF.
For step 2, I generally use "-distort SRT".
EDIT: For some examples, see my "Animation with SRT" page.
snibgo's IM pages: im.snibgo.com
Re: How to add a zoom effect on a GIF or PNG file (command line)
Hi Snibgo,
Thank you very much for your help!
M.
Thank you very much for your help!
M.