Compare commits
2 Commits
c18404efee
...
577f8c0d92
Author | SHA1 | Date | |
---|---|---|---|
577f8c0d92 | |||
4d8165d790 |
@ -1896,6 +1896,7 @@ fastiv_io_open_from_data(const char *data, size_t len, const gchar *path,
|
|||||||
}
|
}
|
||||||
#endif // HAVE_XCURSOR --------------------------------------------------------
|
#endif // HAVE_XCURSOR --------------------------------------------------------
|
||||||
#ifdef HAVE_LIBWEBP //---------------------------------------------------------
|
#ifdef HAVE_LIBWEBP //---------------------------------------------------------
|
||||||
|
// TODO(p): https://github.com/google/wuffs/commit/4c04ac1
|
||||||
if ((surface = open_libwebp(data, len, path, error)))
|
if ((surface = open_libwebp(data, len, path, error)))
|
||||||
break;
|
break;
|
||||||
if (error) {
|
if (error) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
option('libraw', type : 'feature', value : 'auto',
|
option('libraw', type : 'feature', value : 'auto',
|
||||||
description : 'Build with raw photo support, requires LibRaw')
|
description : 'Build with raw photo support, requires LibRaw')
|
||||||
option('librsvg', type : 'feature', value : 'auto',
|
option('librsvg', type : 'feature', value : 'auto',
|
||||||
description : 'Build with SVG support, requires librsvg')
|
description : 'Build with SVG support, requires librsvg')
|
||||||
option('xcursor', type : 'feature', value : 'auto',
|
option('xcursor', type : 'feature', value : 'auto',
|
||||||
|
@ -28,6 +28,10 @@
|
|||||||
// https://github.com/webmproject/libwebp/blob/master/doc/webp-container-spec.txt
|
// https://github.com/webmproject/libwebp/blob/master/doc/webp-container-spec.txt
|
||||||
// https://github.com/webmproject/libwebp/blob/master/doc/webp-lossless-bitstream-spec.txt
|
// https://github.com/webmproject/libwebp/blob/master/doc/webp-lossless-bitstream-spec.txt
|
||||||
// https://datatracker.ietf.org/doc/html/rfc6386
|
// https://datatracker.ietf.org/doc/html/rfc6386
|
||||||
|
//
|
||||||
|
// Pretty versions, hopefully not outdated:
|
||||||
|
// https://developers.google.com/speed/webp/docs/riff_container
|
||||||
|
// https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification
|
||||||
|
|
||||||
static jv
|
static jv
|
||||||
parse_webp(jv o, const uint8_t *p, size_t len)
|
parse_webp(jv o, const uint8_t *p, size_t len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user