From: Ralph T. <ra...@gm...> - 2006-02-16 01:59:16
|
libjpeg is listed as "freely distributable" on freshmeat (and I did the research previously and came to the same conclusion). I can probably easily rustle up an image_factory_t implementation for PNG files as I already have some imageio code that uses libpng for storing thumbnail previews. libjpeg, libpng and libtiff could be included like boost is currently (in the third_party directory), meaning that ASL users would have to get the sources themselves if they wanted to use that imageio extension. Ralph On 2/14/06, Lubomir Bourdev <lbo...@ad...> wrote: > Foster, > > My recommendation is that the image IO be written as a GIL extension modu= le. > We already have a GIL extension to load/save images (JPEG and TIFF files = are currently supported). > Hailin is interested in us pushing towards releasing the extension. > It is currently not in ASL for these reasons: > > 1. The code needs to be reviewed > 2. Only the common color spaces and channel depths are supported (some un= common JPEG and TIFF files may fail to load) > 3. There is a dependency to libjpeg and libtiff. I was reluctant to havin= g .lib files as part of GIL, due to the platforms and compile setting combi= nations we need to provide and maintain. > 4. I am unsure about the licensing terms of the above mentioned libraries= . > > You can find the GIL I/O extension on boxer:1770 here: > //gil/extension/io/ > > And the libs are here: > > //gil/lib/libjpeg/ > //gil/lib/libtiff/ > > Lubomir > > > ________________________________ > > From: own...@ad... on behalf of Foster T. Brereton > Sent: Tue 2/14/2006 4:06 PM > To: ASL External; ASL Users > Subject: asl-users: Request for Comments: ASL Picture Widget > > > > All, > > Ralph Thomas and I have begun designing a picture widget for ASL. > This widget will cover icons in a generic way as well. The in- > development design is posted at: > > <http://opensource.adobe.com/twiki/bin/view/AdobeSource/PictureVi= ew> > > We would welcome any commentary, feedback, and/or refinement on the > design or the documentation. If anyone would like to contribute > please provide it either by email to the ASL mailing list or on the > Wiki page directly. If you do not have write access to the Wiki page > yet please create a Wiki account; once that is done email me and I > will authorize you. > > Thanks in advance for any time you can give to the effort. > > Blessings, > Foster > > > -- > Foster T. Brereton <}}}>< Romans 3:21-26 > A d o b e S o f t w a r e T e c h n o l o g y L a b > "What 99 percent of programmers need to know is not how to build > components but how to use them." -- Alexander Stepanov > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=103432&bid#0486&dat=121642 > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel > |