Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ImageReadWriter
Last updated at 4:00 pm UTC on 21 March 2019
abstract class to provide for encoding and/or decoding an image (Form) on a stream.

 formFromStream: aBinaryStream 

 formFromFileNamed: fileName


 ImageReadWriter subclasses 
 {PCXReadWriter . XBMReadWriter . JPEGReadWriter . JPEGReadWriter2 . BMPReadWriter . GIFReadWriter . PNMReadWriter . PNGReadWriter}

Part of the graphics subsystem.

Example

 (ImageReadWriter formFromStream: (HTTPSocket httpGet: 'https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Squeak-x11.png/617px-Squeak-x11.png')) asMorph openInHand

See also

Form
ImageMorph