Low commit activity in last 3 years
No release in over a year
With this gem you can crop and resize images directly in Alchemy Library and create a new verison of image
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.11
~> 4.0

Runtime

~> 1.4, >= 1.4.9
>= 5.2.0, < 7.0.0
 Project Readme

Alchemy::Crop::Image

With this gem you can add cropping functionality into Alchemy Cms Image library

Usage

In Alchemy Image Library, when you click on an image, on the left you can see a botton: enable editor.
You can click on this button that enable editor panel. You can crop, zoom in and zoom out the image and save as new image.
When the new image is saved, a tag with its size is added.
The original image tags are kept

Installation

Add this line to your application's Gemfile:

gem 'alchemy-crop-image', github: 'ArchimediaZerogroup/alchemy-crop-image', branch: 'master'

And then execute:

$ bundle

Run the generator

$ bin/rails g alchemy:crop:image:install

Next development steps

  • Add tests with rspec

Contributing

You can contribute by forking the project and making merge requests

License

The gem is available as open source under the terms of the MIT License.