-
First of all, I would like to say, I didn't find GPUImage as good library for image processing, even if it's built on OpenGL.
I found people compared GPUImage with CIFilters, saying it is 40 times f…
-
I wanted to set a rect on the tesseract as follows:
``` swift
var tesseract:Tesseract = Tesseract(language: "deu")
tesseract.delegate = self;
tesseract.setVariableValue("01234567890", forKey: "tessed…
-
Hi,
```
I have been using GPU for quite sometime, then I come across CIFilters,
I was wondering to get same effects like `CICategoryColorEffects` in CIFilter with GPU,
I don't want to use CIFilters.…
-
It would be nice to have an FFT node. Personally, I just want to play with it... but in general it's incredibly useful for signal processing.
Probably, the best solution would be to find a version of…
-
The first time my UIView+EasingFunctions animations run, it always seems to lag/stutter and show up midway through. Would it be possible to preload any animation data that UIView+EasingFunctions has t…
-
I want to add 3 filters to a picture. I have a tool bar and slider; based on the toolbar selection, the slider adjusts one of the filters. All the filters should be applied though.
I'm using the foll…