List of my modules...

Module: Block_Save

Description:

Saves an image in a file, block by block, in raw format. The first time it is run, it opens a file (or creates it) either in append mode, or overwriting its contents. The following times the Write button is pressed, it appends the connected data in the file.

Connections:

Image

[required]
Input data to write to file.

Ports:

Filename


Name (and path) of the file.

Open mode


The first time the file is opened, if it exists, the first option appends the file with the connected data, the second option overwrites its contents.

Action


Pressing the first button writes the connected data in the file, the second button closes the file.

Commands:

Additional options can be accessed when typing in the console Block_Save COMMAND_NAME. Typing the command again usually reverts back to original settings.

verbose

Displays timing information after the computation. Retype to hide info.

create

Runs the computation. Returns the name of the output, so it can be used in a script, such as set RESULT [Block_Save create].