Git Product home page Git Product logo

paulasiimwe / android-imagemagick Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 6.0 25.03 MB

Android port for ImageMagick-6.7.3-0

License: MIT License

Makefile 6.21% C 80.85% Roff 1.62% Shell 5.26% DIGITAL Command Language 0.14% C++ 3.38% Objective-C 0.28% M4 0.27% SAS 0.04% Smalltalk 0.01% WebAssembly 0.04% Assembly 0.02% Module Management System 0.04% HTML 1.06% CMake 0.17% Batchfile 0.03% Awk 0.12% Python 0.04% C# 0.42% Perl 0.01%

android-imagemagick's People

Contributors

paulasiimwe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-imagemagick's Issues

No implementation found for void com.dev.magickex.magick.Magick.init()

I'm following your given instruction:

  1. Simply copy the "libs" folder to my project folder
  2. Using CPU architecture jniLibs/x86/libimagemagick.so (using jniLibs folder because I'm using android studio 4.2.x)
  3. Go to "src" and copy "Magick" and "fakeawt", copy these to my "src" folder of my project

For testing purpose, I just creating ImageMagick object from Activity like:

        try {
               ImageInfo i = new ImageInfo(imagePath);
               MagickImage m = new MagickImage(i);
         }
         catch (MagickException e) {
               e.printStackTrace();
         }

But getting the this error:

java.lang.UnsatisfiedLinkError: No implementation found for void com.dev.magickex.magick.Magick.init() (tried Java_com_dev_magickex_magick_Magick_init and Java_com_dev_magickex_magick_Magick_init__) at com.dev.magickex.magick.Magick.init(Native Method)

What I'm doing wrong ?

binary

Hi
can you provide binary file for aarch64 (arm64-v8a)
Thank you :)

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.