Skip to content

Use lua-imagick for WoW AddOn ? #19

Description

@jbusodev

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions