Skip to content

CKFinder plugin of a much needed image cropping feature using the JQuery based JCrop

License

Notifications You must be signed in to change notification settings

yasiao/CKFinderJcrop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKFinderJcrop

CKFinder plugin of a much needed image cropping feature using the JQuery based JCrop (http://deepliquid.com/content/Jcrop.html).

Features :

Presets - You can define your own rules in config.php file, and easly crop-resize your images. Aspect Ratio - You can cut your images with aspect ratio Resize - If you want, you can resize your images after cutting them. Overwrite - If you don't want to create a new file, you may overwirte it.

To install the plugin

  1. Create folder "cropresize" inside CKfinder/plugins
  2. Export the code inside this folder
  3. Edit CKfinder/config.php and at the end of the file add line

include_once "plugins/cropresize/plugin.php";

Edit config.php and define your own presets. An example plesed is allready defined. Note: Do not delete default preset in config.php

License

All files are under the The MIT License (MIT) license.

About

CKFinder plugin of a much needed image cropping feature using the JQuery based JCrop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.9%
  • HTML 29.4%
  • PHP 21.1%
  • CSS 4.6%