Lets see your Signatures!

Soldato
Joined
16 Dec 2005
Posts
14,443
Location
Manchester
Following on from the Lets see your Abstracts thread, I thought I'd open this one :D

Has nothing to do with me being rubbish at abstract... honest... :D

Okay, heres my newest creation: [aeternum is my usual handle. SiriusB is new so the only sig I have with SiriusB is err.. in my sig lol]


AeternumSnake.jpg


And this one I made only today :cool: Good eh?

Comments and criticism are welcome btw.

SiriusB
 
sunlitsix said:
[..] sig4 is too big :(
You just need to use a better compression method. Save as (indexed) 8-bit PNG, rather than (truecolour/RGB) 24 or 32-bit. For images like that you don't need anything more than 16 colours in the available palette.

Then for further size reduction, run them through a decent PNG crushing utility like OptiPNG. Should be no trouble to get them all below 10KB each.

ocuksig4.png
71.9KB 24-bit PNG.

ocuksig4a1tq.png
9.7KB 8-bit PNG
 
Rob's "The GD sticky's code is too fat" post

Directions

  1. Create a new directory on your server, and upload the images you'd like in your rotation to that directory.
  2. Open Notepad or your favourite text editor.
  3. Paste the following code:
    Code:
    <?php
    
    $files = glob('{*.PNG,*.png,*.JPG,*.jpg,*.GIF,*.gif}', GLOB_BRACE);
    readfile($files[array_rand($files)]);
    
    ?>
  4. Save it as rotate.php, and upload it to the directory that you just uploaded your images to.
  5. Edit your signature on the forums, and paste the link to rotate.php between image tags, an example being:
    Code:
    [img[b]][/b]http://yourdomain.com/sigs/rotate.php[/img]
  6. All done! Enjoy.
 
Back
Top Bottom