Ok i know there's heaps of threads on this but does anyone have the code or whatever to crop an image on a php page and make the bg transperant?
Please help.
Ver.

Ok i know there's heaps of threads on this but does anyone have the code or whatever to crop an image on a php page and make the bg transperant?
Please help.
Ver.
It's possible, but I don't have the time to make it...
Use these functions...
PHP Code:header("Content-type: image/gif");
...
$im = imagecreatefrompng("images/button1.png");
...
imagecolortransparent($img,$trans);
...
imagegif($img,'trans.gif');
imagedestroy($img);
I need something i can use with my habbo imager.
Because right now i have this:
And i want this:
Anyone?
Don't use the old imager is my best advice.
Want to hide these adverts? Register an account for free!