PIM Team Case Study: Creating Text Effects With PHP and GD


See how you can create graphic effects on text with PHP and GD - drop shadows, arcs, fonts and colors.

Problem

A-tec Signs and Sraphics Inc. launched a web site with the idea to sell decals online. To achieve better customers ineterest the website had to integrate online decal builder. The company is offering also decals for vehicles which brought some specific requirements to the builder like having the decal text turning arround 4 types of arcs.

Goals

Solution

Because of the need for increasing customers interest we had to think about not for perfect math formulas when showing the graphs in the preview area, but for the people who will look at them.

As we will reaveal below, there were few problems going arround human appreceptions for something 'perfectly smooth' and the matchematical perfect figures.

Methodology

We were going to extensively use PHP GD library for the text effects. It provided easy changing of fonts and colors, adding drop shawdows and rotating the texts.

We had also to create color palletes which to appear when user click and disappear when color is selected (You can personally try the decals creating here). Using hidden layers and javascript was supposed to do the work.

The main problem in this site was to create 4 types of arcs so when the user selects one of them the text is created arround imaginary arc (like in the vector graphical softwares). We were going to study Bezie's formulas and create these arcs with its help.

Implementation

PIM Team Bulgaria had the task to build the full functional online decals builder with the following features:

- Decal background

Some users were supposed to have their decals placed on colored background. We had to allow the preview area to be painted in a selected background. First we created the image in temp folder:

// the name of destination image

$dest='decals/'.time().'.jpg';

//the background

imagefilledrectangle ( $im, 0, 0, 590, 60, $colors[$_POST['bcolors']]);

$colors array contains the available color which are stored by the administrator in the database.

Thus, when the visitor selects a background it is passed as parametter to imagefilledrectangle function.

- Font selection

Users should be able to select fonts for their future decals. Knowing that we can't consider all the fonts will be available on all visitor's computers we had to upload them on the web server directory.

We allowed the admin to manage the fonts, adding their names and uploading files in admin area.

The fonts in the select box came from the database. Selected font was passed in the call to imagettftext funtion which is drawing on the previously created image.

- Color Selections

The color selections had to be a palettes which appear when user clicks and disappear when color is selected. The palette had to look as a table with colors and these colors are also defined in the

admin area so they had to come dynamicly. We had to seed a static javascript function with dynamic content.

We created a PHP cycle which was taking the colors from the database and then creating a string for HTML table. This table is then passed to a javascript function which creates the palletes with the help of hidden layers:

function showTable(table)

{

mouseX = window.event.x + document.body.scrollLeft+25;

if(table=='background')

{

var content="";

var y=460;

}

if(table=='fonts')

{

var content="";

var y=690;

}

if(table=='shadows')

{

var content="";

var y=810;

}

document.getElementById('tabler').style.pixelLeft=mouseX;

document.getElementById('tabler').style.pixelTop=y;

document.getElementById('tabler').style.visibility='visible';

document.getElementById('tabler').innerHTML=content;

}

Of course, once the user select the desired color we had to hide the pallette:

function setColor(elid,color,fromid,shc)

{

document.getElementById(elid).value=color;

document.getElementById('tabler').style.visibility='hidden';

}

Thus we created nice palettes which appear and disappear on a single click and don't take much space on the screen.

- Drop Shawdows

The decals offered has the ability to have a drop shadow added so we had to add this option to the online builder. PHP however didn't offered a nice function for that. We created a procedure which draws the texts twice - once the original 100% saturated text and once the shadow with a percentage of the color and appropriate displacement. Of course the shadow was drawn on the image before the main text.

@imagettftext($img, 20, $gr[$i], $x+$dx, $ys[$i]+$dy, $scolors[$shadowcolor], "fonts/".$_POST['fonts'],$word[$i]);

- Arcs

The main problem came when we had to 'rotate' the texts thru arcs. First we created perfect Bezie funtion which to draw the curves and adjust the letter above them. But what a surprise - the curves looked perfect alone, but when we adjusted the letters above them they seemed rough.

After studying this problem we realised that the rough screen resolution and the disability to antialise the images wouldn't allow us to create nice arcs. We were standing against insoluble problem.

We decided to create few arcs with a graphical software (CorelDraw) and to see what could be wrong.

We noticed that Corel's curves were looking great after they are manually adjusted. However you can't just leave the program to create perfect curves automaticly. A human eye was needed to judge when a curve looks right and when not.

We got a totally different direction. There wasn't an universal function to help us. The solution we found was to 'manually' adjust each letter. We created a procedure with cases which were adjusting each letter on the appropriate place and with appropriate rotation depending on how long was the text. It worked!

We created 2 arrays for each arc type - one array with the positions and one array with the rotations.

The rest was simple:

if($arctype)

{

$start=(35-$l)/2;

if($start%2) $start+=1;

$gr=array_slice($gr,$start,$l);

$ys=array_slice($ys,$start,$l);

}

if(!$arctype)

{

$ys=array();

$gr=array();

//making the arrays

for($i=0;$i

You can go on the atec's site and try the arcs we achieved (http://atecsigns.com/decal/step_1.html).

Results

Now A-tec Sings's web builder creates perfect decals with graphs, calculates the price and allows you to add the decals to your shopping cart and chgeckout (the shopping cart software is also created by PIM Team Bulgaria).

The builder allows the visitor to create the desired decals with any color, dropped shadow, background and shape, to preview it and to calculate the cost for different sizes and quantities.

The website and builder were promoted with massive radio advertising company. At that time it was the only decal builder which allowed creating texts arround arcs.

Conclusions

About The Author

Bobby Handzhiev is a senior developer in PIM Team Bulgaria

http://pimteam.net

admin@pimteam.net


MORE RESOURCES:
RELATED ARTICLES
Nonsense! Why Do I Need a Website?
"I don't sell anything online, I don't advertise online, in fact I don't really even know how to use a computer..
Internet Marketing Website Promotion -The 7 Biggest Mistakes I See People Make With Websites!
1. Many people are not getting good or complete advice.
Free Websites & Why You Should Avoid Them
It amazes me how many people try to build serious websites with free web host providers. Granted, we all love things in life that are marked "free", but it doesn't always make sense to go that route if it will cost you more in the long run.
Are You Losing Sales Because of These 4 Simple Website Mistakes?
Losing website sales and traffic is sometimes simply a case of web usablity - your website just isn't clear to your visitors. By fixing these simple mistakes, you'll easily increase your conversion rate and make more online sales.
Adding Word Rich Content to Your Website
You have permission to publish this article electronically, in print, in your ebook or on your web site, free of charge, as long as the author bylines are included.Adding Word Rich Content to your Website.
How One Word Or Even One Letter Can Boost Conversion Rates By Over 400%!
Recently I was reviewing the keyword specific conversion rate data of a consulting client of mine. I have been working with this client for a few months now, helping her improve the sales conversion rate of her website and we have had very good results, taking average conversion rates at her site from below 1% to just over 4.
Beware the Software Siren
I've heard several prominent web marketers mention in their classes and public forums how easy it is to create your own software. Why, all you have to do is run over to Elance.
How Worldly is Your World Wide Web?
The growth in Internet usage around the world is astounding - 146% in the five years prior to March 2005. And it's not just European and North American users on the Net.
Building a Web Site Requires the Right Software to Eliminate Headaches and Keep Money in Your Pocket
When most people build a web site, they think one simple thing. "If I build it, they will come".
Top 5 Reasons to Track Your Website Traffic
#5 User Satisfaction: Learn what your visitors and site users do and do not like about your site. Using a good reporting service allows you to monitor your pages individually to see what pages are clicked on first, the most popular pages, duration of any given visitor's time viewing a page (visit duration), and what pages send your visitors off your site (exit pages).
Thinking Of Taking Money Online? Whats Best For Merchants? PayPal, WorldPay or Something Else?
It's now easier than ever to take payments on the web. As people selling their wares take pot shots at eCommerce providers in an ever-increasing battle to sabotage their "competitors'" success it gets harder and harder to find an honest unbiased opinion.
Guide to Internet Business - Design and Content
After deciding what kind of internet business you want to do, it's time to start planning the design and content of your business. Many people make the mistake of skipping this step, choosing instead to immediately start work on their website.
What Your Customers Say About YOUR Site! Part 1
The following is a list of patterns that many visitors follow, and you can use these suggestions to better your site.1.
My Yahoo Search - Beyond Bookmarks
Yahoo has long offered email, an online calendar, notes, bookmarks, and more through their free My Yahoo service. Now Yahoo has expanded this service even more by adding My Yahoo Personal Search to the mix.
Art, Artists and the Web: Part 4--What to Do After a Website is Designed
What to do if you are an artist after you finish your website.Unfortunately, just because you've created a website, does not mean that anyone will visit it.
Website Globalization
Globalize Your WebsiteThe Internet has unlocked a wide array of markets and knocked down barriers that previously prevented merchants from marketing their products on a global scale. There are a number of ways to 'globalize' a website and broaden a businesses general appeal to an international audience.
Beautiful Web Sites Seldom Make More Sales
Designing an E-commerce Web site is not as simple as having a "pretty" site that is a pleasure to visit. While it is important to have an attractive site, as much thought must be given to functionality as to appearance.
HTML Editors 101 - Smaller Is Better
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes many advanced features such as drag-and-drop positioning, built in FTP to publish directly to your web site, an image editor and graphics creation all in one. With SiteSpinner, objects can be placed wherever you want them with your mouse.
Track Your Visitors, Using PHP
There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag.
Effectively Using Robots Meta Tags
The "robots" meta tag, when used properly, will tell the search engine spiders whether or not to index and follow a particular page. For the purposes of this article, we will be using the "( )" symbols to represent the "" in html coding.