Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
To-do list for post-v0.6.0:
read_chunk_bytes()- simplify the crc_action checkMove the "discard trailing IDATs" stage to
read_chunks()Use an internal
struct spng_text2with just a pointer for the keyword to simplify parsingClean up
spng_decode_scanline()(e.g. use aihdrpointer)Clean up flag handling in
spng_decode_image()Fix MSVC warnings
Move transparency testing for grayscale images out of the decoding loop, move it to
trns_row()Use
get_sample()to iterate over 1/2/4-bit samples everywhereUpdate
check_png_keyword()before something bad happensUse
memcpy()less, omit where possible