libgd/tests/source
Martin Reboredo 39c4644fa0
HEIF support through libheif (#670)
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.
2021-03-02 12:32:03 -05:00
..
README.md travis: add some source/lint tests 2018-07-14 13:35:45 -04:00
run.sh HEIF support through libheif (#670) 2021-03-02 12:32:03 -05:00
whitespace.py Add leading blank lines check and trim redundant blank newlines 2018-10-05 10:27:50 -04:00

README.md

These are tests/lints for the source code itself. They aren't included in the default make check so they aren't run against releases, but we run them against Github PRs in Travis.