lua-imagick
lua-imagick copied to clipboard
Use lua-imagick for WoW AddOn ?
Can I use this library in a WoW AddOn? I can't find documentation anywhere that demonstrate how to do so.
The game images files in my use case are tiles of 256x256. In order to display a full image, I need to stitch 12 tiles together with an aspect ratio of 4:3, effectively rendering an image of 1024x768.
Using magick library would allow me to achieve that because the game only accepts .tga images in a size of power of 2. Hence manually editing the images would force to have a 1024x1024 image and end up with a lot of transparent space.