Tasmota/lib/libesp32/JPEGDEC/library.json
Christian Baars 7cb8a3f968
Berry: add cam module, img class (#21743)
* cam module, img class
2024-07-07 19:50:33 +02:00

21 lines
600 B
JSON

{
"name": "JPEGDEC",
"version": "1.2.7",
"description": "A fast JPEG library with a unique set of functions to make viewing image on microcontrollers easy. Includes fast downscaling options and the ability to view Exif embedded thumbnails. Supports baseline grayscale and color images with Huffman encoding.",
"repository":
{
"type": "git",
"url": "https://github.com/bitbank2/JPEGDEC"
},
"authors":
[
{
"name": "Larry Bank"
}
],
"license": "Apache License 2.0",
"homepage": "https://github.com/bitbank2/JPEGDEC",
"frameworks": "*",
"platforms": "*"
}