Closed JGVB closed 9 years ago
Seems to have to do with the cache. I'll try clearing it.
Apparently the cache was saving only one image per filter name. So I added the image description to the filter name (creating the key for the cache) and all works well. Must have been like this because because the example app had only one picture.
Hello @Jvanbev. Is there a pull request you can open to make this better for others as well?
The caching mechanism has been removed in 0.3.0.
This can be seen in the example project if you add self.originalImage = [UIImage imageNamed:@"toycamera.png"]; In the first line of the revert function. Apply the filter to the original flower image, then click revert and apply the filter to the new image. The original image pops up filtered. Any idea why this happens?