 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Vinu Thomas' Blog: pChart - PHP charting library
by Chris Cornutt October 22, 2008 @ 07:53:00
Vinu Thomas points out a nice looking PHP charting library on his blog today - pChart.
Looking for some good looking graphs without having to pay for a library or resort to Flash graphs? Try creating your own using pChart. pChart is a PHP class oriented framework designed to create aliased charts. This project focuses on allowing developers to generate great looking graphs by increasing rendering quality introducing an aliasing algorithm.
It uses GD to create the graphs, so just about any PHP distribution out there will support it (if you're not sure, make a phpinfo() page to check out your setup). There's even some example graphs so you can get an idea of what some of the end results could be.
voice your opinion now!
pchart chart library gd graphics image render
DevGuide.net: Dynamic Bitmap Graphics with PHP and GD
by Chris Cornutt January 22, 2007 @ 16:46:00
Jacek Artymiak published the second edition of his "Dynamic Bitmap Graphics with PHP and GD" tutorial over on DevGuide.net today focusing specifically on creating bitmaps on the fly.
The 39 page guide ($15 USD from Lulu.com) provides a wealth of knowledge about working with graphics in PHP including a detailed look at some of the more advanced functionality of GD. The book covers your first steps with GD and graphics, working with primitives, creating an image based on external data, and embedding them into an XHTML/HTML page of your choosing.
The page for the book on DevGuide.net itself even provides a great list of resources for those looking to get into graphics with PHP - with links to everything from the basic software (webservers, PHP, etc) out to the libraries you'll need and some other tutorials to help you even after you've worked through the book.
voice your opinion now!
dynamic bitmap gd graphics external data inroduction links dynamic bitmap gd graphics external data inroduction links
PHPClasses.org: 3D graphics in pure PHP
by Chris Cornutt November 08, 2006 @ 08:13:00
As spotlighted by the folks over on PHPClasses.org, there's a developer, László Zsidi, who has contributed several packages to the repository - including some that work to create 3D images with just the built-in functions PHP provides.
He has developed several pure PHP components that implement impressive 3D animated graphics, like a 3D objects rendering engine, emulate a waving flag or the reflex of an image near a lake. The generated frames are combined into a single animated GIF with another pure PHP component also written by László. All these components were nominated to the PHP Programming Innovation Award for the evident creativity, demonstrating that PHP can be used for non-trivial software applications.
Some of the libraries in the listing include:
voice your opinion now!
3d graphics builtin functionality reflect gif animation images 3d graphics builtin functionality reflect gif animation images
Icant.co.uk: How to create thumbnails with PHP and gd
by Chris Cornutt July 14, 2006 @ 06:26:37
One of the best moves that the PHP language developers could have made was to bring the GD library code "into the fold" and integrate it with recent PHP installations. This makes it easy to manipulate images and customize things on the fly. Another thing it allows is the generation of thumbnails for your site, either dynamically or in something like a cron job. Want to know how? Well, read up here.
In this article from Icant.co.uk, they step you through the creation of these smaller, lighter versions of your images with lots of code and explainations. Topics covered include:
- The logic of batch processing thumbnails
- The PHP functions to use
- The main thumbnail generation function
They also include instructions on how to check your installation for GD support and how to load it if it's not already there (module support).
voice your opinion now!
create thumbnails gd library graphics tutorial create thumbnails gd library graphics tutorial
|
Community Events
Don't see your event here? Let us know!
|