We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to get an PDF output from this sketch
www.analogpixel.org/blog/2012/03/20/msced-334-half-tone
that works using the filter(THRESHOLD) Processing function.
As I understand, filter is not compatible with Processing PDF library. Is it possible to overcame this problem, still using filter(THRESHOLD) ?
Answers
PDF is mostly a vector format, so most operations working at pixel level are not available.