I have an image which has a slight border on corners. While displaying this image in my table view cell, I am setting cell’s background color as white. But the slight edge of the image is still visible. How can I rectify this.
See the sample image.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Crop the image or edit out the border? Since the discoloration is actually present in the original image, I don’t see how you are going to get rid of it with code.
(Of course, the cropping and editing could be done in code, but if this is a standard asset, you ought to process it before inclusion in your app so that you don’t waste CPU/GPU cycles and energy doing unnecessary image processing.)