PANDORE Version 6 | GREYC-IMAGE |
protation rotates the input image im_in to build the output image im_out. The rotation is done along the specified axis with a specified angle.
The output image im_out keeps the same type than the input image im_in. The new introduced pixels are set to 0.
Notice: 4 successive rotations with 90° produces an output image slightly different from the original image due to calculus approximation.
Returns SUCCESS or FAILURE.
Rotates tangram.pan to 90 degrees:
protation 0 90 tangram.pan a.pan
Construction de la rotation selon un axe du contenu d'une image.
Author: Régis Clouard