ronjon wrote:if that code is what im supposed to use ... then... wow... i dont see that as easy...
Are you talking about this?
$c=count($b=array_map('decbin',array(15542453,9115794,12298459,13322894,14196160,11792447,
0xffffff)));$l=strlen($b[0]);$a=array_fill(0,$l,0);function a($a){return $a<<1;}function b
($b){return $b>>1;}function c($b,$a){return $a|$b;}for($i=$c-1;$i>=0;--$i)$a=array_map('a'
,array_map('c',$a,str_split($b[$i])));$a=array_map('chr',array_map('b',$a));array_shift($a
);echo strtr(join($a),'_',' ');
That's Weedpacket's signature, FYI... 😃
About your issue - nope, nothing but the GD image library will do what you want. At least that's to the best of my knowledge, but I'm sure the senior board members here will agree.
BTW, weedpacket, your sig doesn't work on my machine...php 4 doesn't like php 5 functions!