View source
<?php
$presets['corners_combo'] = array(
'presetname' => 'corners_combo',
'#weight' => 9,
'actions' => array(
0 => array(
'weight' => '-10',
'module' => 'imagecache_canvasactions',
'action' => 'canvasactions_definecanvas',
'data' => array(
'RGB' => array(
'HEX' => 'e5e8a1',
),
'under' => 1,
'exact' => array(
'width' => '',
'height' => '',
'xpos' => 'center',
'ypos' => 'center',
),
'relative' => array(
'leftdiff' => '4',
'rightdiff' => '4',
'topdiff' => '4',
'bottomdiff' => '4',
),
),
),
1 => array(
'weight' => '-9',
'module' => 'imagecache_canvasactions',
'action' => 'canvasactions_definecanvas',
'data' => array(
'RGB' => array(
'HEX' => '',
),
'under' => 1,
'exact' => array(
'width' => '',
'height' => '',
'xpos' => 'center',
'ypos' => 'center',
),
'relative' => array(
'leftdiff' => '4',
'rightdiff' => '4',
'topdiff' => '4',
'bottomdiff' => '4',
),
),
),
2 => array(
'weight' => '-8',
'module' => 'imagecache_canvasactions',
'action' => 'canvasactions_file2canvas',
'data' => array(
'xpos' => 'left',
'ypos' => 'top',
'alpha' => '100',
'path' => "{$filepath}/corner-tl.png",
),
),
3 => array(
'weight' => '-7',
'module' => 'imagecache_canvasactions',
'action' => 'canvasactions_file2canvas',
'data' => array(
'xpos' => 'right',
'ypos' => 'top',
'alpha' => '100',
'path' => "{$filepath}/corner-tr.png",
),
),
4 => array(
'weight' => '-6',
'module' => 'imagecache_canvasactions',
'action' => 'canvasactions_file2canvas',
'data' => array(
'xpos' => 'left',
'ypos' => 'bottom',
'alpha' => '100',
'path' => "{$filepath}/corner-bl.png",
),
),
5 => array(
'weight' => '-5',
'module' => 'imagecache_canvasactions',
'action' => 'canvasactions_file2canvas',
'data' => array(
'xpos' => 'right',
'ypos' => 'bottom',
'alpha' => '100',
'path' => "{$filepath}/corner-br.png",
),
),
6 => array(
'weight' => '-4',
'module' => 'imagecache',
'action' => 'imagecache_rotate',
'data' => array(
'degrees' => '7',
'random' => 0,
'bgcolor' => '-1',
),
),
7 => array(
'weight' => '-3',
'module' => 'imagecache',
'action' => 'imagecache_scale',
'data' => array(
'width' => '300',
'height' => '',
'upscale' => 0,
),
),
8 => array(
'weight' => '-2',
'module' => 'imagecache_canvasactions',
'action' => 'canvasactions_canvas2file',
'data' => array(
'xpos' => '',
'ypos' => '',
'alpha' => '100',
'path' => "{$filepath}/background-2.jpg",
'dimensions' => 'original',
),
),
),
);