Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ckformat
Last updated at 3:41 pm UTC on 12 May 2019
ckformat is a utility program for testing the image format number of an image file.

The source code for ckformat is written in Smalltalk in class ImageFormat. The Smalltalk source is translated to C and compiled on the target platform.

An up to date executable copy of ckformat is provided in the library directory of a standard interpreter VM. Instructions for compiling the VM, including ckformat, are in VM Recipe: How to build an interpreter VM on Linux.

It is also possible to generate the C source for ckformat by loading the ImageFormat package (VMMaker is not required) and evaluating:


   ImageFormat createCkFormatProgram