hexagram30 / map

A map-making library for worlds, cities, dungeons, and buildings in hexagram30 projects
Apache License 2.0
2 stars 0 forks source link

Explore switching to Apache Commons Imaging #6

Closed oubiwann closed 5 years ago

oubiwann commented 6 years ago

Change BMP processing to this:

Then we'd also get TIFF support for free:

Could be interesting.

oubiwann commented 6 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 ....

oubiwann commented 5 years ago

No need for this; ImageIO seems to be working just fine.