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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1fac2bb18a119721 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-14 05:36:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!server3.netnews.ja.net!south.jnrs.ja.net!server2.netnews.ja.net!CAMPUS.UniversityofEssex.com NNTP-Posting-Host: 155.245.41.148 Newsgroups: comp.lang.ada Date: Thu, 14 Mar 2002 13:25:59 -0000 Message-ID: <3c90a4c6.15441659@news.essex.ac.uk> Sender: "Sangwine, Stephen J" From: sjs@essex.ac.uk (Steve Sangwine) Subject: Re: ada jpeg binding? References: <50c1a1b.0203132106.13f2315f@posting.google.com> X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:21226 Date: 2002-03-14T13:25:59+00:00 List-Id: On Thu, 14 Mar 2002 05:06:04 -0000, x24702@usma.edu (Zach Swanson) wrote: >I have need of access to the standard jpeg libraries (libjpeg.a) in >Ada, >anyone know of any bindings that are already available out there? I've >done some pretty extensive searching on the web already and come up >with nothing, I'm hoping that perhaps one of you might have already >written something like this. I have written a Portable Network Graphics library in Ada, which is perhaps 'something like this' if what you really want to do is read/write images. But if they have to be in JPEG format, then it will be no good. I don't know of a binding to libjpeg. Steve Sangwine University of Essex, UK.