Return to Website

MWGraphics Forum

none

MWGraphics Forum
Start a New Topic 
Author
Comment
DXTBmp problem

All of a sudden, after years of using DXTBmp with out any problems, today all of a sudden, DXTBmp has started loading my images but resizes them making them smaller. This is not helping. Does anyone know the cause?

I have uninstalled DXTBmp and re-installed it and still have the same issue.

Re: DXTBmp problem

DXTBmp is for the editing of Game textures.
These have to be a power of 2 in width and height so it will automatically resize any that aren`t. This has always been the way it works and there shouldn`t be any other circumstances where it would perform resizing.
Are the images you are using a non-valid size?
Valid power of 2 sizes are 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024 and 2048. Anything else will be changed to the nearest valid size

If the imaes are valid sizes the DXTBmp shouldn`t change them. I can`t think of any reason this would happen.
I certainly haven`t changed anything in the code for quite a while