21310 Posts in 5739 Topics by 2604 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 876 Views |
-
GD class question

1 October 2009 at 10:26am
Hello,
I wold like to merge two GD images together. Anyone else tried something similar? Or anyone else have some ideas? I looked at the API documentation but didn't see anything that could do that.
Thanks!
Jeremy
-
Re: GD class question

1 October 2009 at 10:53am Last edited: 1 October 2009 10:54am
Hi
It's certainly doable. The SilverStripe GD class is just a wrapper around the PHP GD functionality (http://php.net/manual/en/ref.image.php). You can do a lot using these functions. If you're doing per-pixel operations, prepare for a performance hit though (at least when processing larger images).
You can create a subclass of the SilverStripe GD class where you implement the desired functionality. Then create a subclass of the Image class and override generateFormattedImage (to use your custom GD class instead of the default one). You can also implement different custom generate methods to use them in your templates (http://doc.silverstripe.com/doku.php?id=recipes:customising_image).
| 876 Views | ||
|
Page:
1
|
Go to Top |


