9781861008367-1861008368-PHP Graphics Handbook

PHP Graphics Handbook

ISBN-13: 9781861008367
ISBN-10: 1861008368
Edition: 0
Author: Allan Kent, Jason E. Sweat, Mitja Slenc
Publication date: 2003
Publisher: Apress
Format: Paperback 304 pages
FREE US shipping on ALL non-marketplace orders
Marketplace
from $5.46 USD
Buy

From $5.46

Book details

ISBN-13: 9781861008367
ISBN-10: 1861008368
Edition: 0
Author: Allan Kent, Jason E. Sweat, Mitja Slenc
Publication date: 2003
Publisher: Apress
Format: Paperback 304 pages

Summary

PHP Graphics Handbook (ISBN-13: 9781861008367 and ISBN-10: 1861008368), written by authors Allan Kent, Jason E. Sweat, Mitja Slenc, was published by Apress in 2003. With an overall rating of 4.1 stars, it's a notable title among other books. You can easily purchase or rent PHP Graphics Handbook (Paperback) from BooksRun, along with many other new and used books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $0.44.

Description

PHP is an insanely popular, easy-to-learn language that you can use to create dynamic webpages in double-quick time. Whether the PHP webpage you create is for business or pleasure, you obviously want your webpage to be as attractive as possible (though not at the expense of your website's performance!). In the PHP Graphics Handbook, we show you cunning graphical techniques that will make your website stand out from the crowd.

Here's an example. Say you wanted to display data from an online poll - the results of which were changing all the time - in a professional-looking graph. You could regenerate an image of the graph periodically, by using a spreadsheet application and updating the data values it contains every so often by hand. But who really wants to waste time like that? Wouldn't it be much better to store the poll data in a database, and then get PHP to link to that, pull out the data, and use a graphics library to display the poll directly in the browser? We show you how.

Here's another. Many websites display thumbnails of images that you click on to display the full size image, or perhaps as a link to another page. Of course, we don't want to have to create thumbnails of all these images ourselves, and then store the thumbnails and full size images too. A much more effective way to handle thumbnails is to generate them "on the fly" from the original image, which we can do several ways using PHP. But which approach would produce the best quality thumbnails? And which would create them the fastest? We tell you.

Both of these examples involve generating images or charts dynamically (on the fly). This is the main benefit of using PHP to generate graphics, so it's the thread that links all of the topics we discuss in the book. With the knowledge you pick up from the book, you'll be able to enhance the appearance and functionality of your website dramatically.

The book teaches you how to apply all of the following techniques on the fly using your PHP code:

- Creating new image files in various formats and drawing on blank images
- Merging, blurring, cropping, copying and cutting-up images
- The most effective ways to generate thumbnails and store images
- Manipulating color, grayscaling and duotone, adjusting brightness
- Adding transparency, soft and hard shadows, and watermarks
- How to add text to images: handling fonts and text layout
- How to create professional-looking charts and graphs

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book