Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>searchvesa()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    SearchVESA()

         Searchs the VESA mode of a gif file

    Syntax:

         SearchVESA ( cFile ) -> nMode

         cFile : Name of the GIF file

    Description:

         Analyzes a GIF file and returns the appropiate VESA mode to
         display the image.

    Return:

         The appropiate VESA mode or Nil if cFile not exist, cFile is not
         a GIF file or the size of GIF file is unknown.

    Example:

         cFile    := "f:\xxx\car.gif"           // 1024x768x256
         ? SearchVESA( cFile )                  // VESA mode 261

See Also: gifColors() gifShowVESA() gifX() gifY()

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