Dear users
On my site I use PHP image functions to create altitude profiles from uploaded user data files.
I am trying to include my web-site logo in these altitude profiles. Is there an easy way to do this?
It may be possible to open my web-site logo as a different image using ImageCreateFromPNG(), and then copy the image pixel by pixel into the altitude profile, using $color=ImageColorAt($imlogo,$ix,$iy) and ImageSetPixel($im,$shiftx+$ix,$shifty+$iy,$color)
for each pixel $ix,$iy of $imlogo.
But
1) I'm not entirely sure that this will work as colors may have different definitions in different images?
2) There may be a faster way?
All help is appreciated.
Regards, Boudewijn Verhaar
http://www.senso-unico.nl/