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_scale()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FPCX_SCALE()
   Scales a PCX picture.

   Syntax
         nOk = FPCX_SCALE(cInName,nHorz,nVert,cOutName)

   Arguments
         cInName     Name of file to scale.
         nHorz       New horizontal pixel size.
         nVert       New vertical pixel size.
         cOutName    Name of file to write the scaled image to.

   Returns
         nOk         0 - failure, 1 - success.

   Description
         FPCX_SCALE() scales a PCX image, cInName, to a new horizontal and
         vertical size, nHorz and nVert. It then writes the scaled image to an
         output file, cOutName.

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

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