This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: :: | |
:: tumblrgif v3 :: | |
:: :: | |
:: converts video files to gif files that meet tumblr's size limit. :: | |
:: this is a windows batch file. tested on win 10. :: | |
:: :: | |
:: depends on: :: | |
:: ffmpeg :: | |
:: imagemagick :: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* every 24 bit color | |
* | |
* this sketch will generate and on left click, compress and save a fairly | |
* large image. if you have doubts about anything, save your work before | |
* running it. | |
* | |
* coded in Processing 3.0 IDE | |
* i appreciate a mention/link back in derivative works |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* infrastice 1 | |
* | |
* coded in Processing 3.0 IDE | |
* i appreciate a mention/link back in derivative works | |
* | |
* hexmoire / michael mcknight | |
* http://hexmoire.tumblr.com/ | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* subdivision 6.2 | |
* | |
* coded in Processing 3.0 IDE | |
* i appreciate a mention/link back in derivative works | |
* | |
* hexmoire / michael mcknight | |
* http://hexmoire.tumblr.com/ | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* droplets 1 | |
* | |
* coded in Processing 2.2.1 IDE | |
* i appreciate a mention/link back in derivative works | |
* | |
* hexmoire / michael mcknight | |
* http://hexmoire.tumblr.com/ | |
* |