Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Class Form -- category fileIn/Out examples
Last updated at 10:24 am UTC on 22 June 2019
 Display writeJPEGfileNamed: 'display.jpeg'
 Form fromUser writeJPEGfileNamed: 'yourPatch.jpeg'

This is used by a Morph object

 exportAsJPEGNamed: aString 
	self imageForm writeJPEGfileNamed: aString