On Wed, 28 Jun 2006 17:30:43 +0200 "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> babbled:
> > I've already ported some loaders / savers from imlib2 to evas. But what > > prevent me from adding more is that raster told me that the plugin system > > would be changed. > > What/How would be changed? not the raw plugin/module system but the actual image loading/saving api used. right now its fairly simple 2 pass loading ( load header and decode data later when needed). i want to expand i to accept parameters for regions of an image to load (so you can load a sub-section of an image), define a pre-scaling amount you need/want ( i ant to load image X but at 50% size) and if the loader can optimize it by simply decoding less data (like epeg) it can. and ten finally be able to define a dpi and "render dimensions" for vector data (svg, ps, pdf etc.) and be able to more cleanly request # of pages in a file, get an index of them etc. (svg, pdf, ps, tiff for exmple). this will make loaders MUCH more complex, but also able to load more formats more efficiently. this is a ental note for now - i doubt i will get the time any time soon, so port away at xpms > jl (turran) > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
