thorvg/src
Michal Maciola 003f53376e jpg loader: support static jpeg loader using richgel999
Adds an alternative static jpg loader.

The jpg loader copied the jpeg decoding implementation from this open-source
repo: https://github.com/richgel999/jpeg-compressor
That opensource has the public-domain license, it doesn't have any restriction
of the copy.

note: jpgd.cpp is modified version (changed decompress_jpeg_image_from_stream)
for returning BGRA
2021-10-26 15:50:01 +09:00
..
bin infra: add "all" option for tools. 2021-10-14 14:54:24 +09:00
bindings capi: casting on 'const Paint*' instead of constness removing 2021-10-26 11:51:35 +09:00
examples example: modify the tvg example to plot all of the files 2021-10-26 10:14:23 +09:00
lib sw_engine: including gradient transformation into gradient preparation 2021-10-25 19:31:38 +09:00
loaders jpg loader: support static jpeg loader using richgel999 2021-10-26 15:50:01 +09:00
savers common: replace the id() -> identifier() 2021-10-22 18:47:05 +09:00
wasm wasm: update the code. 2021-10-22 23:23:09 +09:00
meson.build infra: excluding pthread lib dependency on windows os 2021-09-22 12:38:17 +09:00