From e878859cf8ec6ec83fe259f683bf38c6f843c5d6 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 12 Feb 2024 15:58:12 +0100 Subject: [PATCH] gid 12.0.0 (#990) New version of GID (12), with an addition: the decoding of progressive JPEGs (e.g., most images on asocial networks) --- index/gi/gid/gid-12.0.0.toml | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 index/gi/gid/gid-12.0.0.toml diff --git a/index/gi/gid/gid-12.0.0.toml b/index/gi/gid/gid-12.0.0.toml new file mode 100644 index 00000000..1f8fcf07 --- /dev/null +++ b/index/gi/gid/gid-12.0.0.toml @@ -0,0 +1,43 @@ +description = "Generic Image Decoder - decode a broad variety of image formats" +name = "gid" +version = "12.0.0" +authors = ["Gautier de Montmollin"] +website = "https://gen-img-dec.sourceforge.io/" +licenses = "MIT" +maintainers = ["gdemont@hotmail.com"] +maintainers-logins = ["zertovitch", "Fabien-Chouteau"] +project-files = ["gid.gpr"] +tags = ["image", "decoder", "bmp", "gif", "jpeg", "jpg", "pbm", "pgm", "png", "pnm", "ppm", "qoi", "tga", "targa"] +executables = ["to_bmp"] +long-description = """ + image + +The Generic Image Decoder (GID) is a low-level 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, +floating-point data for scientific calculations, a browser element, a device, ... + +Currently supported formats are: BMP, GIF, JPEG, PNG, PNM (PBM, PGM, PPM), QOI, TGA + +Animations (GIF, PNG) are supported. + +Some features: + +* Task safe +* Endian-neutral +* Multi-platform, but native code build +* Standalone (no dependency on other libraires, bindings, etc.; no extra component needed for running) +* Unconditionally portable code: OS-, CPU-, compiler- independent code (*). +* Pure Ada 2012: this package can be used in projects in Ada 2012 and later versions of the Ada language +* Free, open-source + +______ + +(*) within limits of compiler's provided integer types and target architecture capacity. +""" + +[gpr-externals] +GID_Build_Mode = ["Debug", "Fast_but_checked", "Fast_unchecked", "Small", "Smallest", "Profiling"] + +[origin] +url = "https://sourceforge.net/projects/gen-img-dec/files/gid_012.zip" +hashes = ["sha512:86d6be08c21b0dd4610a592f101b56ae159efdad1fa3679328bfc1f0c878b1a4d2b566b42f527e9a7f5caf4139d9c2ab6438d79e531ec2886b06a8c996d0408b"]