Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>fpcx_rot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FPCX_ROT()
   Rotates a PCX picture.

   Syntax
         nOk = FPCX_ROT(cInName,cTempName,cOutName,nRot)

   Arguments
         cInName     PCX image file name to rotate.
         cTempName   Temporary file name.
         cOutName    File name to write the rotated PCX image to.
         nRot        Rotation. 1 -  90 degrees
                               2 - 180 degrees
                               3 - 270 degrees

   Returns
         nOk         0 - failure, 1 - success.

   Description
         FPCX_ROT() rotates a PCX image to another file. An intermediate file
         is necessary to process the rotation. nRot sets the amount of
         rotation desired, 1 for 90 degrees, 2 for 180 degrees, and 3 for 270
         degrees.

See Also: FPCX_PUT() FPCX_SCALE() PCX_HEADER() PCX_TO_PIC()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson