View Single Post
  #1  
Old January 25th, 2007, 10:24 PM
Fingers's Avatar

Fingers Fingers is offline
Sergeant
 
Join Date: Jun 2005
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
Fingers is on a distinguished road
Default Re: Weird crap with my item mask...

If you use a tga you don't need to put a MASK line in the ini file at all since the image already has four channels.

(The MASK adds an alpha channel to a three-channel image to get around the three-channel limitation of jpg...)

Btw, one error that'll turn squares into trapezoids with straight top/bottom and angled sides is if the image width is off by exactly one pixel (say, 255 instead of 256).