Squeak Class Documentation category index | class index  
 
JPEGReadWriter2Plugin
  category: VMConstruction-Plugins
  superclass: TestInterpreterPlugin
  subclasses:

The following sentence applies to this class:
"This software is based in part on the work of the Independent JPEG Group".

You can read more about it at www.ijg.org

instance methods
  initialize-release
  initialiseModule
shutdownModule

  primitives
  primImageHeight:
primImageWidth:
primJPEGCompressStructSize
primJPEGDecompressStructSize
primJPEGErrorMgr2StructSize
primJPEGPluginIsPresent
primJPEGReadHeader:fromByteArray:errorMgr:
primJPEGReadImage:fromByteArray:onForm:errorMgr:
primJPEGWriteImage:onByteArray:form:quality:progressiveJPEG:errorMgr:

class methods
  translation
  hasHeaderFile
headerFile
requiresPlatformFiles

instance methods
  initialize-release top  
 

initialiseModule


 

shutdownModule


  primitives top  
 

primImageHeight:


 

primImageWidth:


 

primJPEGCompressStructSize


 

primJPEGDecompressStructSize


 

primJPEGErrorMgr2StructSize


 

primJPEGPluginIsPresent


 

primJPEGReadHeader:fromByteArray:errorMgr:


 

primJPEGReadImage:fromByteArray:onForm:errorMgr:


 

primJPEGWriteImage:onByteArray:form:quality:progressiveJPEG:errorMgr:


class methods
  translation top  
 

hasHeaderFile

If there is a single intrinsic header file to be associated with the plugin, here is where you want to flag


 

headerFile

If there is a single intrinsic header file to be associated with the plugin, here is where you want to put it. It will be generated and included automatically.


 

requiresPlatformFiles

default is ok for most, any plugin needing platform specific files must say so