Home / Slideshow / picEdit - Perform image rotations, cropping, resizing and pen tool
picEdit - Perform image rotations, cropping, resizing and pen tool

picEdit - Perform image rotations, cropping, resizing and pen tool

Download Demo
  • Overview
  • Documents
User Rating: 3.4/5 ( 2 votes)
Your Rating:

picEdit attempt to create a simple front-end image editor jQuery plugin that would replace a file-upload input box in a HTML form.

The plugin allows to perform image rotations, cropping, resizing and pen tool. Once you're done with the image manipulations you can just upload the form as usual, the updated image will be uploaded along with the form as the a part of the form.

The plugin will turn your form's <input type="file"... box into a tiny image editor. Perform basic image operations and preview your image before uploading to the server. The functionality for the plugin is very similar to the one introduced in pasteboard.co website.

In other words, your good old html form with the file upload field, like this:

will change to something more user-friendly:

This plugin allows you to receive images from 3 different sources:

  • You can search your computer for images by clicking on the image button in the center of the plugin, it will behave just like a regular file input field, you can also drag-and-drop your image on to the widget (work only in browsers that support drag and drop api)
  • You can use your computer/tablet web-camera to make a photo by clicking on the camera button in the center of the plugin (work only in browsers that support WebRTC)
  • You can copy and paste the image from the clipboard (work only in browsers that support clipboard api)

Source: github.com

Scroll To Top