Seite 1 von 1

FreeImage DLL

Verfasst: Sa, 07. Jan 2012 13:05
von brandelh
den Verweis habe ich eben bei Pablo gelesen, das scheint für Bildmanipulationen in eigenen Programmen interessant zu sein:

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

Re: FreeImage DLL

Verfasst: Mo, 30. Mär 2015 23:10
von AUGE_OHR
könnte bitte jemand mit Xbase++ v2.x ausprobieren ob diese Version läuft ?
http://www.abowebhosting.be/download/freeimage.zip

p.s. bitte zuerst die enthaltene ot4xb Version (1.4) gegen die aktuelle (1.6.0.167) ersetzen.

Re: FreeImage DLL

Verfasst: Di, 31. Mär 2015 10:20
von satmax
Ich kann das Sample unter 2.0 kompelieren, habe aber keine Ahnung was das Programm tun soll:

Re: FreeImage DLL

Verfasst: Di, 31. Mär 2015 10:36
von AUGE_OHR
satmax hat geschrieben:Ich kann das Sample unter 2.0 kompelieren, habe aber keine Ahnung was das Programm tun soll:
ok, danke ... also liegt es nicht an v2.x + ot4xb !

was es macht siehe die Link von Hubert
What is 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 or 64-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).

Thanks to it's ANSI C interface, FreeImage is usable in many languages including C, C++, VB, C#, Delphi, Java and also in common scripting languages such as Perl, Python, PHP, TCL or Ruby.

The library comes in two versions: a binary DLL distribution that can be linked against any WIN32 or WIN64 C/C++ compiler and a source distribution. Workspace files for Microsoft VS.Net 2005, VS.Net 2008 and VS.Net 2013 are provided, as well as makefiles for Linux, MinGW and Mac OS X.

From january 2000 to july 2002, FreeImage was designed and mainly developed by Floris van den Berg. FreeImage is now maintained by Hervé Drolon.

Re: FreeImage DLL

Verfasst: Di, 31. Mär 2015 15:44
von Wolfgang Ciriack
Ich benutze das z.B. um eine, vom Signatur-Pad erstellte Unterschrift-Tiffdatei (weiße Schrift auf schwarzen Hintergrund) zu invertieren, in der Größe anzupassen und als Gif-Datei zu speichern.