TheAlienDoctor / minecraft-resource-pack-converter

Converts Minecraft resource packs between versions (Bedrock and Java)
BSD 3-Clause "New" or "Revised" License
49 stars 2 forks source link

Image manipulation tools to allow more textures to be converted. #5

Open TheAlienDoctor opened 1 year ago

TheAlienDoctor commented 1 year ago

There are lots of animated textured that are separate files on one version, but then on the other are combined. An example of this being the compass and clock.

Image manipulation tools would allow these images to either be split apart of combined depending on the conversation allowing for even more textures to be able to be converted.

TheAlienDoctor commented 1 year ago

The FreeImage library may be of use here.