TriPaint 1.3
Changes:
- The project now uses Scala 2.13
- Some GUI improvements have been made
- In this version a new image storage format has been introduced
The new format uses recursion and has been created specifically for easier resizing of images. If an image is scaled by a factor of 2 in a normal image editing program, the corresponding tri image will look very similar to the original tri image. This was not the case with the old format. This property is important for mipmapping used in many games.