2

are there any filters to pixelate an image programmatically in iOS?

If not, how can i pixelate an image in easy way?

thanks.


Like pixel effect on eBay app for iPad (menu drag to open, on the top left)

elp
  • 8,021
  • 7
  • 61
  • 120

2 Answers2

3

If you mean pixelize, you can take a look at both these links

How to pixelize / add pixelating effect to a UIImage in iOS

or

How do I perform a fast pixellation filter on an image?

Community
  • 1
  • 1
Titouan de Bailleul
  • 12,920
  • 11
  • 66
  • 121
1

How about the use the Core Image filter named CIPixellate? I posted the code snippet in this Answer of How do I perform a fast pixellation filter on an image?

Community
  • 1
  • 1
Kai Burghardt
  • 1,493
  • 16
  • 16