# Functions
NewMultiTransformationWithURIs returns a `MultiTransformation` instance derived from 'transformation'.
NewMultiTransformationWithURIs returns a `MultiTransformation` instance derived from 'transformation_uris'.
NewNullWriter returns a new `NullTransformation` instance.
NewTransformation returns a new `Transformation` instance configured by 'uri'.
RegisterTransformation registers 'scheme' as a key pointing to 'init_func' in an internal lookup table used to create new `Transformation` instances by the `NewTransformation` method.
# Structs
Type MultiTransformation implements the `Transformation` interface for applying multiple transformations to images.
NullTransformation is a struct that implements the `Transformation` interface that does not apply any transformations to images.
# Interfaces
Transformation is an interface for writing data to multiple sources or targets.
# Type aliases
TransformationInitializationFunc is a function defined by individual transformation package and used to create an instance of that transformation.