PANDORE Version 6 | GREYC-IMAGE |
psetpixel sets the given value value to the pixel at the specified location x, y, z.
For color and multispectral image, the value is set on each bands.
In case of 2D image, z are not used but must be given.
Returns SUCCESS or FAILURE.
Set the value 255 to the pixel at the cordinates (10,12) in image tangram.pan.
psetpixel 10 12 0 255 examples/tangram.pan a.pan
Author: Régis Clouard