| <%= link_to_remote "<-Left", {:update => "photo", :url => { :action => "rotate_left"}}, {:title => "Rotate 90 degrees left"} %> | ROTATE | <%= link_to_remote "Right->", {:update => "photo", :url => { :action => "rotate_right"}}, {:title => "Rotate 90 degrees right"} %> |
| CROP | ||
|
Top: % | ||
|
Left: % |
Right: % | |
|
Bottom: % | ||
| <%= link_to_remote "<-Dark", {:update => "photo", :url => { :action => "darker"}}, {:title => "Too light?"} %> | BRIGHT | <%= link_to_remote "Light->", {:update => "photo", :url => { :action => "brighter"}}, {:title => "Too dark?"} %> |
| <%= link_to_remote "<-Less", {:update => "photo", :url => { :action => "reduce_contrast"}}, {:title => "Too contrasty?"} %> | CONTRAST | <%= link_to_remote "More->", {:update => "photo", :url => { :action => "increase_contrast"}}, {:title => "Too flat?"} %> |
|
COLOR CORRECTION | ||
| <%= link_to_remote "<-Cyan", {:update => "photo", :url => { :action => "more_cyan"}}, {:title => "Too red?"} %> | R | <%= link_to_remote "Red->", {:update => "photo", :url => { :action => "more_red"}}, {:title => "Not red enough?"} %> |
| <%= link_to_remote "<-Magenta", {:update => "photo", :url => { :action => "more_magenta"}}, {:title => "Too green?"} %> | G | <%= link_to_remote "Green->", {:update => "photo", :url => { :action => "more_green"}}, {:title => "Not green enough?"} %> |
| <%= link_to_remote "<-Yellow", {:update => "photo", :url => { :action => "more_yellow"}}, {:title => "Too blue?"} %> | B | <%= link_to_remote "Blue->", {:update => "photo", :url => { :action => "more_blue"}}, {:title => "Too yellow?"} %> |