Randy
af8f480179
docs: fix typo in encode.md [skip-ci]
2022-10-28 17:10:13 +03:00
Randy
b519e6df3a
docs: encode speed tips do not apply to truecolor-alpha [skip-ci]
...
the worst-case file sizes make it not worth changing defaults
2022-10-28 16:59:33 +03:00
Randy
b9e894cb23
docs: add encode speed optimization tips [skip-ci]
2022-10-28 16:47:50 +03:00
Daniel Jennings
54bd4c3d36
fix typo in decode.md ( #228 )
...
`spng_set_chunk_limits` not `spng_set_chunks_limits`
2022-10-18 13:13:52 +02:00
Randy
c9451cab66
spng_set_iccp(): minor length check fix
...
UINT_MAX isn't the right constant to check against
2022-10-03 07:42:08 +03:00
Randy
eb260797ad
Merge branch 'master' of https://github.com/randy408/libspng
2022-08-18 11:32:43 +02:00
Randy
4b568aca53
cmake: set C standard
2022-08-18 11:32:39 +02:00
shuffle2
c4126ad8ce
Fix typo in decode.md ( #225 )
2022-07-31 07:34:16 +02:00
Rosen Penev
dc5b1032c0
fix compilation under mingw32 ( #222 )
...
mingw32 does not enable SSE2 by default.
2022-07-11 19:19:14 +02:00
ocpalo
13cb56aef9
docs: fix references in migration guide
2022-07-02 19:02:09 +02:00
Randy
6cc95648d2
docs: fix more typos [skip-ci]
2022-07-02 19:00:06 +02:00
Tim Gates
2eb24e246b
docs: Fix a few typos
...
There are small typos in:
- docs/chunk.md
- docs/migrate-libpng.md
Fixes:
- Should read `subsequent` rather than `subequent`.
- Should read `physical` rather than `phyiscal`.
- Should read `transforms` rather than `tranforms`.
2022-07-02 18:54:47 +02:00
Randy
a4b209fa2c
cleanup: use Z_NO_FLUSH instead of 0 for inflate()
2022-06-01 23:49:48 +02:00
Randy
3c640a075d
README: minor usage example fix [skip-ci]
...
thanks to @nedelec for pointing it out
2022-04-21 23:00:00 +02:00
Michael Malone
82b0c5107d
cmake: make finding zlib in-tree easier
...
When building libspng as a sub-module alongside zlib as a sub-module,
then it becomes much easier to locate the in-tree zlib when the
ZLIB_ROOT variable can be set to ${zlib_BINARY_DIR}. This is especially
useful when building on Windows where zlib-dev typically isn't
installed.
2022-04-21 22:53:51 +02:00
Randy
0bd962bb8e
meson: update zlib wrap
2022-04-11 10:36:03 +02:00
Randy
c8a79acee3
docs: improve wording on SPNG_STATIC [skip-ci]
2022-04-07 18:18:53 +02:00
Randy
e26770d44b
update comments on spng_format
2022-03-23 20:22:03 +01:00
Randy
1aad1dbd61
docs: move section on untrusted files, cleanup [skip-ci]
2022-03-23 20:18:36 +01:00
Randy
c61b888cb9
write_fuzzer: increase compression level
...
disabling compression had lead to lower code coverage
2022-03-07 19:17:18 +01:00
Randy
12635f0de2
read_fuzzer: keep unknown chunks
2022-03-07 19:17:18 +01:00
Randy
d981609eec
read_non_idat_chunks(): fix redeclaration
2022-02-14 07:13:44 +01:00
Randy
83e9e68b0b
encode: clean up unknown chunk writes
2022-02-14 07:13:44 +01:00
Randy
05781a38d4
read_scanline_bytes(): cleanup
2022-02-14 07:13:44 +01:00
Randy
3a8a2314ee
bump version to v0.7.3
2022-02-11 20:29:56 +01:00
Randy
4baa1b1384
decode: expose zlib FLEVEL for images ( #204 )
v0.7.2
2022-02-09 23:56:04 +01:00
Randy
93b2e4e8f6
write_fuzzer: reduce image compression level
2022-02-09 11:36:13 +01:00
Randy
61b60bc6ad
spng_encode_chunks(): add more checks, cleanup
2022-02-09 10:55:37 +01:00
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