This was taken from http://rxwiki.wikidot.com/101samples, because I wanted to be able to read it more comfortable with syntax highlighting.
Here's the unedited original, translated to Github Markdown glory:
This was taken from http://rxwiki.wikidot.com/101samples, because I wanted to be able to read it more comfortable with syntax highlighting.
Here's the unedited original, translated to Github Markdown glory:
| <?php | |
| /** | |
| * Converts a PNG image to a .GRF file for use with Zebra printers | |
| * | |
| * The input is preferably a 1-bit black/white image but RGB images | |
| * are accepted as well. | |
| * | |
| * This function uses PHP's GD library image functions. | |
| * |