How could I apply an axial symmetry on an UIImage ? I could not find anything whithin the apple documentation, etc.. I suppose i need to use quartz2d, but I've no more clue.
Asked
Active
Viewed 188 times
1 Answers
0
You could create an image from its row data, by simply inverting the pixels using the method described here Creating UIImage from raw RGBA data