dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

can have any idea on android? #5

Closed bigsquirrel closed 9 years ago

bigsquirrel commented 9 years ago

most open source lib support is not good.

dragon66 commented 9 years ago

Hi bigsquirrel, thanks a lot for the suggestion. I don't have much experience myself in android and not quite sure about the memory requirement. I did think about put some time on android development but didn't put this into action. If you are interested and have experience in android, maybe you can do some work on this and we will see how it goes.

dragon66 commented 9 years ago

There are more requirements from users to be able to use the metadata management functionality in Android. Thinking about creating a new repository for metadata related code which will be standalone without dependency on java.awt.* package.

dragon66 commented 9 years ago

@bigsquirrel,

Ported to Android and created new pixymeta-android repository. The API has been updated in case you are interested.

dragon66 commented 9 years ago

Tested pixymeta-android with Nexus4, Nexus5 virtual device. Close this issue here, any further issues to pixymeta-android repository.

ivanooi commented 6 years ago

Hi, does pixymeta-android features same as current?

Thanks

dragon66 commented 6 years ago

@ivanooi It's kind of old. I haven't worked on this for quite a while.

ivanooi commented 6 years ago

Is there anyway that I can use the lastest icafe and mix with pixymeta-android? I love the current icafe features, especially the way it handle EXIF and XMP

dragon66 commented 6 years ago

@ivanooi you can't mix them together. I will try to update them. Hopefully soon.

ivanooi commented 6 years ago

thanks :-D Especially EXIF and XMP

dragon66 commented 6 years ago

@ivanooi I did some change to the pixymeta-android repository according to your request. Can't guarantee I have caught all the changes made in ICAFE. If you find anything inconsistent, just let me know.

ivanooi commented 6 years ago

wow! Thanks!!