[lazarus] FPC Imlib headers
Andrew Johnson
aj_genius at hotmail.com
Sun Oct 6 07:52:42 EDT 2002
Date: Sun, 6 Oct 2002 02:20:36 +0200 (CEST)
From: marcov at stack.nl (Marco van de Voort)
> > would be possible using the imlib library to do this in lazarus as well.
>But
> > what is the availablity of imlib on the average system? is it available
>on
> > bsd's?
>Yes. Even on NetBSD/ppc. But it is much less likely already >installed on
>an average system than GTK.
sweet.. Rather than add support to the normal routines I will add imlib
versions of the routines which can be enabled by a passed compiler switch,
which will be disabled by default. That way we can have 3-4 versions of the
Graphics routines- gdkpixbuf which is fast and supports most important
things, basic which just uses GDK routines and is therfore very minimal; and
gdk_imlib, which supports almost everything and is as fast as gdkpixbuf in
some ways but slower in others. The possible fourth is of course what I had
thought of doing to begin with, that is using both Pixbuf and gdk_imlib,
depending on which supported what and which was faster. This way we could
set it up so that when we get a GNOME version, then the GNOME1 version could
use gdk_imlib by default, and GNOME2 could use the gdkpixbuf version by
default, which would pretty much ensure that most users had the right
libraries required.
Andrew
_________________________________________________________________
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
More information about the Lazarus
mailing list