2017 © Pedro Peláez
 

elgg-plugin cropper

Cropper jQuery image cropping tool for Elgg

image

nlybe/cropper

Cropper jQuery image cropping tool for Elgg

  • Tuesday, December 20, 2016
  • by nlybe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Elgg Cropper

Elgg 2.1+, (*1)

Responsive image cropping tool for Elgg, based on jQuery and integrating the JS library Cropper., (*2)

Cropper plugin replace the default core Elgg profile avatar cropping tool., (*3)

Features

  • Supports touch (mobile)
  • Supports to crop on a canvas
  • Responsive
  • Option to add cropper as a form input
  • Option to select size of preview box in settings
  • Plenty of Cropper tool options available on plugin settings
  • Aspectratio cropper option can be passed as param in cropper input, overriding the value plugin settings

How to Use

1. Replace core Elgg profile avatar cropping tool

If plugin is enabled, the default core Elgg profile avatar cropping tool is replaced by this image cropping tool. Several options in plugin settings can be used for customizing the tool., (*4)

2. Use cropper input in any form

The cropper input can be used in any Elgg form, passing just the image to crop and optionally the Aspectratio (overriding the value plugin settings):, (*5)

// assign photo to cropper input
$master_img = elgg_view('output/img', array(
    'src' => $vars['entity']->getIconUrl('master'),
    'alt' => elgg_echo('avatar'),
    'class' => 'mrl',
    'id' => 'image',
));
$vars['image_to_crop'] = $master_img;

// optionally assign custom aspectratio to overide the aspectratio in settings
// set blank for free ratio or enter number e.g. 1 for 1/1
// if put comment the following line, the aspectratio value from settings will be used
$vars['aspectratio'] = 1;

echo elgg_view_input('cropper', $vars);

The Versions

20/12 2016

dev-master

9999999-dev https://github.com/nlybe/Elgg-Cropper

Cropper jQuery image cropping tool for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Nikos Lyberakis

plugin elgg cropper

20/12 2016

2.1.3

2.1.3.0 https://github.com/nlybe/Elgg-Cropper

Cropper jQuery image cropping tool for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Nikos Lyberakis

plugin elgg cropper

07/12 2016

2.1.2

2.1.2.0

  Sources   Download

GPL-2.0

The Requires