You are here

README.txt in Textimage 5.2

Textimage adds text to image functionality using GD2 and Freetype, enabling
users to create crisp images on the fly for use as theme objects, headings or
limitless other possibilities.

Textimage was written by Fabiano Sant'Ana (wundo).
- http://wundo.net

Maintained by Stuart Clark (Deciphered).
- http://stuar.tc/lark


Features
------------

* Support for TrueType fonts and OpenType fonts.
* Rotate your text at any angle.
* Configurable opacity in text color.
* Backgrounds:
  * Define a color or simply have a transparent background.
  * Use a pre-made image to integrate directly with your theme.
  * Use another Textimage preset to achieve a multi-layered image (see image above).
* CCK and Views formatter integration.
* Support for non-alphanumeric characters.


Usage
------------

1. via theme_textimage_image():

   Use the theme_textimage_image() function at the theme/module level with the
   following format:

   theme('textimage_image', 'Preset', 'Text', array('Additional', 'Text'),
   'extension', 'alt', 'title')


2. via CCK/Views formatter:

   Select a Textimage preset in a text field display options.


3. via URL:

   Create an image with the URL in following format:
   /[files directory]/textimages/[Preset](/Additional/Text)/[Text].[extension]

   Note: This method can only be used by users with the 'create textimages'
   permission. This is to prevent Anonymous users from creating random images.

   If you need dynamically created Textimages, it is strongly advised you use
   one of the methods detailed above.


Requirements
------------

* GD2
* FreeType


Recommended
------------

* Vertical Tabs - http://drupal.org/project/vertical_tabs

  When the Vertical Tabs module is enabled you will receive a modified user
  interface when creating and editing Textimage presets.

  Note: To get Vertical Tabs for Drupal 5, please refer to the following:
  - http://drupal.org/node/296148


Updating
------------

* Always run update.php on your Drupal site after updating Textimage.
* Note: Due to certain changes in the Textimage module, some of your presets may
  require alterations after updating.

File

README.txt
View source
  1. Textimage adds text to image functionality using GD2 and Freetype, enabling
  2. users to create crisp images on the fly for use as theme objects, headings or
  3. limitless other possibilities.
  4. Textimage was written by Fabiano Sant'Ana (wundo).
  5. - http://wundo.net
  6. Maintained by Stuart Clark (Deciphered).
  7. - http://stuar.tc/lark
  8. Features
  9. ------------
  10. * Support for TrueType fonts and OpenType fonts.
  11. * Rotate your text at any angle.
  12. * Configurable opacity in text color.
  13. * Backgrounds:
  14. * Define a color or simply have a transparent background.
  15. * Use a pre-made image to integrate directly with your theme.
  16. * Use another Textimage preset to achieve a multi-layered image (see image above).
  17. * CCK and Views formatter integration.
  18. * Support for non-alphanumeric characters.
  19. Usage
  20. ------------
  21. 1. via theme_textimage_image():
  22. Use the theme_textimage_image() function at the theme/module level with the
  23. following format:
  24. theme('textimage_image', 'Preset', 'Text', array('Additional', 'Text'),
  25. 'extension', 'alt', 'title')
  26. 2. via CCK/Views formatter:
  27. Select a Textimage preset in a text field display options.
  28. 3. via URL:
  29. Create an image with the URL in following format:
  30. /[files directory]/textimages/[Preset](/Additional/Text)/[Text].[extension]
  31. Note: This method can only be used by users with the 'create textimages'
  32. permission. This is to prevent Anonymous users from creating random images.
  33. If you need dynamically created Textimages, it is strongly advised you use
  34. one of the methods detailed above.
  35. Requirements
  36. ------------
  37. * GD2
  38. * FreeType
  39. Recommended
  40. ------------
  41. * Vertical Tabs - http://drupal.org/project/vertical_tabs
  42. When the Vertical Tabs module is enabled you will receive a modified user
  43. interface when creating and editing Textimage presets.
  44. Note: To get Vertical Tabs for Drupal 5, please refer to the following:
  45. - http://drupal.org/node/296148
  46. Updating
  47. ------------
  48. * Always run update.php on your Drupal site after updating Textimage.
  49. * Note: Due to certain changes in the Textimage module, some of your presets may
  50. require alterations after updating.