Constructor
Asido_Image
Asido_Image
([string $source = null], [string $target = null])
-
string
$source: source image for the image operations
-
string
$target: target image for the image operations
Store an operation in the image operation queue
void
operation
(callback $callback, mixed $params, array $params
)
-
callback
$callback
-
array
$params
Save the image after being processed
boolean
save
([mixed $overwrite_mode = ASIDO_OVERWRITE_DISABLED])
-
mixed
$overwrite_mode: if this mode is ON (ASIDO_OVERWRITE_ENABLED), and there is already a file with the same as the target, this method will throw a warning stating that you are abut to overwrite an existing file
Get\Set source image
string
source
([string $new_source = null])
Get\Set target image
string
target
([string $new_target = null])