Converters

A converter transforms some data types or formats into others.

Automatic converters are silently used by BrainVisa when conversions are needed (for instance when a process input is restricted to some specific image formats). To be valid, an automatic converter needs to have only two mandatory parameters: read (input data to be converted) and write (data written after conversion).