Results 1 to 2 of 2

Thread: FreeImage: Header

  1. #1
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    FreeImage: Header

    Thanks to kind permission of José Roca,

    I publish here ThinBASIC version of his excellent PowerBASIC headers for FreeImage.

    FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).

    Web site: http://freeimage.sourceforge.net/intro.html

    The attached file contains thinbasic_FreeImage.inc, an include file with the constants, structures and declarations to use FreeImage.dll with the ThinBASIC interpreter:
    [code=thinbasic]
    #include "thinbasic_freeImage.inc"
    [/code]
    Attached Files Attached Files
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  2. #2
    Senior Member Lionheart008's Avatar
    Join Date
    Sep 2008
    Location
    Germany, Bad Sooden-Allendorf
    Age
    51
    Posts
    934
    Rep Power
    109

    Re: FreeImage: Header

    hi petr.

    Thanks to kind permission of José Roca,

    I publish here ThinBASIC version of his excellent PowerBASIC headers for FreeImage.
    that's really superb. many thanks for this one José and petr!
    I will try to start an tb example with "freeimage.inc"

    kind regards, thanks, frank
    you can't always get what you want, but if you try sometimes you might find, you get what you need

Similar Threads

  1. Are the thincore header files uptodate?
    By Michael Hartlef in forum Basic language SDK development
    Replies: 2
    Last Post: 28-02-2007, 23:46

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •