G2 Filter Helper module

As a weekend project I put together a little module that makes it easy to play with the filters in the G2 beta.  It only has limited functionality, but you can apply multiple filters to an image, save the image, and some other things.

You need to have the Graphics 2.0 to use it.  Your mileage may vary.

https://bitbucket.org/develephant/filter-helper-module-for-corona-g2

Enjoy.

Nice work develephant! Just looking over the code and was wondering if maybe using snapshots instead of display.captureBounds might be a useful update. That was, especially for photo manipulation, you can keep the original resolution of the images, and it would allow them to be larger than screen res (which most photos would be). I have already asked for a snapshot.save function in a different thread, and when that comes online, we could use that in your code as well. Again, great weekend’s work!

I’ll take a look at the snapshots.  Thanks for the tip.

Cheers.

Nice work develephant! Just looking over the code and was wondering if maybe using snapshots instead of display.captureBounds might be a useful update. That was, especially for photo manipulation, you can keep the original resolution of the images, and it would allow them to be larger than screen res (which most photos would be). I have already asked for a snapshot.save function in a different thread, and when that comes online, we could use that in your code as well. Again, great weekend’s work!

I’ll take a look at the snapshots.  Thanks for the tip.

Cheers.