File: control

package info (click to toggle)
php-image-text 0.6.0beta-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 248 kB
  • ctags: 257
  • sloc: php: 739; xml: 193; makefile: 43; sh: 4
file content (20 lines) | stat: -rw-r--r-- 852 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: php-image-text
Section: web
Priority: optional
Maintainer: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: php-pear
Vcs-Browser: http://svn.php.net/pear/packages/Image_Text
Homepage: http://pear.php.net/package/Image_Text/
Standards-Version: 3.8.4

Package: php-image-text
Architecture: all
Depends: ${misc:Depends}, php-pear, php5-gd
Description: a PEAR module to do advanced text maipulations 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.