Book Image

ImageMagick Tricks

By : Sohail Salehi
Book Image

ImageMagick Tricks

By: Sohail Salehi

Overview of this book

<p>The book is packed with interesting and fun examples. We had a lot of fun coming up with cool ways to demonstrate ImageMagick's power, and we're sure you'll have fun learning how to create them.<br /><br />Although the printed book is in black and white, there is a full colour PDF of the screenshots freely available that includes all of the images in the book. Use it to see exactly what the ImageMagick effects look like in colour, or browse through it and see just what you'll learn to do with this book.<br /><br />ImageMagick is a free software suite to create, edit, and compose bitmap images using text-based commands. The commands can be issued from the command line, but more often will be included in web or desktop applications &acirc;&euro;&ldquo; carrying out complex image-manipulation tasks in response to the user's input.<br /><br />ImageMagick is a popular way for generating images on-the-fly in web pages, whether it's generating thumbnails from a large image, or creating complex combinations of images, text, and effects chosen by a visitor or the web site's creator.</p>
Table of Contents (18 chapters)
ImageMagick Tricks
Credits
About the Author
About the Reviewers
Preface
5
Identify, Display, and Import
Index

Wizard Step 3: Final Image


This step is pretty simple if you decide to just show the result. In fact we can implement it as a frame in the previous step. But let’s do it in a new page because if someday you decide to use the final image for commercial usage (that is, sell the output as an e-card, poster, etc.) making it in a new page will help you.

The general form of step3.php may be as follows:

<?php
// initializing variable with form field
$image=POST_[‘final_image’];
// creating the page
?>
<html>
<head><title>My Ecards</title>
<meta http-equiv=Content-Type content=text/html; charset=windows-1256>
<META content=MSHTML 6.00.2900.2802 name=GENERATOR>
</head>
<body bgcolor=#ffffff >
<font face=Times size=6 color=#777777>
<strong>Customized E-Cards Wizard.</strong> </font><br>
<font size=3 face=Arial color=#545454>
<strong>&nbsp;&nbsp;STEP 3. S E N D &nbsp;&nbsp;T H E &nbsp...