News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Mikko Koppanen's Blog:
Seam carving
0 comments :: posted Wednesday February 13, 2008 @ 17:10:00
voice your opinion now!

Mikko Koppanen has posted another quick hit ImageMagick hint to his blog - this time it deal with "seam carving", a process for cropping and resampling of an image to make a different composite picture.

Today I was reading trough the ImageMagick ChangeLog and noticed an interesting entry. "Add support for liquid rescaling". I rushed to check the MagickWand API docs and there it was: MagickLiquidRescaleImage! After about ten minutes of hacking the Imagick support was done. Needless to say; I was excited

You'll need to have the libqr library compiled into the ImageMagick installation, but the actual use of the functionality is simple - about three or four lines do the work for you. He includes the original image and the result from his test (as well as another example of the same result image scaled down automatically.

tagged with: imagemagick seam carving image resize libqr


PHPit.net:
Image manipulation with PHP & the GD library (Part 2)
0 comments :: posted Monday August 14, 2006 @ 13:39:51
voice your opinion now!

New on PHPit.net today is part two of their series covering working with images in PHP through the GD graphics library.

In this second part of the "Image manipulation with PHP & the GD library" article series you will learn how to resize images, create thumbnails, watermark images and more.

They start with resizing images, showing how to grab the current size and alter it to modify the output (both in a set and proportional way). With that code in place, they take the next logical step - an automatic thumbnail creator from a file upload. Finally, they show how to help protect your images using a watermark - their example is a "Image by YourWebsite.com" string of text placed on the image.

tagged with: image manipulation part2 gd watermark thumbnail resize image manipulation part2 gd watermark thumbnail resize


package cakephp releases pecl framework developer application PEAR job database code ajax security book PHP5 zendframework conference release mysql zend

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework