Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download imagefield_crop-7.x-2.0.tar.gztar.gz 55.9 KB
MD5: cf670dcde67a3a1d2005226f0362162d
SHA-1: cc02264d754db3eda234cd59d175f1cb4cae4abd
SHA-256: a1977423706dd0a530930cf8f3a72cb23c80fe500c92c457a0d2fe7fd11aaf5f
Download imagefield_crop-7.x-2.0.zipzip 62.13 KB
MD5: 69be532b5fce506f1296d43d18b5ef11
SHA-1: bd935916014525702dfb5e87627761d247626b3c
SHA-256: 6aef119d0efbd409fe64041f9db689684f1f4e0434c434c01615a9388a665202

Release notes

Release Notes

  • Image crop was refactored to be a field instance instead of widget for imagefield.
  • Crop dimensions are stored in the field table instead of variable.
  • Node revisions support added.
  • Bug with file status fixed. Now cropped files are marked as permanent.
  • Automatic gif images converting.
  • Image path flush added after image re-crop
  • Relational ratio options on the field settings form was added.
  • hook_imagefield_crop_image_crop_updated hook was added, which notifies other modules when re-cropping was occurred, can be useful for clearing cache.

IMPORTANT: No upgrade path from version 7.x.-1.0

Features that could be added into next releases

  • Support for filefield_path module.
  • Multiple presets for one field. Very often we need to have different image formats for some site areas and most of the time theme(image_style) adjust image not very well. So I think it would be great to an ability to configure few presets like 4:3 and 16:9 and have something like tabs on the widget form, so that you can switch between them and crop different areas.

Release notes written by zhgenti, who made most of the work on this release

Created by: yhager
Created on: 26 Jan 2012 at 08:54 UTC
Last updated: 26 Jan 2012 at 08:55 UTC
New features

Other releases