Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Event catching of image filters?

$
0
0

Just want to know how to save an image just after applying a filter. I have this:

capturaFoto = cam.get(); image(capturaFoto,0,0); filter(THRESHOLD); capturaFoto.save("fotoPrueba.tiff");

But the saved image doesn't has the filter applied to.

Thanks a lot.


Viewing all articles
Browse latest Browse all 2896

Trending Articles