December 8th, 2007

How many misspellings does it take to make a successful mashup?

Elaine posted a note about Flickr adding edit capability via Picnik. I immediately tried it out, as the following screenshots demonstrate:

Mozilla Firefox 3 Beta 1 Mozilla Firefox 3 Beta 1

Just as with the stand alone version of Picnik, some of the functionality is free, others are part of a premium package: $24.95 per year.

Picnik is one of the few online photo editors I did include in the book, primarily because it's one of the better organized, and has some of the most interesting effects. One aspect I like most about it is the sliding scale tool, which provides live scaling of the image.

Picnik uses Flash, like all of the online photo editors do. Flash isn't a requirement, though. Most of the functionality, and then some, that Picnik can do can be done with something that most people already have installed at their linux-based hosting site: ImageMagick.

To use the ImageMagick, you do need to have command line access through SSH. ImageMagick can also be installed on the Mac using Macports, and accessed via the Terminal application. Once installed, the following command:

convert purpledragon_thumb.jpg -bordercolor white \ -background DarkGray -polaroid 5 purplepolaroid.png

Creates the following effect.

Purple dragonfly polaroid Or, you can use Picnik with the premium package.
Comments
1
ralph - 11:39 am 12/9/2007

Or you could just shoot your pictures with a Polaroid. :-)

2
Bud Gibson - 12:43 pm 12/9/2007

I'm reminded of the study where excel users, using a gui, could remember 30% more functionality than 1-2-3 users using a cui (character user interface).

3
lionstarr - 12:03 pm 12/12/2007

I think, everyone should use ImageMagick. Especially in Shell-Scripts it's an easy-to-use way to edit photographs!

Thanks to all those who have contributed to the discussion. Comments are now closed, but you can contact the author of the post directly.