Aaron M. Renn <[EMAIL PROTECTED]> writes:
> I assume this means we'll end up linking against things like libjpeg?
I don't know of anyone that doesn't use libjpeg for loading jpegs. :)
We won't, however, depend on any image libraries at compile time
(unless we're doing a build for release purposes), and as far as run
time goes, the ImageProducers would try to do a System.loadLibrary on
the appropriate library, and if that fails, GtkToolkit will realize
that it can't load that type of image, and all will be happy.
On a side note, it looks as though gdk-pixmap (as a replacement to
Imlib) is starting to pick up steam, so we'll be using that as a fall
back mechanism for any formats that we don't know how to load.
--
Paul Fisher * [EMAIL PROTECTED]