Skip to content

1.9 - Fixes to random freeze up and crash conditions

Compare
Choose a tag to compare
@MechTechnology MechTechnology released this 25 Aug 10:35
· 97 commits to main since this release
c820bc0
  • Should fix the random freeze up that happen with very specific document size.
  • It treats what the last version could not.
  • Removes the numpy warning about subtraction unsigned int... since images are made of arrays of unsigned integers (SO.... changed a bit how the pixel value is calculated). bye bye warning :D.
  • Sets up some functions for a possible future feature.