Coder Social home page Coder Social logo

qingchen1984 / androidndkimageprocessing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhuofengli/androidndkimageprocessing

0.0 2.0 0.0 3.24 MB

This Android project shows how to import an image from gallery and do all the image processing (decode, resize, rotate, filter, encode) in NDK

Java 2.77% Makefile 10.62% C 86.61%

androidndkimageprocessing's Introduction

This Android project shows how to import an image from gallery and do all the image processing (decode, resize, rotate, filter, encode) in NDK.

Some things you need to know:

Image Libraries

In order to decode JPEG and PNG images, libjpeg and libpng have been compiled and imported into the native code. You can find the list of image libraries and their origins here:

http://www.leptonica.org/vs2008doc/building-image-libraries.html

But if you're not building things up from ground, I believe you can just use the jni folder in this project as it already has the required library files in place.

That also says currently this project only decodes JPEG and PNG files. I may add further support for GIF in future.

ndk_blackwhitephotos.c

All the major image processing code are in this file (jni/ndk_blackwhitephotos.c), you can tweak around it to serve your own purpose.

androidndkimageprocessing's People

Contributors

zhuofengli avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.