Archive for CG ARTS ARTISTS AND DESIGNERS ONLINE REQUEST FORUM - GET FREE ARTWORK MADE FOR YOU BY VOLUNTEER ARTISTS
|

AXM
|
PS3 gamercard please? :)Hey, sorry to be a nuisance but would it be possible for someone to make me a PS3 gamercard image? :/
This is an image of what someone already has as an image for their gamercard, where the actual gamercard at the bottom updates when you gain new trophies on the PS3.
[img]http://digital-tech.co.uk/test/sig.php[/img]
I need an image (500 x 205), where my gamercard (255 x 150) can be placed over it ^^"
Here's the image for the pre-made gamercard that i want placed onto the image i would like you to create:
I would like the image a bit like that, but instead of the wood-like look could you do more as though the background was on fire?
Thanks You if you can,
much appreciated
Also, if you don't understand feel free to ask, and sorry about the long post
EDIT: For some reason the PHP image isn't working
EDIT 2: here's the code to merge the two images together, if you need it. So the gamercard can be placed anywhere on the image:
| Code: | <?php
$bg = imagecreatefrompng('http://www.digital-tech.co.uk/test/av.png');
// this is the background part of the image
$av = imagecreatefrompng('http://www.ps3trophies.co.uk/gamercard-6/8154.png');
// this is the gamercard image that will get overlayed ontop
imagecopy($bg, $av, 14, 76, 0, 0, imagesx($av), imagesy($av));
// to change the location the gamercard gets overlaid, change the "14" and "76"
// I needed it 14 from the left, and 76 down to place it onto the area I wanted it.
header('Content-type: image/png');
imagepng($bg);
imagedestroy($bg);
?> |
EDIT 3: Happy New Year 
Hope ya'll had a good one
|
Bravo
|
dynamic php type stuff is beyond me. Better to just say what image(s) you want, then you can do whatever fancy stuff you want to do afterwards
|
AXM
|
Ok then, Thanks Bravo
I'll create a new topic just so it's less confusin'
|
|
|
|