|
|
|
Barcode หุหุ - อยากจะทราบวิธีที่นำตัวเลข ตั้งแต่ 0-9 มา Hashing |
|
|
|
|
|
|
|
Code (PHP)
<?
echo "<img src=MyResize/image.png>";
$images = ImageCreate(300,200);
$color = ImageColorAllocate($images,255,0,0);
$photo = ImageColorAllocate($images,0,0,0);
ImageRectangle($images, 0, 0, 299, 199, $photo);
$text = 'My Name Is Win';
$font = 'ANGSAZ.TTF';
$white = ImageColorAllocate($images, 255, 255, 255);
$blue = ImageColorAllocate($images, 0, 0, 255);
ImagettfText($images, 20, 0, 11, 21, $blue, $font, $text);
ImagePng($images,"MyResize/image.png");
ImageDestroy($images);
?>
ดาวน์โหลด Font ของ BarCode มาก็ใช้ได้แล้วครับ
|
|
|
|
|
Date :
2009-03-24 20:50:39 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุงคราบบ....
|
|
|
|
|
Date :
2009-03-25 17:17:05 |
By :
eqzero |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนเพิ่มเติมอีกนิดหน่อยได้ไหมครับ // ด้านหลังให้หน่อยครับ อ่านไม่เข้าใจครับ หัดทำครับ
|
|
|
|
|
Date :
2011-12-21 19:37:40 |
By :
Patthai142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำเสร็จแล้วอะครับ แต่เครื่องสแกนไม่ได้อะคร้าบ มันไม่อ่านครับ ทำไงดีครับ
|
|
|
|
|
Date :
2012-10-08 22:31:33 |
By :
leehoon5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำไม เครื่อง แสกน บาร์โค้ด ไม่ อ่าน อะ ลองแล้ว ไม่ได้ออะ
|
|
|
|
|
Date :
2014-10-25 17:19:49 |
By :
komza |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|