Because processing an image like that is going to be more or less the same whether you are in an Android app, a Java app, a C++ app, or a .Net app... In fact, if the image processing is going to be pretty intensive, you might want to consider writing it in C or C++ and then using the NDK...
You aren't really going to be using the Android SDK to do that... You are going to be using core Java classes or C or C++ code depending on the approach you take. Once you have started writing the app and have Android-specific questions then that would be a more appropriate fit for this forum. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 14, 2012 at 3:01 PM, Bastiaan <[email protected]> wrote: > Why not? it has something to do with image processing in a Android app. > I'm sure you know the Instagram app? It's something like that. > > > Op woensdag 14 maart 2012 21:52:29 UTC+1 schreef MagouyaWare het volgende: > >> Ok, great... but overlaying a texture on an image or modifying an image >> doesn't have anything to do with Android. >> >> Thanks, >> Justin Anderson >> MagouyaWare Developer >> http://sites.google.com/site/**magouyaware<http://sites.google.com/site/magouyaware> >> >> >> On Wed, Mar 14, 2012 at 2:48 PM, Bastiaan <[email protected]> wrote: >> >>> I want to select a picture from the SDcard (in a Android app) and then >>> apply some color correction filters and the texture overlay. >>> But dont know how to overlay this texture, to get a grunge look. >>> >>> >>> >>> Op woensdag 14 maart 2012 21:26:49 UTC+1 schreef MagouyaWare het >>> volgende: >>> >>>> This has what to do with Android? >>>> >>>> Thanks, >>>> Justin Anderson >>>> MagouyaWare Developer >>>> http://sites.google.com/site/**m**agouyaware<http://sites.google.com/site/magouyaware> >>>> >>>> >>>> On Wed, Mar 14, 2012 at 2:22 PM, Bastiaan <[email protected]> wrote: >>>> >>>>> I have a small question; I'm looking for a example/tutorial about how >>>>> to add a texture and/or border to a image/photo. >>>>> >>>>> Like this: >>>>> http://28.media.tumblr.com/**tum**blr_lxhqg8tmD71qzzl1uo1_**500.**jpg<http://28.media.tumblr.com/tumblr_lxhqg8tmD71qzzl1uo1_500.jpg> >>>>> >>>>> Or this: >>>>> http://us.123rf.com/400wm/400/****400/logos/logos0806/**logos08060** >>>>> 0826/3132413-old-**grunge-style-**piano-keys-added-**effects-to-** >>>>> add-a-old-**fashioned-texture.**jpg<http://us.123rf.com/400wm/400/400/logos/logos0806/logos080600826/3132413-old-grunge-style-piano-keys-added-effects-to-add-a-old-fashioned-texture.jpg> >>>>> >>>>> Can someone help me? >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Android Developers" group. >>>>> To post to this group, send email to android-developers@**googlegroup* >>>>> *s.com <[email protected]> >>>>> To unsubscribe from this group, send email to >>>>> android-developers+**unsubscribe**@googlegroups.com<android-developers%[email protected]> >>>>> For more options, visit this group at >>>>> http://groups.google.com/**group**/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> >>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to android-developers@** >>> googlegroups.com <[email protected]> >>> To unsubscribe from this group, send email to >>> android-developers+**[email protected]<android-developers%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> >>> >> >> -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

