Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : simple IPimage to PDF doesn't work

$
0
0
  1.   my_pdf.beginDraw();
  2.   my_pdf.dispose();
  3.   my_pdf.endDraw(); // stop and save pdf
You don't draw anything on my_pdf!
  1.   t.beginDraw(); 
  2.   img = loadImage("15.jpg");
  3.   image(img, 0, 0);
  4.   t.endDraw();
The image is drawn on the sketch surface, not on t itself...



Viewing all articles
Browse latest Browse all 1768

Trending Articles