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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,af1713a92d66cb34 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-21 14:32:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!diablo.theplanet.net!zen.net.uk!213.253.16.105.MISMATCH!mephistopheles.news.clara.net!news.clara.net!usenet-fr.net!enst.fr!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: libjpeg binding? Date: Mon, 21 Jul 2003 16:30:58 -0500 Organization: ENST, France Message-ID: References: NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1058823091 19956 137.194.161.2 (21 Jul 2003 21:31:31 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 21 Jul 2003 21:31:31 +0000 (UTC) To: , Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:40586 Date: 2003-07-21T16:30:58-05:00 ----- Original Message ----- From: "chris" Newsgroups: comp.lang.ada To: Sent: Monday, July 21, 2003 12:00 PM Subject: libjpeg binding? > Hi, > > Does anyone of a libjpeg binding? I found what appears to be such a > binding here http://pfreydiere.free.fr/SimpleJpegLib.html but don't > speak french so am not sure. Can anyone tell me what it says or suggest > an alternative? Well... I don't speak French either, but since telling you what it says only requires _reading_ French, I'll be happy to oblige. This translation is rather literal -- i.e., not in the best English idiom. This library is a simple binding for the reading of Jpeg files. This library permits: a.. The Reading of JPEG files, with specification of the reading parameters (notably, the utilization of the parameter Scale, permitting the reading of a JPEG file in reducing significantly the size of the images ??? (1/2, 1/4, 1/8). This function also permits the creation of little images with great performance. (The reduction to 1/8 of an image of 100K takes 0.07 seconds on a 466 Mhz Celeron. b.. The writing of JPEG files, either from another file, or from data in memory. Novelties VERSION 1.2 - support of the creation of JPEG in memory.. Dependencies This library utilizes the library JprgLib of the JPEG consotium. This library is cross-platform, and can be utilized under Windows or Linux This library is standard in most Linux distributions, (The recompilation in Linux necessitates the installation of the JpegLib header files. This library has been tested with success on the gnat 3.13 compiler. Description This Adda sources are constituted of one part in C, and one part in Ada, permitting the exposition of the basic JPEG functions. Consult the library Sources. Dowloading New Version 1.2 : Download the tar Ball. Old Version : Download the tar Ball. Hope this helps.