Closed oubiwann closed 5 years ago
One downside is that we're currently using built-in support for BMP, with no need for additional deps -- switching to commons-imaging would increase totals deps ....
No need for this; ImageIO
seems to be working just fine.
Change BMP processing to this:
Then we'd also get TIFF support for free:
org.apache.commons.imaging.formats.tiff
Could be interesting.