misshelgenberger
Rookie
Wow i haven't been here in ages,
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Smokey, love "the birds" icon. Great idea!
Blackflag, the Monte Walsh one you didn't use, what doesn't that surprise me? :lol:
I'm using GD2 with PHP 5.2.9.2 and I'm trying to create a dynamic compass type thing. What I'd like is simply an arrow image that will change where it's pointing based on the
get variable I pass to it. Problem is that because the image is square, imagerotate (the function I'm using) makes the overall canvas bigger and bigger, to it's maximum size, at any of the 45 degree angles. This is not what I expected, nor what I want, what I'd much prefer is it to stay exactly in it's place and clipping to occur. I understand how I could do this manually, but to do so, I'd need the dimensions of the newly rotated image, in it's current form, rather than how it was.