{
  "authors": [
    "Gautier de Montmollin"
  ],
  "description": "Generic Image Decoder - decode a broad variety of image formats",
  "executables": [
    "to_bmp"
  ],
  "gpr-externals": {
    "GID_Build_Mode": [
      "Debug",
      "Fast_but_checked",
      "Fast_unchecked",
      "Small",
      "Smallest",
      "Profiling"
    ]
  },
  "licenses": "MIT",
  "long-description": "&nbsp;<img src=\"https://gen-img-dec.sourceforge.io/transp.png\" alt=\"image\" width=\"200\" height=\"auto\">\n\nThe Generic Image Decoder (GID) is a low-level Ada package for decoding a broad variety of image formats,\nfrom any data stream, to any kind of medium, be it an in-memory bitmap, a GUI object, some other stream,\nfloating-point data for scientific calculations, a browser element, a device, ...\n\nCurrently supported formats are: BMP, GIF, JPEG, PNG, PNM (PBM, PGM, PPM), QOI, TGA\n\nAnimations (GIF, PNG) are supported. \n\nSome features:\n\n* *Fast*! Up to 2.8 times faster than ImageMagick.\n* Task safe\n* Endian-neutral\n* Multi-platform, but native code build\n* Standalone (no dependency on other libraires, bindings, etc.; no extra component needed for running)\n* Unconditionally portable code: OS-, CPU-, compiler- independent code (*).\n* Pure Ada 2012: this package can be used in projects in Ada 2012 and later versions of the Ada language\n* Tests, demos and tools included.\n* *Free*, open-source \n\n______\n\n(*) within limits of compiler's provided integer types and target architecture capacity.\n",
  "maintainers": [
    "gdemont@hotmail.com"
  ],
  "maintainers-logins": [
    "zertovitch",
    "Fabien-Chouteau"
  ],
  "name": "gid",
  "origin": {
    "hashes": [
      "sha512:316514d234592629399fe2b3612ce6e4ff656e2792576aeee081e4b7024305b6e0d0bb5827eea832b4f4488eca2df40427e0a04068745272b6a58c3895f59d4c"
    ],
    "url": "https://sourceforge.net/projects/gen-img-dec/files/gid_013_01_without_test_images.zip"
  },
  "project-files": [
    "gid.gpr"
  ],
  "tags": [
    "image",
    "animated",
    "animation",
    "bitmap",
    "color",
    "decoder",
    "decoding",
    "decompress",
    "digitization",
    "lossless",
    "lossy",
    "rbg",
    "steganography",
    "transparency",
    "transparent",
    "bmp",
    "gif",
    "jpeg",
    "jpg",
    "pbm",
    "pgm",
    "png",
    "pnm",
    "ppm",
    "qoi",
    "tga",
    "targa"
  ],
  "version": "13.0.1",
  "website": "https://gen-img-dec.sourceforge.io/"
}
