CHANGELOG.txt |
CHANGELOG.txt |
|
Textimage 6.x-2.x-dev, xxxx-xx-xx (development release)
-----------------------------
- #465638: Improved unicode support.
- #459046: Fixed upgrade path.
- #422772: Changed formatter to no longer show alt/title for Email module.
- #403212: Removed… |
README.txt |
README.txt |
|
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.
This module requires clean URLs be enabled. Without clean URL… |
textimage.info |
textimage.info |
|
name = Textimage
description = Provides text to image manipulations.
core = 6.x |
textimage.install |
textimage.install |
|
|
textimage.module |
textimage.module |
|
|
textimage_admin.css |
misc/css/textimage_admin.css |
|
/* AHAH Preview */
#textimage-preview
{
background-image: url('../images/transparent.png');
border: 1px solid #999;
margin-right: 5%;
padding: 25px 25px 21px;
text-align: center;
}
#textimage-preview IMG
{
padding: 0;
margin: 0;
} |
textimage_admin.inc |
textimage_admin.inc |
|
|