On Thu, Aug 30, 2001 at 11:34:14AM +0200, Burkhard Plaum wrote:
> Hello all,
> 
> I have ANSI C routines for converting any of following colorspaces to
> any other:
> 
> typedef void (*GVConvert_PACKED_PACKED)(guchar * in_pixels, guchar *
> out_pixels, int num_pixels);

basicaly - there will not be list of routine, also we will
not introducing nothing like  guchar or other similar type - we already
have standard  inttypes  - uint8_t  and so on.

But I may take a look at your routines if you will send me URL for them.

> Maybe the different prototypes are a problem, but this was the most
> convenient way for my project. The routines can surely be more
> optimized, but they work well for now.

Parameters to functions will be passed through  'context' structures.
so basicaly you will call all routines with just one structure pointer
you just have fill data members.


-- 
         Debian GNU/Linux maintainer - www.debian.{org,cz}
 Zdenek Kabelac  http://i.am/kabi/ kabi@{i.am, debian.org, fi.muni.cz}
          Resistance is futile. You all will be packaged

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to