From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:5d1:b0:2e0:70c7:1678 with SMTP id d17-20020a05622a05d100b002e070c71678mr4153753qtb.43.1650191185840; Sun, 17 Apr 2022 03:26:25 -0700 (PDT) X-Received: by 2002:a81:a1cc:0:b0:2ec:4586:26a9 with SMTP id y195-20020a81a1cc000000b002ec458626a9mr5556110ywg.145.1650191185627; Sun, 17 Apr 2022 03:26:25 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 17 Apr 2022 03:26:25 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1210:282b:1d00:8003:e040:8354:14c7; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1210:282b:1d00:8003:e040:8354:14c7 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ann: Generic Image Decoder v.10 From: Gautier write-only address Injection-Date: Sun, 17 Apr 2022 10:26:25 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63747 List-Id: Hello, There is a new release of GID - the Generic Image Decoder. Home page: http://gen-img-dec.sf.net/ Project page #1: http://sf.net/projects/gen-img-dec/ Project page #2: https://github.com/zertovitch/gid New in V.10 =========== * Added a decoder for the QOI (Quite OK Image) format * Added an "all RGB" demo 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), QOI, TGA. Enjoy! _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address