1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: php-image-text
Section: web
Priority: optional
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 8), pkg-php-tools
Build-Depends-Indep: php-pear
Vcs-Browser: http://git.debian.org/?p=pkg-php/php-image-text.git
Vcs-Git: http://git.debian.org/git/pkg-php/php-image-text.git
Homepage: http://pear.php.net/package/Image_Text/
Standards-Version: 3.9.2
Package: php-image-text
Architecture: all
Depends: ${misc:Depends}, php-pear, php5-gd
Recommends: ${phppear:Debian-Recommends}
Breaks: ${phppear:Breaks}
Description: PEAR module to do advanced text manipulations in images
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.
|