Depth48Image.st
changeset 7901 b9172b06ac27
parent 7820 6aa5db2eb320
child 8202 7b3f069ae406
equal deleted inserted replaced
7900:071c5d996122 7901:b9172b06ac27
    40 "
    40 "
    41     this class represents 48 bit images as possibly provided by png 3x16bit rgb images.
    41     this class represents 48 bit images as possibly provided by png 3x16bit rgb images.
    42     Such images are normally not used in real world applications, as humans cannot differentiate 
    42     Such images are normally not used in real world applications, as humans cannot differentiate 
    43     more than roughly 200 distinct color tone values. However, in image processing (false-color) applications,
    43     more than roughly 200 distinct color tone values. However, in image processing (false-color) applications,
    44     such a fine grain image makes sense and is sometimes used.
    44     such a fine grain image makes sense and is sometimes used.
       
    45 
       
    46     For now, the rest of the system (for example, the image editor) cannot reallydeal with
       
    47     such images. So some work may be required in the future.
    45 
    48 
    46     [author:]
    49     [author:]
    47         Claus Gittinger
    50         Claus Gittinger
    48 
    51 
    49     [see also:]
    52     [see also:]