Skip to content

Commands

ptahmose edited this page Sep 5, 2020 · 12 revisions

The first argument to the mex-function is a string which specifies the function to execute. The following functions are available:

  • GetVersion
  • Open
  • GetSubBlockBitmap
  • GetInfo
  • GetScaling
  • GetMetadataXml
  • GetSingleChannelScalingTileComposite
  • Close
  • GetDefaultDisplaySettings

GetVersion

The function returns a struct containing version information. It does not take any arguments.

CZIGetInfo sample

Open

The specified file (second argument) is opened, and a handle for the document is returned.

CZIGetInfo sample

Clone this wiki locally