This file contains hidden or 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
| -- Easecopy v1.0.3 | |
| -- Changelog: | |
| -- v1.0.3 : Makes the script composition-agnostic | |
| -- v1.0.2 : Fixes an issue where number-only ease names would crash the script | |
| ---------------------- | |
| -- UI_MANAGER SETUP -- | |
| ---------------------- |
This file contains hidden or 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
| // requires libpng and png++ (brew install png++) (sudo apt-get install libpng++-dev) | |
| // compile with g++ -o 8ci-png 8ci-png.cpp -lpng | |
| // add -I/usr/local/include if on mac and errors out with "png++/png.hpp: no such file or directory" | |
| #include <iostream> | |
| #include <fstream> | |
| #include <vector> | |
| #include <png++/png.hpp> | |
| //-----------8ci palette--------------- | |
| std::vector<png::rgb_pixel> colors = { |