using images different file formats
Posted: 13.12.2007, 18:58
I'm downloading and enjoying the bluemarblenextgeneration
But because the images take in so much space in png, want to experiment with images in jpg and jpg2000 and have also images in dds format.
In the addon a .ctx file that specifies the file format as being png.
Can I safely delete that line of code that says: TileType "png"
Celestia surely looks at the images itself for knowing the file format, or not?
By the way, does Celestia supports lossy and lossless jpeg2000 ?
But because the images take in so much space in png, want to experiment with images in jpg and jpg2000 and have also images in dds format.
In the addon a .ctx file that specifies the file format as being png.
Code: Select all
VirtualTexture
{
ImageDirectory "BMNG"
BaseSplit 0
TileSize 2048
TileType "png"
}
Can I safely delete that line of code that says: TileType "png"
Celestia surely looks at the images itself for knowing the file format, or not?
By the way, does Celestia supports lossy and lossless jpeg2000 ?