Hi!


For those, who don't know, how libgpf works:

libgpf has io-targets for input and output and protocols for data-transfer
(i.e. file, http, ftp, tcp, udp). The dl loading mechanism works like
libggi.

Assumed libgpf has already a ppm and a libggi target, then you can load
ppm files into a ggi visual using ppm-target as input and libggi as
output and you can safe a ggi visual into a ppm file using libggi as input
and ppm as output.

Here comes my question in: Between input and output a
pixelformat conversion must obviously be performed. What do you think is
the best way to do this?

The conversion should be as fast as possible, as less overhead as
possible. I think, the roughly way to go is this:

input sublib -> conversion sublib -> output sublib

But I don't want to write a conversion sublib for each possible
combination of io-targets as input and output...


Any ideas?



CU,

Christoph Egger
E-Mail: [EMAIL PROTECTED]

Reply via email to