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

Creating a Parameterized Book Cover Generator Page


In this last workshop, I’m going to review all the tips and tricks that we have learned during this chapter. In this workshop we will design a Book Cover Generator web page in which there is a form to receive required data like:

  • Book Title

  • Number of Pages

  • Author

  • Front Image

  • Back Image

  • Descriptions

This cover will be produced based on the Packt Publishing cover template. So the Packt Publishing logo and its cover template will be used as the default. For your personal use you can change the code and use your preferred settings instead.

Before starting let's take a look at a sample Packt Publishing book cover:

Fig 10-13: A Sample Book Cover

So we can divide a cover into eleven parts as follows:

  1. Front Cover Image

  2. The From Technologies to Solutions slogan

  3. Front Cover Book Title

  4. Front Cover Brief Description

  5. The Orange Band at the Cover Bottom

  6. Author Name

  7. Packt Publishing Logo

  8. Book Title on the Spine

  9. Author Name on the Spine

  10. Packt Publishing Logo on the Spine...