rdopng
Rate-Distortion Optimized Lossy PNG/QOI Encoding Tool
File Explorer
- apg_bmp.c
- apg_bmp.h
- basisu.h
- basisu_containers.h
- basisu_containers_impl.h
- basisu_enc.cpp
- basisu_enc.h
- basisu_miniz.h
- basisu_resample_filters.cpp
- basisu_resampler.cpp
- basisu_resampler.h
- basisu_resampler_filters.h
- basisu_transcoder_internal.h
- jpgd.cpp
- jpgd.h
- lodepng.cpp
- lodepng.h
- packagemerge.c
- packagemerge.h
- aliens.png
- aliens_2_rdo.png
- aliens_rdo.png
- crossyf.png
- crossyf_2_rdo.png
- crossyf_rdo.png
- doom.png
- doom_delta.png
- doom_rdo.png
- gotham.png
- gotham_2_delta.png
- gotham_2_rdo.png
- gotham_delta.png
- gotham_rdo.png
- high_fidelity.png
- high_fidelity_1.png
- high_fidelity_2.png
- joker_768.png
- joker_768_2_delta.png
- joker_768_2_rdo.png
- joker_768_3_delta.png
- joker_768_3_rdo.png
- joker_768_4_delta.png
- joker_768_4_rdo.png
- joker_768_delta.png
- joker_768_rdo.png
- kodim18.png
- kodim18_delta.png
- kodim18_rdo.png
- lara_1024.png
- lara_1024_delta.png
- lara_1024_rdo.png
- magneto.png
- magneto_2_alpha_delta.png
- magneto_2_delta.png
- magneto_2_rdo.png
- magneto_delta.png
- magneto_rdo.png
- masterchief.png
- masterchief_2_rdo.png
- masterchief_rdo.png
- minerology.png
- minerology_delta.png
- minerology_rdo.png
- puppy.png
- puppy_delta.png
- puppy_rdo.png
- stp.png
- stp_2_delta.png
- stp_2_rdo.png
- stp_3_delta.png
- stp_3_rdo.png
- stp_delta.png
- stp_rdo.png
- waterfall.png
- waterfall_delta.png
- waterfall_rdo.png
- xfiles_768.png
- xfiles_768_2_delta.png
- xfiles_768_2_rdo.png
- xfiles_768_delta.png
- xfiles_768_rdo.png
- CMakeLists.txt
- LICENSE
- lz4.c
- lz4.h
- lz4hc.c
- lz4hc.h
- qoi.h
- rdopng.cpp
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
// repository documentation
Was this content helpful?
(0 ratings)
