TG2 does not currently support JPEG2000 files. Additionally, the size of the file will ultimately have no direct affect on the amount of memory it uses when loaded. Memory use is directly determined by the size of the image and its color depth and number of color channels as compressed images are decompressed before being usable in Terragen (and most any other application).
So for example:
A 1000x1000 image has 1,000,000 pixels.
For a color image, you have 3 channels, red, green, blue
Each channel normally contains 8 bits of data to represent the color value
There are 8 bits per byte
Thus each channel is 1 byte
3 channels = 3 bytes per pixel
Times 1,000,000 and you get 3,000,000 bytes or 3 megabytes.
So all that really matters is image resolution and color bit depth. In the case of GeoTIFFs they are very often 32 or 16 bits per pixel, but also often with a single channel (grayscale).
- Oshyan