|
<?php ( House.jpg -bordercolor white -border 10x10 -background none -rotate "-25>\" \) ?>
- \( House.jpg Second image to read into memory and modifed
- -bordercolor white Border colour
- -border 10x10 Border size
- -background none The background colour of the image. This will be the triangular sections around the image when it is rotated. It is set to none which is the same as transparent; a colour can be used.
- -rotate \"-25>\" \) Rotate the image ( 25 = 25deg clockwise -25 = 25deg anti-clockwise ). The angle needs to be within " " and these will need escaping with a \
Note: This code is within ( ) which ensures any modifications only take place on this image; the ( ) need escaping with \
|
( Image below showing the actual size and background )
 |