photoshop is standard 24bit (RGB) danwel 32bit(CMYK) (waarbij moet worden opgemerkt dat het CMYK spectrum alhoewel 32bit wel beperkter is dan RGB)
je kunt naar 8bit PNG exporteren via imageready, of anders de mode naar indexed colors zetten
je kunt naar 8bit PNG exporteren via imageready, of anders de mode naar indexed colors zetten
Intelligente mensen zoeken in tijden van crisis naar oplossingen, Idioten zoeken dan schuldigen
What if I need more than 8-bit precision?
Baseline JPEG stores images with 8 bits per color sample, in other words
24 bits per pixel for RGB images, 8 bits/pixel for grayscale, 32 bits/pixel
for CMYK, etc. There is an extension that stores 12 bits/sample for
applications that need higher accuracy. Medical images, for example, are
often 12-bit grayscale. The 12-bit extension is not very widely supported,
however. One package that does support it is the free IJG source code (see
part 2, item 15).
For lossless JPEG, the standard permits any data precision between 2 and 16
bits per sample, but high-precision lossless JPEG is even less widely
supported than high-precision lossy JPEG. The Stanford PVRG codec (see
part 2, item 15) reportedly supports up to 16 bits/sample for lossless JPEG.
bron: http://www.cs.ruu.nl/wais/html/na-dir/jpeg-faq/part1.html
Baseline JPEG stores images with 8 bits per color sample, in other words
24 bits per pixel for RGB images, 8 bits/pixel for grayscale, 32 bits/pixel
for CMYK, etc. There is an extension that stores 12 bits/sample for
applications that need higher accuracy. Medical images, for example, are
often 12-bit grayscale. The 12-bit extension is not very widely supported,
however. One package that does support it is the free IJG source code (see
part 2, item 15).
For lossless JPEG, the standard permits any data precision between 2 and 16
bits per sample, but high-precision lossless JPEG is even less widely
supported than high-precision lossy JPEG. The Stanford PVRG codec (see
part 2, item 15) reportedly supports up to 16 bits/sample for lossless JPEG.
bron: http://www.cs.ruu.nl/wais/html/na-dir/jpeg-faq/part1.html