Imlib2-1.1.2

Introduction to Imlib2

Imlib2 is a graphics library for fast file loading, saving, rendering and manipulation.

Package information

Imlib2 dependencies

Required

X (XFree86-4.4.0 or X.org-6.8.2) and libjpeg-6b

Installation of Imlib2

Install Imlib2 by running the following commands:

./configure --prefix=/usr &&
make &&
make install &&
install -d -m755 /usr/share/doc/imlib2-1.1.2 &&
install -m644 doc/{*.gif,index.html} \
    /usr/share/doc/imlib2-1.1.2

Contents

This package contains libImlib2 library as well as various filters and image loader libraries.

Description

libImlib2

libImlib2 provides the functions for programs to deal with various image data formats.

Last updated on 2005-02-07 14:16:21 -0700