Quote:
Originally Posted by killspree
Icons are stored in the dragitemxx.tga files in the default folder within uifiles.
|
with this in mind you can use ImageMagick to measure, copy, regen a new image (icon) out of the slate of images. Then move loc to x,y based on pixle size and repeat. I did something.. similar with a diffrent image.
I use to play MOHAA.. and the game took TGA screen shots.. my gaming clan wanted to share the images but not everyone had a way to convert them. So.. with image magick and php i made an image uploader. The uploader allowed you to select a new resolution up to 1600x1200 and a new file type (jpg, gif) .. the image would get uploaded.. converted.. old one deleted.. and link displayed for new image. The clan LOVES it.
Hope this helps...