I need to change any background color of UIImage to transparent color. I am able to change white color to transparent color, but i need to change any color to transparent not any particular color.
            Asked
            
        
        
            Active
            
        
            Viewed 1,630 times
        
    1
            
            
        - 
                    please explain your question further. – nsuinteger Apr 02 '14 at 08:29
 - 
                    i need to pick image from gallery and make its background transparent. – user3085992 Apr 02 '14 at 09:02
 - 
                    okay & how do you do the existing operation for white background ? code snippet would be enough. – nsuinteger Apr 02 '14 at 09:27
 - 
                    http://stackoverflow.com/questions/19443311/how-to-make-one-colour-transparent-in-uiimage – user3085992 Apr 02 '14 at 09:48
 - 
                    1Done this, by picking color on tap and remove that particular color – user3085992 Apr 05 '14 at 07:54