anacona16/imagecrop-bundle

This package is abandoned and no longer maintained. The author suggests using the https://ux.symfony.com/cropperjs package instead.

Image Crop for Symfony applications

v2.4 2017-02-23 16:40 UTC

This package is auto-updated.

Last update: 2022-07-06 20:57:02 UTC


README

This project is not maintained any more, please use this solution instead https://ux.symfony.com/cropperjs

ImageCrop

ImageCrop

ImageCrop lets you crop images in Symfony applications, this bundle add a new form file field extension.

This bundle don't have an upload utility.

This is the second version of the bundle, this bundle change drastically, it have a new dependecy: VichUploaderBUndle and improve the process to crop the images

Features

  • Easy use, just add a new parameter to your form class.
  • Allow scaling images
  • Allow crop already uploaded images

Requirements

  • Symfony 2.8+ applications (Silex not supported).
  • LiipImagineBundle.
  • VichUploaderBundle.

Documentation

Resources/doc/

License

This bundle is published under the MIT License

Contributions