Hi all ! been quite a while since I came by...
I'm trying some new signatures images in png with some active information on them from my forum.
Here's the one I made :

it's a png image along with a php code.
Is it possible to use a jpg image with the same php code
The reason I want to do this is because the png image file is a little big.
my php file now says:
$image = "myphpbb.png";
$im = imagecreatefrompng($image);
when i do
$image = "myphpbb.jpeg";
$im = imagecreatefromjpeg($image);
It doesn't work .... is it because It's not done or Am I using a wrong code ?
thanx a lot
