File: |
RoyalMailBarcode.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
Class File |
Class: |
Royal Mail Postal Barcode
Generate barcode images for use with UK mail |
Author: |
By Mathew Hooper |
Last change: |
Updated the calculatePixalSize function from
private function calculatePixalSize($unit) {
return ($unit * $this->unitDPI) / 25.4;
}
to
private function calculatePixalSize($unit) {
return ($unit * $this->unitDPI) / 2.54;
} |
Date: |
14 years ago |
Size: |
10,265 bytes |
|
|
|