Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: saving images - use temp file as workaround

From: arolls:bigpond:au at: 24-Jul-2001 20:21

I don't know how to get 'save to do that, but you could work around this by doing: save/png %temp.png some-data write/binary/allow %same.file read/binary %temp.png [read write] delete %temp.png ; clean up - allows next 'save to work