Skip to content

Releases: bclindner/iasipgenerator

Version 1.3

15 Dec 04:23
Compare
Choose a tag to compare

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

05 Dec 01:29
Compare
Choose a tag to compare
  • 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.

Version 1.1

04 Dec 05:42
Compare
Choose a tag to compare

Fixed an offset problem, and added the GNU GPLv3 as license.

Version 1.0

04 Dec 05:00
Compare
Choose a tag to compare

Initial release. Only the linux_x64 binary has been tested - use the rest at your own risk.