aboutsummaryrefslogtreecommitdiff
path: root/graphics/generic_image_decoder
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2015-08-261-4/+2
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395389
* graphics/generic-image-decoder: Upgrade version 03 => 04John Marino2015-05-153-3/+6
| | | | Notes: svn path=/head/; revision=386409
* Remove @dirrm from package list of 8 of my portsJohn Marino2014-10-161-3/+0
| | | | Notes: svn path=/head/; revision=370998
* graphics/generic_image_decoder: Upgrade version 02 => 03John Marino2014-08-072-3/+3
| | | | Notes: svn path=/head/; revision=364316
* Add new Ada port: graphics/generic_image_decoderJohn Marino2014-03-237-0/+149
The Generic Image Decoder (GID) is an Ada package for decoding a broad variety on image formats from any data stream to any kind of medium. Examples include in-memory bitmap, a GUI objecct, another stream, floating point data for scientific calculations, a browser element or a device. Animations are also supported. GID features: * Standalone; requires no other libraries or bindings * Completely portable - no OS, CPU, or compiler dependencies * Task safe * Endian-neutral * Free and open source * Pure Ada95 (suitable for Ada2005 and Ada2012 projects) Currently supports BMP, GIF, JPEG, PNG and TGA formats. WWW: http://gen-img-dec.sourceforge.net/ Notes: svn path=/head/; revision=348907