SproutCMS

This is the code documentation for the SproutCMS project

function process()

Process an image with a set of actions.

Usage

boolean $ImageDriver->process ( string $image , array $actions , string $dir , string $file );

Arguments

  1. string $image
    image filename
  2. array $actions
    actions to execute
  3. string $dir
    destination directory path
  4. string $file
    destination filename

Return value

  • boolean