{
  "authors": [
    "Gautier de Montmollin"
  ],
  "description": "Generic Image Decoder for decoding a broad variety of image formats",
  "executables": [
    "to_bmp"
  ],
  "gpr-externals": {
    "GID_Build_Mode": [
      "Debug",
      "Fast_but_checked",
      "Fast",
      "Small",
      "Smallest",
      "Profiling"
    ]
  },
  "licenses": "MIT",
  "long-description": "The 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\nAnimations (GIF, PNG) are supported. \n\nSome features:\n\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    * Free, open-source \n\nCurrently supported formats are: BMP, GIF, JPEG, PNG, PNM (PBM, PGM, PPM), QOI, TGA\n\n______\n\n(*) within limits of compiler's provided integer types and target architecture capacity.\n",
  "maintainers": [
    "fabien.chouteau@gmail.com"
  ],
  "maintainers-logins": [
    "zertovitch",
    "Fabien-Chouteau"
  ],
  "name": "gid",
  "origin": {
    "hashes": [
      "sha512:72e275ef17b603b5f081c0b01c0ca4b9c3501d0c204fd15081bdfec40d87d3521c3668a1d7661f3a4834845e1982e68f232f66dbc8c65129e8da5049ee74ed4c"
    ],
    "url": "https://sourceforge.net/projects/gen-img-dec/files/gid_011.zip"
  },
  "project-files": [
    "gid.gpr"
  ],
  "tags": [
    "image",
    "decoder",
    "bmp",
    "gif",
    "jpeg",
    "jpg",
    "pbm",
    "pgm",
    "png",
    "pnm",
    "ppm",
    "qoi",
    "tga",
    "targa"
  ],
  "version": "11.0.0",
  "website": "https://gen-img-dec.sourceforge.io/"
}
