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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.121.137 with SMTP id lk9mr18363314pab.11.1431753375430; Fri, 15 May 2015 22:16:15 -0700 (PDT) X-Received: by 10.140.23.50 with SMTP id 47mr223576qgo.24.1431753375383; Fri, 15 May 2015 22:16:15 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h15no3520541igd.0!news-out.google.com!k20ni18186qgd.0!nntp.google.com!z60no893153qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 15 May 2015 22:16:15 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:c3d0:1100:6aa3:c4ff:febb:133e; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:120b:c3d0:1100:6aa3:c4ff:febb:133e User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5e2c3bcb-a0fe-408f-8200-6c480c5325e8@googlegroups.com> Subject: Ann: Generic Image Decoder v.04 From: gautier_niouzes@hotmail.com Injection-Date: Sat, 16 May 2015 05:16:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25891 Date: 2015-05-15T22:16:15-07:00 List-Id: Hello, There is a new release of GID - the Generic Image Decoder. URL: http://gen-img-dec.sf.net/ New in V.04 =========== * Added PNM (PBM, PGM, PPM) formats * Added steganography demo * Image descriptors can be reused 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, PNM (PBM, PGM, PPM), TGA. Enjoy! _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address