Releases: bclindner/iasipgenerator
Releases · bclindner/iasipgenerator
Version 1.3
Some major changes:
- The generator package now has a separate function,
LoadFont
, for loading the Textile font necessary. It takes any arbitrary path as an argument, so now the path to the font can be anywhere you choose. - The generator now encodes JPEG files instead of PNG.
- This is mostly a change for myself; I like to encode the generated files into videos with Temptation Sensation playing in the background for a few seconds for good measure, and for some reason it doesn't like the PNG files the Go encoder spits out.
Version 1.2
- Now with 100% more GPL v3 licensing!
- Renamed the package to iasipgenerator.
- Fixed the offset problem (again).
- The actual image generator has been broken out into a subpackage so it can be used as a library in other programs if necessary.
- The implementation as a library is still kinda hacky - the function itself requires a
textile.ttf
file in the same directory as the executable still. I could require a generic font object as an argument so that it doesn't have to try to find it like that, but I don't see that as a particularly elegant solution either. Will have to do some more thinking there.
- The implementation as a library is still kinda hacky - the function itself requires a
Version 1.1
Fixed an offset problem, and added the GNU GPLv3 as license.
Version 1.0
Initial release. Only the linux_x64 binary has been tested - use the rest at your own risk.