From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,767ac6b96c80c92c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!x24g2000pro.googlegroups.com!not-for-mail From: deadlyhead Newsgroups: comp.lang.ada Subject: Re: Ann: Generic Image Decoder v.01 Date: Sat, 26 Jun 2010 09:56:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2ebefa3c-c2b2-4735-afd1-3383188ae01e@x24g2000pro.googlegroups.com> References: NNTP-Posting-Host: 67.182.146.42 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1277571414 28791 127.0.0.1 (26 Jun 2010 16:56:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 26 Jun 2010 16:56:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x24g2000pro.googlegroups.com; posting-host=67.182.146.42; posting-account=snJuNwoAAABnc8T9lYkBlDQrDdSjOjG2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.14) Gecko/20080528 Epiphany/2.22 (Debian/2.26.3-2),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:12908 Date: 2010-06-26T09:56:53-07:00 List-Id: On Jun 26, 2:49=A0am, Gautier write-only wrote: > Hello, > I have the pleasure to announce the first release of the Generic Image > Decoder. > > The Generic Image Decoder (GID) is an Ada package for decoding a broad > variety of image formats, from any data stream, to any kind of medium, > be it an in-memory bitmap, a GUI object, some other stream, arrays of > floating-point initial data for scientific calculations, a browser > element, a device,... > Animations are supported. > > Currently supported formats are: BMP, GIF, JPEG, PNG, TGA. > > URL:http://gen-img-dec.sf.net/ > > Enjoy > Gautier Quite excellent. No bindings, eh? I'm impressed. Is it mostly translations? For instance, did you translate the libpng for the PNG encoding? I'll try it out soon. --deadlyhead