SproutCMS

This is the code documentation for the SproutCMS project

function save()

Save the image to a new image or overwrite this image.

Usage

object $Image->save ( [ string $new_image [, integer $chmod [, boolean $keep_actions ]]] );

Arguments

  1. string $new_image = FALSE
    new image filename
  2. integer $chmod = 0644
    permissions for new image
  3. boolean $keep_actions = FALSE
    keep or discard image process actions

Exceptions thrown

Return value

  • object