TinyURL widget - shorten your URL's for free!

Enter a long URL to make tiny:

Saturday, April 4, 2015

How to make Animated GIFs Part 2

Ok;


This summarizes the work in past posts, I have made an animated GIF from Call of Duty: Advanced Warfare and I used this post:

http://techdiagnosys.blogspot.ca/2015/04/bash-shell-scripting-read-all-files-in.html


to remove every nth file from a series of PNG files and then I used ImageMagick to convert them into an animated GIF with a reasonable loop speed.

I use this post to convert:

http://techdiagnosys.blogspot.ca/2015/04/how-to-make-animated-gif-using-image.html

I could iterate the .png file reduction by every 3, 4 or 5 files recursively until down to the right size.

I know that blogger can upload files up to 45MB animated GIFs since that's what this one above is.

I hope this helps you and most likely me when I forget how to do this.





No comments:

Post a Comment