CImage:Pixels
The Pixels method returns the number of pixels in the image.
nPixels = CImage:Pixels() where |
nPixels is the total number of pixels.
On failure, this method returns 0.
Suppose that CImage I has dimension 100 x 2000 x 8. Then
|
-- returns nLen = 1600000 |