Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienr/libpng-android
libpng for Android NDK
https://github.com/julienr/libpng-android
Last synced: 6 days ago
JSON representation
libpng for Android NDK
- Host: GitHub
- URL: https://github.com/julienr/libpng-android
- Owner: julienr
- License: other
- Created: 2010-12-02T14:22:41.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T11:33:56.000Z (about 2 years ago)
- Last Synced: 2024-07-31T22:54:56.420Z (3 months ago)
- Language: C
- Homepage:
- Size: 826 KB
- Stars: 243
- Watchers: 23
- Forks: 86
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
libpng for Android
==================
This is a repackaging of libpng 1.6.37 for Android.Most changes went in config.h and writing the Makefiles.
The original libpng website is : http://www.libpng.org/pub/png/libpng.html
Assuming 'ndk-build' is in your path, you can use the build.sh script to create a static library.
The 'master' branch of this repository contains upstream version 1.6.37. This
hasn't been tested much on Android.The 'stable' branch of this repository contains the older 1.4.1 version which works fine on Android.
See the wiki_ for an example Android usage and links to documentation.
You might also be interested in lodepng_
.. _wiki: https://github.com/julienr/libpng-android/wiki
.. _lodepng: https://github.com/lvandeve/lodepng