jtmjtm2001 opened this issue on Aug 11, 2007 ยท 12 posts
bruno021 posted Fri, 17 August 2007 at 2:43 AM
A 24 bit bmp file is actually an 8bit image. You need a 16bit greyscale in order to avoid artifacts.
The 24bit mentionned refer to the number of colours within the file, not the sampling resolution, which is 8bit for a jpg or bmp. tiff, psd and tga can be 16bit, but you can't convert 8bit images to 16bits.