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.
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