home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / point / flip. / flip.bin
Text File  |  1995-12-09  |  453b  |  17 lines

  1. OPERATOR
  2.  
  3. flip --- perform a number of geometric transforms on an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The flip operator performs one of several common geometric transformations on 
  9. its input image. The transformation type is specified by the op parameter: 
  10. flip-y:         y' = -y
  11. flip-x:         x' = -x
  12. x-pose:         x' =  y
  13. r-90  :         x' =  y and y' = -y
  14. r-180 :         x' = -x and y' = -y
  15. r-270 :         x' =  y and x' = -x
  16. 
  17.