Downloads
Download tar.gz
121.72 KB
MD5: 5b1a6f001e8ea6ac47b6599df645d074
SHA-1: 7ee3232930abdf07e130ee0a4eb66bb8fb025dc1
SHA-256: a207164617053dd7c614adeb576729d57945784d579022bdbf7395ac1b3e7ba6
Download zip
166.16 KB
MD5: 02bb57a4a23d6858848591c29536c683
SHA-1: 8a57fb3c901ba0fd913f9b4edf18ad69e26f8e49
SHA-256: 9ba66482945e6b007511b7440641145b0ca2aee64db474fa71acce533fca9bc8
Release notes
Changes since DRUPAL-5--1-5:
- Small fixes suggested by the coder.module.
- #169664 Only regenerate all derivatives when the size's height, width or operation changes.
- #171080 When the original image is smaller than a derivative size, the original image's path should be assigned in _image_build_derivatives().
- #173006 ImageMagick debugging output option.
- #160671 Trying to solve several derivative image problems:
- Check for missing derivative images in image_load() rather than image_display().
- Add image_get_derivative_sizes() to compute which derivative sizes are needed for an image.
- Save rebuilt derivative images using image_update() rather than node_save() so the updated time isn't changed.
- #173043 Cast ImageMagick resize and crop size parameters to integers.
- #133044 Badly built WHERE IN clause screwed up pgsql.
- #173592 (pillarsdotnet) Viewing empty gallery produces sql error.
- #170659 Image not shown if original = preview
- #155313 (zoo33) Add hook_imagemagick_alter() and image_im_advanced.module to allow advanced ImageMagick options to be specified.
- #170850 (zoo33) INSTALL.txt lacked information about some of the bundled modules.
- #153526 (Brian@brianpuccio.net) Document conflicts with suPHP.
- #168981 Images detach when I click Preview and then Submit.