summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdPierre Joye2022-02-251-1/+1
|
* use current macOS naming style consistentlyMike Frysinger2021-10-301-2/+2
|
* Add notes about supported versionsPierre Joye2021-09-131-0/+6
|
* Fix unicode symbolsPierre Joye2021-09-041-9/+9
|
* Update README.mdPierre Joye2021-09-041-1/+1
|
* add compilers sectionPierre Joye2021-09-011-18/+30
|
* List platforms, with or without CI and comments about otherPierre Joye2021-09-011-9/+18
|
* rewamped the codecs, make it more clear about which common formats we ↵Pierre Joye2021-08-241-12/+18
| | | | support and how, important ones first too
* rm travis, appveyorPierre Joye2021-08-241-2/+0
|
* WSPierre Joye2021-08-171-1/+1
|
* Update README.mdPierre Joye2021-07-171-0/+2
|
* use https://libgd.orgMike Frysinger2021-07-051-1/+1
|
* Update README.mdPierre Joye2021-07-051-0/+2
|
* AVIF support (#671)Ben Morss2021-03-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | Demand for AVIF support on the web is growing, as the word gets out about this new file format which allows higher-quality encoding at smaller sizes. Core contributors to major open-source CMSs are interested in auto-generating AVIF images! They've been simply waiting for support to appear in libgd. This PR aims to meet the growing demand, and to help bring smaller, more beautiful images to more of the web - to sites created by experienced developers and CMS users alike. This PR adds support by incorporating libavif in addition to the existing libheif support. It's generally felt that libavif has more complete support for the AVIF format. libavif is also used by the Chromium project and squoosh.app. In this PR, I've endeavored to incorporate the latest research into best practices for AVIF encoding - not just for default quantizer values, but also an algorithm for determining the number of horizontal tiles, vertical tiles, and threads. Fixes #557.
* HEIF support through libheif (#670)Martin Reboredo2021-03-021-0/+2
| | | | | | | | | | | | | | | With the adoption of AVIF by Firefox and Chromium based browsers (still in experimental phase), the newer incorporation of HEIF by Canon and Sony in their cameras and the newer support of both of them in modern software like ImageMagick, GIMP and Krita, `gd` haven't seen any endorsement for the formats up until this PR. Reading and writing is done by `libheif`, with functionality for chroma subsampling (for now `4:2:0`, `4:2:2` and `4:4:4`), quality (with new `200` for lossless) and compression (whether `HEVC` or `AV1`) selection. This was tested with `libheif` version `1.11.0` in my Solus machine. Also, fixes both #395 and #557.
* README.md: add some libraries info (#631)wilson chen2020-04-291-0/+9
| | | Add some information of libraries depended by GD. Add a note to GD user about the license of libimagequant.
* Fix #597: add codecov supportwilson chen2020-03-011-0/+1
| | | | 1. travis/main.sh: generate code coverage report and submit to codecov.io 2. README.md: add codecov.io token
* Fix #474: libtiff link returns 404 HTTP codeChristoph M. Becker2018-09-131-1/+1
|
* Update README.mdpierrejoye2016-07-201-2/+1
|
* Add Gitter badgeThe Gitter Badger2016-07-191-0/+2
|
* Update README.mdpierrejoye2016-07-181-0/+4
|
* Update README.mdpierrejoye2016-06-211-0/+1
|
* README: document supported image formatsMike Frysinger2016-01-291-3/+21
|
* README: link to the CONTRIBUTORS fileMike Frysinger2016-01-091-1/+2
|
* README: reformat in markdown for better github displayMike Frysinger2016-01-091-0/+21