Downloadliste

Projektbeschreibung

Ilib is an image manipulation library for
developers. It's capable of reading and writing
images (PPM/PGM, PNG, JPEG, GIF, XPM, BMP) and
many drawing functions including drawing lines and
text using any BDF (X11) font. It's great for
generating GIFs/PNGs from a CGI or generating
graphs. Ilib includes sample applications for
generating graphs for HTTP access.log files and
QuakeWorld server frag log files and a tool for
creating image indices from a group of images.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-10-26 03:28
1.1.9

Eine Flut füllen Funktion wurde hinzugefügt. Lesen bestimmter Arten von GIF-Bildern wurde behoben.
Tags: Minor feature enhancements
A flood fill function has been added. Reading of certain types of GIF images has been fixed.

2001-08-15 20:28
1.1.8

Das Perl-Modul ist nun mit den wichtigsten Distribution enthalten. Fehlende Makefile von Schriftarten-Verzeichnis. Es wurde ein Fehler in ICopyImageScaled (). Lassen Sie nicht zu verlassen libjpeg call () auf Fehler Einlesen von Daten - einen Fehler Nummer statt. Fixed kompilieren Probleme, die auftreten, wenn weder libjpeg, giflib oder libpng verwenden.
Tags: Minor bugfixes
The Perl module is now included with the main distribution. Added missing Makefile from fonts directory. Fixed a bug in ICopyImageScaled(). Don't allow libjpeg to call exit() on errors reading input data - return an error number instead. Fixed compile problems that may be encountered if not using either libjpeg, giflib, or libpng.

2001-01-30 15:12
1.1.7

Hinzugefügt ein "install" zu Ziel. Jetzt baut sowohl statische als auch gemeinsam genutzte Bibliothek. Zusätzliche Unterstützung für das Lesen von BMP-Dateien und eine verbesserte PNG schriftlich. Funktion hinzugefügt, um einen Text zu ziehen in jedem beliebigen Winkel gedreht.
Added an "install" make target. Now builds both static and shared library. Added support for reading BMP files and improved PNG writing. Added function to draw a text string rotated at any angle.

2001-01-30 15:12
1.1.6

Ein Update zu einem Fehler in der iIndex (Bild Indexer)-Client, verlosen / fill-Routinen für Bogen, Ellipsen und Kreisen und Farbe alloc Namen.
A fix for a bug in the iindex (image indexer) client, new draw/fill routines for arcs, ellipses, and circles, and color alloc by name.

2001-01-30 15:12
1.1.5

Added IDrawStringRotated ()-Funktion zum Zeichnen von Text vertikal (beide bei 90 und 270 Grad), Unterstützung für formatierten Text mit ISetTextStyle () (der aktuelle Stil gehören ITEXT_ETCHED_IN, ITEXT_ETCHED_OUT und ITEXT_SHADOWED), hat ISetBackground ()-Funktion (erforderlich zur Nutzung der ITEXT_ETCHED_IN und ITEXT_ETCHED_OUT Text Zeichnungen Stile).
Added IDrawStringRotated() function for drawing text vertically (both at 90 and 270 degrees), added support for styled text using ISetTextStyle() (current styles include ITEXT_ETCHED_IN, ITEXT_ETCHED_OUT and ITEXT_SHADOWED), added ISetBackground() function (required to use the ITEXT_ETCHED_IN and ITEXT_ETCHED_OUT text drawings styles).

Project Resources