# Functions
DefaultFlagSet returns a `flag.FlagSet` instance configured with the default flags for running an image transformation application.
Run invokes the image transformation application using the default flags.
Run invokes the image transformation application using a custom `flag.FlagSet` instance.
Run invokes the image transformation application configured using 'opts'.
# Structs
RunOptions is a struct containing configuration details for running an image transformation application.