Game Development Community

Filter Pad for "FULL" images?

by Vern Jensen · in Torque Game Builder · 10/01/2008 (12:22 pm) · 2 replies

I thought the filter pad checkbox was there to ensure that imageMaps that use the "CELL" layout don't interfere with each other. But when I tried unchecking the filter pad checkbox on several "FULL" images today, a thin white line was added to the bottom and right sides of many of the images. I'm wondering if anyone can explain this, so I can understand why this happens.

#1
10/06/2008 (11:36 pm)
Your image resolutions need to be in powers of 2 to avoid the white lines.
#2
10/07/2008 (12:20 am)
Ahhh, thanks! That makes total sense now.