Vtex.exe - ERROR: Can't convert image from RGBA8888 to DXT1 in CalcLowResImage

Posted Feb 13, 2012

This error occurs if you are trying to compile an image that has a dimension that isn't a Power of 2. Make sure that the TGA you are trying to compile has a dimension where the height and width are powers of 2.

Valid Dimensions

  • 512x512
  • 1024x1024
  • 1024x512
  • Etc

Invalid Dimensions

  • 47x56
  • 1024x517
  • 1026x1024
  • Etc

Newsletter Subscription