Skip to content

v1.2

Compare
Choose a tag to compare
@VishalRamki VishalRamki released this 28 Mar 05:38
· 2 commits to main since this release
f64bf87

v1.2 => Road To v2.0

  • Changes the way ASCII values are parsed. Previous it would insert random 0s which would cause images to be misaligned. It now correctly filters out Whitespace
  • Added Support for P2 PPM File Format - Which is the Portable GrayMap. Also supports the P5 format which is the binary version.
  • Fixed issue where byte position weren't being correctly calculated. This resulted in images being misaligned by a pixel.