Randy
930ac3d033
Add issue template
2022-02-03 19:32:54 +01:00
Randy
e47826e7d9
docs: add sections on options [skip-ci]
2022-02-02 07:15:25 +01:00
Randy
30a94e6226
update example.c
2022-02-01 18:29:31 +01:00
Randy
44d0636767
Lift image size restriction for progressive decode/encode ( #202 )
2022-02-01 18:28:03 +01:00
Randy
b457ac0108
refactor example.c ( #200 )
2022-01-31 20:13:59 +01:00
Randy
2bd9bbe1bf
docs: encoding indexed color images requires a palette [skip-ci]
2022-01-29 19:43:11 +01:00
Randy
957d1ec1c1
Add encode fuzzer ( #199 )
2022-01-28 09:35:50 +01:00
Randy
73eb412369
docs: fix typo [skip-ci]
2022-01-28 07:16:53 +01:00
Randy
1e0f97516c
docs: update note on encoder options [skip-ci]
2022-01-24 21:09:36 +01:00
Randy
6792f2ed6c
update SECURITY.md
2022-01-24 20:30:52 +01:00
Randy
6eb84070a3
example.c: cleanup
2022-01-24 20:28:44 +01:00
Randy
8b9b7d21c3
encode: do not override custom options ( #195 )
2022-01-24 19:13:20 +01:00
Randy
c615712a82
encode: fix interlaced write overflow ( #197 )
2022-01-24 16:57:49 +01:00
Randy
b530b94fb5
docs: add note about encoder options [skip-ci]
2022-01-05 15:49:17 +01:00
Randy
253a40c500
bump version to 0.7.2
2022-01-05 13:43:57 +01:00
Randy
f1c7735a13
ARM NEON fixes and improvements ( #190 )
...
* circleci: run additional arm64 tests without ASan
* refactor expand_palette_rgb8_neon()
* refactor expand_palette_rgba8_neon()
2022-01-05 13:36:04 +01:00
Randy
371a2f01ca
spng_encode_image(): cleanup
2022-01-05 13:31:02 +01:00
Randy
01b6f31359
update copyright year
2022-01-02 13:12:32 +01:00
Randy
0e4b64a64b
spng_read_fuzzer: fix warning
2021-12-15 19:28:11 +01:00
Randy
030b94a4f9
testsuite: warning fixes, cleanup
2021-12-15 19:27:25 +01:00
Randy
db3600859d
update error string for SPNG_EBUFSIZ
2021-12-15 19:16:40 +01:00
Randy
5a1c64d966
refactor spng_get_png_buffer()
...
fixed an issue where NULL is returned but
no error code is set when not encoding
to the internal buffer
2021-12-15 19:11:11 +01:00
Randy
6a1a708f0d
bump version to v0.7.1
v0.7.1
2021-11-24 18:43:28 +01:00
Randy
8c74bfe96b
spng_set_option(): fix warning ( fixes #184 )
2021-11-23 18:19:37 +01:00
Randy
a4270af834
arm: disable indexed -> rgb8 optimization
2021-11-22 16:21:27 +01:00
Randy
dfde052499
spng_set_plte(): limit copying to the number of entries
2021-10-08 18:43:39 +02:00
Randy
1b21d36ba9
rename internal constants
...
png_signature -> spng_signature
png_u32max -> spng_u32max
2021-10-08 17:07:59 +02:00
Randy
d308e80336
docs: fix small formatting issue in chunk.md [skip-ci]
2021-10-05 19:35:57 +02:00
Přemysl Eric Janouch
15cb1991ff
Avoid UB with setjmp() in getimage_libpng() ( #185 )
...
The pointers may get modified between the setjmp() call
and any later longjmp(), therefore they should be declared volatile.
Fixes #183 .
2021-10-04 15:42:59 +02:00
Randy
1e997c5bf7
bump version to v0.7.0 (stable)
v0.7.0
2021-09-28 19:34:39 +02:00
Randy
ca8d336a48
decode: allow setting of image window bits ( #181 )
...
This shouldn't change any defaults but allow for a smaller inflate window size
with spng_set_option(ctx, SPNG_IMG_WINDOW_BITS, 0),
zlib will pick a smaller window size if the zlib header indicates a smaller-than-default size.
Malformed headers do exist where the actual size is bigger than indicated and
would lead to a decode error, it cannot be made the default behavior.
2021-09-27 17:42:59 +02:00
Randy
9dce91c407
docs: premultiplied alpha is not supported [skip-ci]
2021-09-27 15:16:24 +02:00
Randy
c1542505e6
docs: add initial libpng migration guide [skip-ci]
2021-09-27 15:11:31 +02:00
Randy
0aa258cb85
README: update usage [skip-ci]
2021-09-25 19:21:19 +02:00
Randy
de9abac5ab
docs: update decode.md [skip-ci]
2021-09-25 19:18:27 +02:00
Randy
ac6214cd96
docs: update encode.md [skip-ci]
2021-09-25 19:17:01 +02:00
Randy
b056def90e
spng_set_option()/spng_get_option(): check for valid state
2021-09-25 17:28:41 +02:00
Randy
c699f8ef8e
docs: small changes to encode.md [skip-ci]
2021-09-25 17:13:57 +02:00
Randy
99d1a2c5a6
docs: add encoder usage section, cleanup [skip-ci]
2021-09-25 17:13:57 +02:00
Randy
cc04f6d08f
add SPNG_ENCODE_TO_BUFFER option
...
Encoding to an internal buffer is no longer an implicit process.
2021-09-25 17:13:57 +02:00
Randy
7afcbe5178
mkdocs: add automatic dark mode/switch [skip-ci]
2021-09-25 14:05:16 +02:00
Randy
7b3a71c7e7
build: add option to disable example ( #177 )
2021-09-24 16:12:17 +02:00
Randy
ee9460be8d
fix indentation in test_png.h
2021-09-24 14:58:51 +02:00
Randy
bc383951e9
docs: update valid formats for encoder [skip-ci]
2021-09-03 16:13:33 +02:00
Randy
a413382cf3
encode: enable support for SPNG_FMT_RAW ( #175 )
2021-09-03 16:08:01 +02:00
Randy
046dbae156
spng_set_unknown_chunks(): improve error reporting
2021-09-01 21:01:18 +02:00
Randy
5c47f25d22
document SPNG_CHUNK_COUNT_LIMIT [skip-ci]
2021-09-01 17:43:43 +02:00
Randy
fdc526b5ff
add spng_decode_chunks() ( #173 )
2021-09-01 17:27:48 +02:00
Randy
6730c0b874
introduce chunk count limit, default limit
2021-08-12 14:04:18 +02:00
Randy
8bc0cd7e8f
spng_encode_image(): cleanup
...
ctx->bytes_per_pixel is already set to 1 for <8-bit images
2021-08-05 15:17:46 +02:00