1.9 - Fixes to random freeze up and crash conditions
- 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.