-1

I just couldn't find it in the docs at the first sight.

It is clear that I can do almost every magic with two images, but can I composite stuff upon a simple UIKit hierarchy?

Geri Borbás
  • 15,810
  • 18
  • 109
  • 172
  • I did this when I was hanging around with OpenGL views upon UIKit (that was a screen blending) in this https://itunes.apple.com/us/app/ompass360-augmented-reality/id384527808?mt=8 product. It is possible, maybe not implemented in GPUImage yet. – Geri Borbás Feb 04 '14 at 17:28

1 Answers1

1

Wow, straight from Brad Larson:

You can pass the UIView into a GPUImageUIElement and blend from that source, but there might be a better way to do what you want.

animuson
  • 53,861
  • 28
  • 137
  • 147
Geri Borbás
  • 15,810
  • 18
  • 109
  • 172