aboutsummaryrefslogtreecommitdiff
path: root/webp/Makefile.double
Commit message (Collapse)AuthorAgeFilesLines
* webp: fixed a bugBrian Woods2023-02-221-2/+2
| | | | src/ was hard coded in the find command, changed that to ${SRC_DIR}
* webp: added webp input image supportBrian Woods2023-02-221-5/+8
| | | | | Changed Makefile.double to accept both PNGs and WEBPs as input, since both allow for lossless images.
* Add webp scripts and makefilesBrian Woods2023-02-221-0/+36
Add scripts for testing compression quality and converting collections of pngs to webps.