Very simple class to use to write text on an image. Supports GIF, PNG, and JPEG. GD must be compiled with php.
For the following example, provide your own image please.
Example:
=========================
$config=array(
"text" => "123456",
"text_colors" => "0 0 0", // RGB Seperated by spaces
"image_loc" => "coupon.jpg",
"image_type" => "JPEG", // PNG and GIF Supported
// Optional arguments; default is center area on image
"x_pos" => "",
"y_pos" => "",
);
$graphic=new img_add_txt($config);
|
|
| Name: |
Text on Image |
| Base name: |
text_on_image |
| Description: |
Simply lets you write text anywhere on an image. |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
4937 users |
| All time rank: |
454 |
| Week users: |
0 users |
| Week rank: |
2054  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Not sure (56.2%) |
- |
Not sure (50.0%) |
- |
- |
Not sure (41.9%) |
1967 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|