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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham 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: g2news1.google.com!postnews.google.com!y4g2000yqy.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Ann: Generic Image Decoder v.01 Date: Sat, 26 Jun 2010 13:47:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2ebefa3c-c2b2-4735-afd1-3383188ae01e@x24g2000pro.googlegroups.com> NNTP-Posting-Host: 62.203.68.138 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1277585221 16522 127.0.0.1 (26 Jun 2010 20:47:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 26 Jun 2010 20:47:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y4g2000yqy.googlegroups.com; posting-host=62.203.68.138; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:11938 Date: 2010-06-26T13:47:01-07:00 List-Id: On 26 juin, 18:56, deadlyhead wrote: > Quite excellent. Thanks - but try it first ;-) > No bindings, eh? =A0I'm impressed. =A0Is it mostly translations? =A0For > instance, did you translate the libpng for the PNG encoding? JPEG is mostly translated from NanoJPEG; the rest has been written from scratch, with a good part of re-use from other Ada sources. For instance the PNG decompression is taken from the Zip-Ada sources; the GIF decompression is a contribution. > I'll try it out soon. I'd be glad to have some feedbacks. G.