Is there a way of saveing picutre instead of 'Tif' format, but in 'Jpg' or 'Jpeg'??
in
Programming Questions
•
1 year ago
I am working on with Processing in
eclipse. So it's not like the sketchbook that I can save the picture directly.
So for my code I just write:
public class Test extends PApplet {
public void setup() {
....
......
this.save("/home/yu/workspace/ppooc1"); / / Here it's just defult saving as .tif format. I don't know how to set to changeit into anohter format, can somebody help me ??
}
}
So for my code I just write:
public class Test extends PApplet {
public void setup() {
....
......
this.save("/home/yu/workspace/ppooc1"); / / Here it's just defult saving as .tif format. I don't know how to set to changeit into anohter format, can somebody help me ??
}
}
1