Thursday, March 9th, 2006
Pixoh: Online Image Editing
There are more than a couple of photo apps popping up these days aren’t there. Pixoh is a nice Ajax app that allows you to edit pics via their dhtml interface. You can quickly give it a go, and do simple rotation, cropping, etc.
The app is built using Twisted and MochiKit.
Features
- Import pictures from any web site (including Flickr) with our bookmarklet
- Flickr export, or save as JPG, PNG, PDF, TIF, or PSD
- Basic editing tools like crop, rotate, resize—many more are in the works
- Unlimited undo and redo (Control-Z and Control-Y)





3.8 rating from 51 votes
MochiKit, not MockiKit
Take a look at PXN8. [disclosure: pxn8 is my baby].
Very cool.
Have you guys seen the screenshots from Google’s AJAX calendar yet, named CL2?
http://www.techcrunch.com/2006/03/08/exclusive-screenshots-google-calendar/
http://ajaxian.com/archives/google-calendar-cl2
I’d be interested in seeing a Photo editing API package, since all of this really centers around the server-side photo processing functionality.. would be cool to have a service that people can write various UIs for.
Scott. That sounds like a great idea. Do you have any more details on this?
This is very good but pxn8 is better than this:)
I always wanted a script that allows me to rotate images in realtime. Is a real pain to wait for the server to rotate and post back the image – in case you want an arbitrary angle. So I made myself a script, that allows you to rotate, zoom and reposition the image in realtime, then after you finish, you can crop the picture.
here it is:
Kroppr – image cropping script