Skip to content

TriPaint 1.3

Compare
Choose a tag to compare
@Martomate Martomate released this 28 Aug 01:07
· 117 commits to master since this release
ca6e0f6

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.