Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flash based cropper like this, but with source or customizable?

I am looking for a Flash based image uploader with resize and possibly rotate function. I have checked many possibilities, and the very best in simplicity and unser experience I found is Kroppr at a very affordable €29/license.

The downside is, it comes with encrypted PHP code to bind the product to a subdomain. That is understandable, but while I'm perfectly happy to pay money for a tool as great as that, and ready to sign all sorts of legal agreements to protect the license, I am not ready to use encrypted PHP code, especially not from an outlet that doesn't even have a postal address on its web site.

Does anybody know an Open Source or commercial solution that comes close to Kroppr and ships with source, or allow for full customization and free definition of the server-side backend?

The features in detail:

  • Rectangular selection to crop image, slider or similar to zoom
  • Optionally: Rotating
  • "Accept" and "Reset" buttons, "accept" triggers a call to the server and submits the image
  • Full visual customizability (at least background and text colours)
  • Possibility to rename all controls

The server side technology would preferably be PHP.

like image 298
Pekka Avatar asked Dec 29 '09 12:12

Pekka


4 Answers

http://deepliquid.com/content/Jcrop.html i love this one, every easy to use and tons of features. i know your searching a flash cropper but this question is tagged with js too so....

like image 188
antpaw Avatar answered Oct 20 '22 03:10

antpaw


I found these three image utilities during my search:

  • Flex Image Cropping Component
  • HOW TO CROP AND RESIZE AN IMAGE USED AS BACKGROUND FOR CANVAS
  • Building an image-viewing widget with ActionScript 3.0

The first one is an open source flex component using an MIT license. The second one is a how to,with full source available. It doesn't have a sizable box, but it seems ok otherwise. The last one is also a how to article from adobe.com with source available.

like image 31
Gabriel McAdams Avatar answered Oct 20 '22 02:10

Gabriel McAdams


Here is a list of good javascript based croppers:

  • Yahoo! UI ImageCropper
  • Jcrop
  • MooCrop
  • UvumiTools
  • PHP & jQuery Image Upload and Crop

Here is a list of action script based croppers:

  • Flex Image Cropping Component
  • Image Crop
like image 2
Gregory Pakosz Avatar answered Oct 20 '22 02:10

Gregory Pakosz


http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/

OR

http://www.resize-before-upload.com/

...took a bit of searching =)

like image 1
Tom Avatar answered Oct 20 '22 02:10

Tom