LibForge icon indicating copy to clipboard operation
LibForge copied to clipboard

Handle other texture sizes

Open maxton opened this issue 7 years ago • 1 comments

For simplicity the texture converter only supports 512x512 and 256x256 textures as both can just have their image data copied over to a 256x256 Forge texture, but it would be a good idea to support other texture sizes.

First, make invalid texture a warning and just leave the texture out of the custom. Then fix this.

maxton avatar Dec 29 '18 17:12 maxton

1024x1024 is handled now

maxton avatar Feb 20 '21 21:02 maxton