Hello,
I've worked with quite a few Raster datasets in the past, but not so much of the Imagery kind.
I see that these Raster Images have Integer numerical values that are either "signed" and can store negative values, or they are "unsigned" and cannot -- meaning they only store positive values. I also see that the range of values depends on the number of Bits.
But "What is the significance of the Signed/Unsigned Char Pixel Type for Raster images?"
In other words, what does it mean? Why should I care?
Thanks,