Function puma::export_3DTiff(Workspace *, std::string, bool)

Function Documentation

bool puma::export_3DTiff(Workspace *work, std::string fileName, bool normalized)

Exports a puma::Workspace to a tif file.

Parameters
  • work – Pointer to a puma::Workspace to be exported,

  • fileName – std::string containing the location and filename for export, Ex: /home/jsmith/Desktop/myWorkspace.tif

  • normalized – Bool value which allows user to normalize the workspace to between 0 and 255 (max range of 8bit tif) - True to normalize, false to leave as is.

Returns

bool True if output was successful, False if an error occured.