chiprivers Posted November 15, 2007 Share Posted November 15, 2007 The final effect I would like to create is an image of pile of polaroid photographs. I want to create this from a standard backdrop image that will depict the pile of photographs with a blank black area where the photo would be. I would like to take a submitted photograph that will be prepared at the size of the area to fill. Using GD or similar, can I then offset the photograph by a number of degrees to align with the backdrop and then superimpose it onto the backdrop to produce a final image? Link to comment https://forums.phpfreaks.com/topic/77535-is-this-possible-with-gd/ Share on other sites More sharing options...
pkSML Posted November 15, 2007 Share Posted November 15, 2007 Yes, it's possible to rotate an image with GD. Here's plenty of links. --> http://pksml.net/search/php+gd+rotate+image Digging around in the PHP manual and searching Google, you'll find how to place an image on a canvas. Link to comment https://forums.phpfreaks.com/topic/77535-is-this-possible-with-gd/#findComment-392478 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.