module ImageProcessing::Chainable

def source(file)

Specify the source image file.
def source(file)
  branch source: file
end