Most of it seems to just come down to using the image library. Thankfully, from a code perspective, I'm not very reliant on it. Most of the library's usage comes down to the SlyImage abstraction, which is relatively small.
Unfortunately, there aren't any more libraries available that provide what I need. This means that I will probably have to write my own image processor, something I would not be looking forward to :/
Notes:
Most of it seems to just come down to using the
image
library. Thankfully, from a code perspective, I'm not very reliant on it. Most of the library's usage comes down to theSlyImage
abstraction, which is relatively small.Unfortunately, there aren't any more libraries available that provide what I need. This means that I will probably have to write my own image processor, something I would not be looking forward to :/