Hi there,
I'm working on a sketch and it needs to scan an image for colour values using loadPixels(). I'm trying to adjust it to export a PDF, but the PDF exporter doesn't like the loadPixels() function — it doesn't seem like it's included in the renderer.
Is there a work around?
I.E.
Is there a way to loadPixels (or similar function) in the PDF exporter?
Is there a way to export a PDF after loading pixels?
Or is there another solution?
Thanks for your help.
I'm working on a sketch and it needs to scan an image for colour values using loadPixels(). I'm trying to adjust it to export a PDF, but the PDF exporter doesn't like the loadPixels() function — it doesn't seem like it's included in the renderer.
Is there a work around?
I.E.
Is there a way to loadPixels (or similar function) in the PDF exporter?
Is there a way to export a PDF after loading pixels?
Or is there another solution?
Thanks for your help.
1