Reputation: 368
I'm currently using Monotouch for an iOS project and I need to make transformations on images (scale, filters, etc).
I've seen that GPUImage is a good native library for doing so. I've also seen on SO that some people tried to write the Monotouch binding of it.
Does anyone knows if we can find such project somewhere? It does not appear on the official bindings repositories, neither on Google, so it may not be done or released yet.
I would be pleased to help to make such binding, I just don't want to rewrite if it's already done.
Also, I can use another lib compatible with Monotouch (= with an existing binding). Do you have any idea?
Thanks.
Upvotes: 2
Views: 501
Reputation: 368
Thanks to Olivier Weichold who gave us a link for a working version of a Monotouch binding of GPUImage.
As I had some time to work on it I started a first version on a monotouch-bindings forked repository and I also made a pull request to the official repository so it may be official soon.
I wrote a little sample and the binding is working, it may just miss some features that can be easily added.
I will update the binding from the official repository as I will use it.
Upvotes: 2