i am new to android and having a requirement to apply filter effect to the bitmap image.so,before i start with some basic effect like sepia to the bitmap image but the processing of image while applying is taking too much time(waiting time is more).for filter effect i had followed some link:
<a href="http://xjaphx.wordpress.com/2011/06/21/image-processing-photography-sepia-toning-effect/" rel="nofollow">link 1 for filter effect</a>
<a href="http://xjaphx.wordpress.com/2011/06/21/image-processing-grayscale-image-on-the-fly/" rel="nofollow">for the grayscale effect</a>
<a href="http://xjaphx.wordpress.com/2011/06/20/image-processing-highlight-image-on-the-fly/" rel="nofollow">for highlight effect</a>
as u go to link will find many more effect but all the effect taking much time in order to process the image,so on failing to achieve the fast performance again give a try for new concept of filter apply in bitmap image and on search in google play found one app <strong>Instagram</strong> which is also applying effect on image only but performance is good and fast in nature.so can anyone tell me what concept they are using in order to achieve the performance.Thanks for any reply.
<a href="http://xjaphx.wordpress.com/2011/06/21/image-processing-photography-sepia-toning-effect/" rel="nofollow">link 1 for filter effect</a>
<a href="http://xjaphx.wordpress.com/2011/06/21/image-processing-grayscale-image-on-the-fly/" rel="nofollow">for the grayscale effect</a>
<a href="http://xjaphx.wordpress.com/2011/06/20/image-processing-highlight-image-on-the-fly/" rel="nofollow">for highlight effect</a>
as u go to link will find many more effect but all the effect taking much time in order to process the image,so on failing to achieve the fast performance again give a try for new concept of filter apply in bitmap image and on search in google play found one app <strong>Instagram</strong> which is also applying effect on image only but performance is good and fast in nature.so can anyone tell me what concept they are using in order to achieve the performance.Thanks for any reply.