The Wayback Machine - https://web.archive.org/web/20211203234005/https://github.com/topics/libpng
Here are
58 public repositories
matching this topic...
Image similarity comparison simulating human perception (multiscale SSIM in Rust)
Fork of tess-two rewritten from scratch to support latest version of Tesseract OCR.
Fully featured, ALWAYS latest builds of imagemagick 7 for Android. Featuring a full build of very many libraries (delegates)
Developing raytracing render from scratch.
Image manipulation library. Use Pixie instead.
Extracts photos from Game Boy Camera saves.
Small image utility featuring an implementation of the median-cut color quantization algorithm and Floyd-Steinberg dithering in C.
FFmpeg音视频库学习实践,包括音频使用mp3lame库实时编码pcm成mp3文件,faac库编码pcm成aac音频文件,使用ffmpeg解码mp4视频使用ANativeWindow简易播放器,ffmpeg解码mp4视频成yuv格式裸流数据,ffmpeg合成封装h264视频编码文件和aac音频编码文件成mp4视频,和逆过程 ffmpeg解封装mp4视频成h264和aac 编码文件,以及常见的yuv图像格式操作,yuv转换rgb(使用libyuv和纯代码),libjpeg-turbo库读取解码jpeg图像,libpng库读取解码png图像并使用ANativeWindow在Android显示,最后使用libjpeg-turbo和libpng库对原始yuv图像编码成jpeg和png图像
short demos to show main use of popular C libraries
Elixir library to read pixels from a PNG file, using libpng (using a NIF)
An Unity example of loading external texture without GC alloc
GEDCOM genealogy pdf chart creation
A copy of OptiPNG's source code, with the history containing as many tarball versions as I could find online
PNG library benchmarking and testing utility
imgify - Convert any file to PNG and back.
prebuild some libraries for ios usage
Updated
Oct 6, 2021
Shell
Scripts for automating or simplifying the build process for some libraries that are crucial to desktop development in C++ on Windows
Updated
Jun 5, 2021
Batchfile
Simple PNG conversion tool using libpng
A Project To Study how to parse png with libpng api and build app with NDK
Sequential, Parallel programming (OpenMP, and MPI)
PNG-based image reader and writer with support for arbitrary data, such as hitboxes or animation data for your 2D game.
Navigate a stranded astronaut in space
Iter Vehemens ad Necem continuation by members of
Stegman is a tool that employs cryptography and steganography to safely hide messages in various files. It can also reverse the process to extract information from a file.
PNG reader in a single, portable C file and header that dumps to raw RGBA pixels.
This game engine is developed base on Windows GDI using C++ language. it provides a many of features like Tile Map Tool and the Lua Script Editor. This is only provided GDI renderer currently.
Improve this page
Add a description, image, and links to the
libpng
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
libpng
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
While meson appears to support miniz, CMake (which I unfortunately have to use as my IDE doesn't support meson) requires zlib and cannot fall back to miniz. I am on windows and don't have zlib installed, so making this use miniz would be appreciated. Thanks.