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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d06128e566d1783a,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.42.68 with SMTP id r4mr4262251qae.4.1347128556229; Sat, 08 Sep 2012 11:22:36 -0700 (PDT) Received: by 10.52.28.83 with SMTP id z19mr1357425vdg.20.1347128556187; Sat, 08 Sep 2012 11:22:36 -0700 (PDT) Path: da15ni13100845qab.0!nntp.google.com!v8no3971qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 8 Sep 2012 11:22:36 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.78.11.218; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 83.78.11.218 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ann: Generic Image Decoder v.02 From: gautier_niouzes@hotmail.com Injection-Date: Sat, 08 Sep 2012 18:22:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-09-08T11:22:36-07:00 List-Id: Hello, I have the pleasure to announce the second release of GID - the Generic Image Decoder. URL: http://gen-img-dec.sf.net/ New in V.02 =========== GID is now able to inform about image orientation, e.g. JPEG EXIF tag which is usual on digital cameras See the To_BMP demo for an example of how this information is used to rotate target image. About GID ========= 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. Features ======== * Standalone (no dependency on other libraires, bindings,...) * Unconditionally portable code: OS-, CPU-, compiler- independent code. * Multi-platform, but native code built * Task safe * Endian-neutral * Use of generics and inlining at multiple nesting levels for fast execution * Free, open-source Currently supported formats are: BMP, GIF, JPEG, PNG, TGA. Enjoy! Gautier