android-lib-magick
android-lib-magick copied to clipboard
More image format support
Hey, thanks for taking the time to work on this. I'm curious if you'd be interested in adding more image format support. Right now from what I understand it support jpeg? And perhaps some others, but not png.
Do you know what it would take to rebuild the so file with support for more formats? I'd love to contribute that, but perhaps we can start with you detailing the build process you used. I currently have imagemagick building for android with no format support ... I can't even figure out how to get jpeg supported.
Thanks.
hehe I didn't build it, I got the .so from another project, and created this one because that project can't be run on Android without several modifications on the Java parts. This project is only that: the modifications on the Java.
I, myself, couldn't get to build ImageMagick on the NDK, got several dependency errors
Paulo Cesar Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
On Wednesday, May 16, 2012 at 12:24 PM, Greggory Hernandez wrote:
Hey, thanks for taking the time to work on this. I'm curious if you'd be interested in adding more image format support. Right now from what I understand it support jpeg? And perhaps some others, but not png.
Do you know what it would take to rebuild the so file with support for more formats? I'd love to contribute that, but perhaps we can start with you detailing the build process you used. I currently have imagemagick building for android with no format support ... I can't even figure out how to get jpeg supported.
Thanks.
Reply to this email directly or view it on GitHub: https://github.com/puelocesar/android-lib-magick/issues/1
Ah, thanks for the clarification. I'll see if I can look elsewhere. Oh, btw, which project did you get the .so from?
Here: https://github.com/lilac/Android-ImageMagick