photo / frontend

The official @github repository of the Trovebox frontend software. A photo sharing and photo management web interface for data stored "in the cloud" (i.e. Amazon S3, Rackspace CloudFiles, Google Storage).
https://trovebox.com
Apache License 2.0
1.38k stars 244 forks source link

Add UI for transform/rotate/greyscale APIs #952

Open CCOSTAN opened 11 years ago

CCOSTAN commented 11 years ago

Not that I think OpenPhoto should encompass a photo editing system (yet) but it would be nice to make orientation corrections on a photo already uploaded to the system. Useful for photos that may have been mass uploaded via dropbox or other mechanism.

Wrong Format

jmathai commented 11 years ago

This is being tracked in issue #484. The API for rotation already exists, we just don't have a UI for it.

./openphoto -X POST -h 2.local.photo -e '/photo/2/transform.json' -F 'rotate=90' -p
{
  "message" : "Successfully transformed the photo",
  "code" : 200,
  "result" : true
}
CCOSTAN commented 11 years ago

Can this remain open until the UI is incorporated for tracking? Unless you don't think it should be in the UI.

jmathai commented 11 years ago

It absolutely needs to be in the UI. I guess I thought the other issue included UI work but you're right, it doesn't. Re-opened and updating the title to reflect.