Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

Un relleno función ha sido agregada. La lectura de ciertos tipos de imágenes GIF se ha solucionado.
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

El módulo de Perl es ahora incluido en la distribución principal. Añadido Makefile falta de fuentes de directorio. Corregido un error en ICopyImageScaled (). No permita que libjpeg para llamar a la salida () sobre los errores de lectura de datos de entrada - devolver un número de error. Fija compilar los problemas que se pueden encontrar si no se utiliza bien libjpeg, giflib, o de libpng.
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

Se ha agregado una "instalar" hacer diana. Ahora se basa tanto estáticos como biblioteca compartida. Añadido soporte para lectura de archivos BMP y PNG escritura mejorado. Agregado función de establecer una cadena de texto rotado en cualquier ángulo.
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

Una solución para un error en el indexador ilndice (imagen) del cliente, dibujar / relleno rutinas para arcos, elipses y círculos, y alloc color por su nombre.
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

Añadido IDrawStringRotated () para dibujar texto verticalmente (tanto en 90 y 270 grados), añadió soporte para texto con estilo usando ISetTextStyle () (estilos actuales incluyen ITEXT_ETCHED_IN, ITEXT_ETCHED_OUT y ITEXT_SHADOWED), agregó ISetBackground función () (necesario para utilizar el ITEXT_ETCHED_IN y ITEXT_ETCHED_OUT dibujos estilos de texto).
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