ďťż

generowanie obrazkow w php

       

Podstrony


telcocafe

Chce zrobic sonde, ktorej wyniki beda ilustyrowane diagramem....
jakiej funkcji uzyc by stworzyc ten obrazek... ??



Proponuje: http://pl2.php.net/gd
Ogólnie szukaj o gd w php.

hmm, jak mam z tej biblioteki skorzystać, mam te pliki na server skopiować czy jak??

Naucz sie polecen php ktore operuja ta biblioteka ... np:
header("Content-type: image/png"); $count = $_GET['count']; $img = imagecreatetruecolor(130, 10); $red = ImageColorAllocate($img, 255, 0, 0); $white = ImageColorAllocate($img, 255, 255, 255); $black = ImageColorAllocate($img, 0, 0, 0); ImageFilledRectangle($img, 1, 1, 128, 8, $white); ImageFilledRectangle($img, 2, 2, $count, 7, $red); imagestring($img, 1, 100, 1, '| '.$count.'%', $black); imagepng($img); imagedestroy($img)
Wyswietli bardzo ladny pasek postepu z wielkoscia podana za pomoca parametru get. Przydatne :)



Najpierw sprawdz bo może ją już masz.
Kiedyś miałem avka w php i masz tutaj funkcje rysująca też progress bara: function DrawRectanglePrograssBar($pic,$perc,$x1,$y1,$x2,$y2,$col1,$ col2) //$pic: picture;                   $perc: percent(%) of progress; //$x1,$y1,$x2,$y2: coordinates;    $col1,$col2: colors; {    imagerectangle($pic,$x1,$y1,$x2,$y2,$col1);    $progress=round(($perc/100)*($x2-$x1-2));    imagefilledrectangle($pic,$x1+2,$y1+2,$progress+$x1,$y2-2,$ col2); }

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.