Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
BMP Writing Plugin
Last updated at 1:07 am UTC on 17 January 2006
This is now included with VMMaker. Have a nice day.


Plugin acceleration for writing of 24 bit BMPs file. From the stock code in 3.4, there is an approximately 100x speedup with the plugin built, and 10x with the fallback code. Eddie Cottongim

BMPWriting-efc.cs.gz


Want a benchmark? Printit:

f:= Form fromFileNamed: 'screenshot.png'.
FileDirectory deleteFilePath: 'test.bmp'.
Time millisecondsToRun:[f writeBMPfileNamed: 'test.bmp']


0.9