resizeing a tga

GeorgeCW

New member
I get an error to resize a tga to a power of 2 canmt't find anything searching. how would I go about it?
Geoprg Love it can't even spell my name right! George
 
In case that didn't answer your query re: "power of 2" - it means that the dimensions (in pixels) of the tga image must be a multiple of 2 in the series (2 .. 4 .. 8 .. 16 .. 32 .. 64 .. 128 .. etc). I am not sure if it also means that both horizontal and vertical dimensions must be the same.
 
Horizontal and vertical dimensions do not have to be the same - as an example, a 128x64 texture would be acceptable.

The largest texture dimension Trainz will accept without rescaling/resizing is 2056.

Kieran.
 
A texture file cannot have a dimension larger than 2048 pixels on a side, and the aspect ratio (the ratio of the dimensions of the length and width) must be smaller than 1:8, that is to say that dividing the size of the smaller dimension of a texture image into the larger one must give a quotient of 8 or less.

ns
 
Back
Top