Lines Matching full:some

312 …unsigned minmatch; /*minimum lz77 length. 3 is normally best, 6 can be better for some PNGs. Defau…
651 … srgb rendering intent value, size of content of ancillary chunks, more than 79 characters for some
1077 [ ] allow treating some errors like warnings, when image is recoverable (e.g. 69, 57, 58)
1085 [X] provide alternatives for C library functions not present on some platforms (memcpy, ...)
1207 *) some features needed to make a conformant PNG-Editor might be still missing.
1333 it tries as close as possible. Some things are ignored by the encoder. The
1355 The following settings are supported (some are in sub-structs):
1394 is easy, but there are multiple ways if you want to give some channels more
1449 To avoid some confusion:
1461 -even though some conversions aren't supported, LodePNG supports loading PNGs from any
1760 A quick reference of some settings to set on the LodePNGState
1807 Some changes aren't backwards compatible. Those are indicated with a (!)
1814 *) 06 mar 2020: simplified some of the dynamic memory allocations.
1829 *) 17 sep 2017: fix memory leak for some encoder input error cases
1844 *) 25 mar 2013: Added an optional feature to ignore some PNG errors (fix_png).
1852 Faster color conversions while decoding. Some internal cleanups.
1872 *) 17 aug 2011: (!) changed some C zlib related function names.
1882 *) 26 okt 2010: (!) changed some C function and struct names (more consistent).
1884 *) 08 aug 2010: only changed some comments and external samples.
1906 *) 09 aug 2007: some VS2005 warnings removed again
1914 *) 19 may 2007: minor fixes, some code cleaning, new error added (error 69),
1915 moved some examples from here to lodepng_examples.cpp
1930 *) 07 jan 2007: Some cleanup & fixes, and a few changes over the last days:
1938 Removed some code duplication in the decoder. Fixed little bug in an example.
1959 needed, and performed some optimizations.
1963 *) 22 apr 2006: Optimized and improved some code