Questions tagged [cipixellate]

CIPixellate is a built-in filter from the Core Image iOS API that makes an image blocky by mapping the image to colored squares whose color is defined by the replaced pixels.

CIPixellate is a built-in filter from the Core Image iOS API that makes an image blocky by mapping the image to colored squares whose color is defined by the replaced pixels.

https://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CoreImageFilterReference/Reference/reference.html#//apple_ref/doc/filter/ci/CIPixellate

1 questions
5
votes
1 answer

How do you add a CIPixellate Core Image Filter to a Sprite Kit scene?

How do you add a CIPixellate Core Image Filter to a Sprite Kit scene? I have a SpriteKit scene that is an SKScene or subclass of it. I want to add a Core Image filter to the scene. Specifically a CIPixellate filter, so I can have 8-bit game heaven…
uchuugaka
  • 12,679
  • 6
  • 37
  • 55