|
From: Gustavo S. B. <bar...@pr...> - 2009-06-15 19:20:15
|
On Mon, Jun 15, 2009 at 1:54 PM, Nicolas Aguirre<agu...@gm...> wrote: > Hi e-devs, > > Recently I bought a Digital SLR camera. This camera can save pictures > in RAW format. I think that we don't have support for this kind of > file in Evas, so i would like to write a module for it (I guess for > evas_loader). > > I see that fdo have in their repositories a lib called libopenraw [1] > which support few RAW formats[2] (mine is supported :)). As we already > have external libs (libjpeg and libpng) i could maybe use this lib to > write this module. > What do you think about that ? Some of you have already start to write > something about this ? It would be great. And I see no problem using an external library. Given the size of RAW images, please try to provide load_hints (load size, dpi, ...) and if possible try to make loader thread safe so it will work with preload (thread that loads images). Other loaders and not special in that, they do not provide any mutex or safeguards, but they work as we usually don't use global data to open/decode images. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: bar...@gm... Skype: gsbarbieri Mobile: +55 (19) 9225-2202 |