| Description: | When reading RGB bitmaps, the 255/255/255 will be converted to 254, so not completely white. Also if reading RGB bitmaps, the software does not convert it to all possible grayvalues. For example having a RGB bitmap with grayvalues from 1-255 and importing it, SAM makes steps into the image. Regarding the RGB steps problem, a work around is to convert the image into a gray image with an external tool (for example IrfanView) This problem just exists for reading bmp files. Reading jpg and other pixel formats is working fine.
|