Finally I got my first SharePoint app published on the MSDN code gallery today!. It's called as the , "Share Picture Editor"
SharePoint
Picture Editor is an HTML 5 based application (SharePoint hosted) that enables
the end user to select an image and perform basic image editing operations
without the need to install or use any image editor. Later the edited image can
be saved back to the same or a different picture library on SharePoint or can
be downloaded locally.
The app enables
the following set of functionalities:
- Right
from within the app, browse and select an image by either browsing the
parent web’s picture libraries, capture from the device’s web cam, or
browse/drag-drop image from the file system.
- Leverage
the new HTML 5 capabilities such as Canvas for performing image editing
operations like drawing object, lines, color pallet, cropping image,
adding image effects etc…
- Save
the edited image back to the source library or into some other picture
library on the host Web or allows to download the edited image
- The
app also installs a couple of custom actions on the parent site’s
Picture Libraries to assist quick image selection and editing (and
app launching) via ECB or File Ribbon.
- Capture
geolocation data from the image binary (if available) or reading it using
the browser’s capability and post the same to the host SharePoint library
(if Geolocation is field is preset in target library).
- Support
for client side image scaling (renditions).
- Support for Touch enabled devices like tablets/phone etc..
The App can be downloaded from here