This commit is contained in:
John Cupitt 2021-04-14 16:39:57 +01:00
parent 4483a2edbc
commit c48a82d937
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* load jpeg-xl /* load jpeg-xl
* *
* 18/3/20 * 18/3/20
* - from jxlload.c * - from heifload.c
*/ */
/* /*
@ -60,11 +60,11 @@
* *
* - add metadata support * - add metadata support
* *
* - check scRGB load
*
* - add animation support * - add animation support
* *
* - add "shrink" option to read out 8x shrunk image? * - add "shrink" option to read out 8x shrunk image?
*
* - fix scRGB gamma
*/ */
#define INPUT_BUFFER_SIZE (4096) #define INPUT_BUFFER_SIZE (4096)

View File

@ -67,6 +67,8 @@
* - add animation support * - add animation support
* *
* - libjxl is currently missing error messages (I think) * - libjxl is currently missing error messages (I think)
*
* - fix scRGB gamma
*/ */
#define OUTPUT_BUFFER_SIZE (4096) #define OUTPUT_BUFFER_SIZE (4096)