We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware,  Documentation,  Website Suggestions › save functions should take image as option
Page Index Toggle Pages: 1
save functions should take image as option (Read 607 times)
save functions should take image as option
Jun 20th, 2006, 11:42am
 
save functions should take image as option

so you can save a part of an image, or make in my case make a small drawing application where the user can save the output.

-seltar
Re: save functions should take image as option
Reply #1 - Jun 20th, 2006, 1:47pm
 
use image.save(). it requires a full path to where you want to save, so: image.save(savePath("blah.tif")) will place the image in your sketch folder.
Page Index Toggle Pages: 1