User Tools

Site Tools


how_to:image_editor

This is an old revision of the document!


Image Editor

GetSimple uses Jcrop as its image editor of choice.

Tips'n tricks

CropBug

GetSimple 3.0 has a bug with Jcrop: when cropping images larger than the image preview panel, the crop is erroneous.

That is fixed by adding line:

trueSize: [<?php print("$imgwidth,$imgheight"); ?>],

just below:

var api = $.Jcrop('#cropbox',{

in the file: image.php

Customizing JCrop behavior

In the file image.php, one can edit JCrop functions.

You can look up list of JCrop functions in the JCrop manual: http://deepliquid.com/content/Jcrop_Manual.html

how_to/image_editor.1364407832.txt.gz ยท Last modified: 2013/04/19 14:56 (external edit)