Changing effects into image
Hi Matthew, how are you? I'm using your plugin "FilterMe" on a personal project. It's a great plugin, congratulations! I'm having trouble when I need to change the effects on the image. Whenever I do this, the image does not get a new effect, but the current intensifies. How do I switch the effects on runtime? Thank you!
Not sure this would be possible. The effect manipulates the pixel RGB values, so unless you restored them to standard before switching effect, it's just going to add the new effect to the currently filtered image.
Might look into adding a method to remove the current effect if I get a moment. Might be a better, quicker way (image manipulation can be slow).