Home » Images » Image_Text
Image_Text - Advanced text maipulations in images.
This package is unmaintained.
Download latest release 0.7.0 (archived versions might be outdated)
License: PHP License
Description
Image_Text provides a comfortable interface to
text manipulations in GD images. Beside common
Freetype2 functionality it offers to handle
texts in a graphic- or office-tool like way.
For example it allows alignment of texts inside
a text box, rotation (around the top left
corner of a text box or it's center point) and
the automatic measurizement of the optimal font
size for a given text box.
Documentation
Maintainers
- Stoyan Stefanov (stoyan) — lead
- Tobias Schlitt (toby) — lead
- Michael Cramer (bigmichi1) — lead, active
- Daniel O'Connor (doconnor) — contributor, active
Dependencies
Required
- PHP (>= 5.1.0)
- PEAR Installer (>= 1.4.6)
- gd (extension)
Releases
- 0.7.0 (beta, 2013-08-07)
Release notes
License: PHP License
First PHP5 release
* Bug #17621 Vera.ttf is not a valid font file.
* Request #19789 Please Provides LICENSE file - 0.6.1 (beta, 2011-12-12)
Release notes
License: PHP License
QA release
* Bug #17619 Warning: imagettfbbox()
[function.imagettfbbox]: Could not read font - 0.6.0 (beta, 2010-10-24)
Release notes
License: PHP License
QA release
* Bug #10775 when color = #000000 antialias is
always true
* Bug #11066 Background color overfills the GD
Image
* Doc Bug #13377 background_color missing in
set()
* Request #16749 Image to background - 0.6.0beta (beta, 2007-04-19)
Release notes
License: PHP License
* Fixing bug #10722: Example crashes because
font file is not found (Thanks to James Pic,
Christian Weiske!)
* Updated example and phpDocs (Thanks to
Christian Weiske!)
* Fixing requests #2520 - set background-color.
(Thanks to James Pic, Christian Weiske!)
* Fixed request #6211 - transparent background.
(Thanks to James Pic, Christian Weiske!)
* Unit tests (Thanks to Christian Weiske!)
* Fixed E_NOTICE, setting default max_lines
(Thanks to Christian Weiske!)
* Fixed bug #10235
* Fixed request #3356
* Moved to package.xml v.2 - 0.5.2beta2 (beta, 2004-09-23)
- 0.5.2beta1 (beta, 2004-09-01)
- 0.5.1beta (beta, 2004-04-18)
- 0.5.0 (beta, 2004-04-06)
- 0.4pl1 (alpha, 2004-02-22)
- 0.4 (alpha, 2004-02-19)
- 0.3pl1 (alpha, 2004-02-16)
- 0.3 (alpha, 2004-02-15)
- 0.2 (alpha, 2003-11-12)
- 0.1 (alpha, 2003-11-03)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #176 | Closed | Bug | 2003-11-01 | Antialiasing done wrong | |
| #177 | Closed | Bug | 2003-11-01 | correction for Image_Text-constructor | |
| #178 | Closed | Bug | 2003-11-01 | error in comment-block | |
| #179 | Closed | Bug | 2003-11-01 | textsize and position | |
| #180 | Closed | Bug | 2003-11-01 | Antialiasing-setting don't get "through" | |
| #188 | Closed | Bug | 2003-11-04 | Typo in Image_Text.php | |
| #189 | Closed | Bug | 2003-11-04 | Methods called as class variables. | |
| #1203 | Closed | Bug | 2004-04-14 | mega bug summary / with some wishes :) | |
| #1204 | Closed | Bug | 2004-04-14 | scripts should not be installed. | |
| #1207 | Closed | Bug | 2004-04-14 | supporting old versions - fix included. | |
| #1816 | Closed | Bug | 2004-07-07 | imagecolorallocatealpha - unknown parameter | |
| #2161 | Closed | Bug | 2004-08-19 | Notice | |
| #2182 | Closed | Bug | 2004-08-21 | problems displaying "0" | |
| #2265 | Closed | Bug | 2004-09-01 | init a heigth without a canvas | |
| #2352 | Closed | Bug | 2004-09-17 | init a heigth without a canvas | |
| #2449 | Closed | Req | 2004-10-04 | Change color of text by word | |
| #2450 | Closed | Req | 2004-10-04 | Drop Shadows | |
| #2520 | Closed | Req | 2004-10-13 | set background-color | |
| #3356 | Closed | Req | 2005-02-02 | required trailing slash for font_path | |
| #4178 | Bogus | Bug | 2005-04-18 | Image_Text returns empt image | |
| #5151 | Bogus | Bug | 2005-08-19 | Image_Text cannot be used using Turck MMCache | |
| #6211 | Closed | Req | 2005-12-09 | Transparent Background | |
| #7355 | No Feedback | Req | 0.5.2beta2 | 2006-04-10 | Unicode in Image / Texts |
| #10235 | Closed | Bug | 0.5.2beta2 | 2007-03-01 | color_mode "paragraph" broken |
| #10722 | Closed | Bug | 0.5.2beta2 | 2007-04-14 | Example crashes because font file is not found |
| #10723 | Closed | Doc | 0.5.2beta2 | 2007-04-14 | options list is plain string, not a table |
| #10775 | Closed | Bug | 0.6.0beta | 2007-04-19 | when color = #000000 antialias is always true |
| #11066 | Closed | Bug | 0.6.0beta | 2007-05-17 | Background color overfills the GD Image |
| #13377 | Closed | Doc | 0.6.0beta | 2008-03-11 | background_color missing in set() |
| #16749 | Closed | Req | 0.6.0beta | 2009-10-29 | Image to background |
| #17619 | Closed | Bug | SVN | 2010-07-21 | Warning: imagettfbbox() [function.imagettfbbox]: Could not read font ... |
| #17621 | Closed | Bug | SVN | 2010-07-22 | Vera.ttf is not a valid font file. |
| #17623 | Closed | Bug | SVN | 2010-07-23 | Notice: Array to string conversion in /usr/share/pear/Image/Text.php... |
| #19206 | No Feedback | Bug | 0.6.1 | 2012-01-09 | Script cannot create image |
| #19789 | Closed | Req | 0.6.1 | 2013-01-16 | Please Provides LICENSE file |
| #20040 | Closed | Req | 0.7.0 | 2013-08-15 | adding justify the text |