imageapi 6.x-1.10

New features
Bug fixes

Changes since 6.x-1.9:

  • #892210 by InternetDevels.Com: Add option to GD to generate interlaced images.
  • #360193 by jahmal: base_path() problem.
  • #204497 by edmund.kwok, Rob Loach: Background color when scaling / cropping.
  • #821062 by Rok Žlender, drewish: Ignore buggy error messages from 'convert -version'.
  • Updated Hungarian translation

imageapi 6.x-1.8

Bug fixes

Note that the 6.x-1.7 release was tagged on the wrong branch.

Changes since DRUPAL-6--1-6:

imageapi 5.x-1.5

Bug fixes

Changes since DRUPAL-5--1-5-BETA1:

  • #431422 by dereine: Syntax error in imageapi_gd.module in PHP4.
  • #422836 by drewish: Fix $background parameter name in imageapi_gd_image_rotate().
  • #360193 by drimsun: Set ImageMagick's working directory to the server root.

imageapi 6.x-1.6

Bug fixes

Changes since DRUPAL-6--1-5:

  • #431422 by dereine: Syntax error in imageapi_gd.module in PHP4.
  • #422836 by drewish: Drop GD background crop setting, fix $background parameter name in imageapi_gd_image_rotate().
  • #360193 by drimsun: Set ImageMagick's working directory to the server root.
  • #337035 by seanr: List ImageAPI as compatible with PHP 5.1.

imageapi 6.x-1.5

Bug fixes

Changes since DRUPAL-6--1-4:

  • #396046 by drewish: 'Sharpen' action causes image to disappear.
  • Made sure TRUE, FALSE and NULL are in caps.

imageapi 5.x-1.5-beta1

Bug fixes

Changes since DRUPAL-5--1-4:

  • #396924 by drewish: Backport fixes from D7 core (and D6 contrib).

imageapi 6.x-1.4

Bug fixes

Changes since DRUPAL-6--1-3:

  • #373041 by kaare: ImageMagick background color on rotate always black.
  • #373637 by kaare: imagerotate() reads RGB as RBG.
  • #372497 by kaare: rotate() doesn't update width and height in $image.
  • #373631 by kaare: gd_rotate() rotate wrong way.
  • #396924 by drewish: Backport fixes from D7 core.

imageapi 6.x-1.3

Bug fixes

Changes since DRUPAL-6--1-2:

  • #355242 by dman: Transparency fixes for imageapi - GD.
  • #366874 by mfb: Multiple warnings and notices when node is viewed for first time.

imageapi 6.x-1.2

Bug fixes

Changes since DRUPAL-6--1-1:

  • #204497 by Rob Loach: Background color when scaling / cropping. And a fix for transparent backgrounds.
  • #324629 by tstoeckler: Typo on status report page.
  • #298072 by wullf: Update imagemagick compression quality help texts.

imageapi 7.x-1.x-dev

Bug fixes

Trying to stay compatible with Drupal HEAD going into the 7.x release now that #373613: Create "Image" Objects, Operate on Images By Resource has been committed. The code extends core's toolkits to provide an unsharpen mask function and to provide an ImageMagick toolkit.

imageapi 6.x-1.0

Just creating a stable release, no changes since the DRUPAL-6--1-0-alpha2.

imageapi 5.x-1.2

Bug fixes

Changes since DRUPAL-5--1-1:

  • #263063 (Junyor) Typo fixes.
  • #263059 by junyor, backport: fix imageapi_gd rotation direction. fix imageapi_imagemagick rotate background color.
  • let make crop a crop instead of a canvas resize.
  • #264006 (drewish, Junyor) Have ImageMagick batch operations and operate on the image directly rather than a temp file.

imageapi 5.x-1.1

Bug fixes

Clean up installation errors, and reduce required/unsupported php version to 5.1, but strongly recommend 5.2 by only supporting it.

imageapi 5.x-1.0

Bug fixes

Creating 1.0 release... No errors reported for the RC for some time, and my own testing has been positive with both GD and ImageMagick.

imageapi 5.x-1.0-rc7

Bug fixes

scaling issues with crop that somehow didn't get committed to RC6.

imageapi 5.x-1.0-rc6

Bug fixes

Fix some crop scaling issues introduced with crop transparency support.
Add transparency preservation on crop.
autoscale width/height if either is 0 according to aspect ratio.
remove defunct imagick toolkit.

imageapi 5.x-1.0-rc5

Bug fixes

Adding more requirements hooks, and cleaning up some issues with rotate in imagemagick and imagefilters in imagegd.

imageapi 5.x-1.0-rc4

Bug fixes
  • remove alter hooks to prevent conflicts with image module specific code. by drewish.
  • convert the errors in the exec function to watchdog with a line about false positives on settings
    forms instead of drupal_set_message. moi.
  • updated imagemagick to batch manipulations in a single shell call to address performance issues. by drewish.

imageapi 5.x-1.0-rc3

Bug fixes

Hopefully the final RC... several bug fixes plus imagemagick command line support.

imageapi 5.x-1.0-rc2

New features
Bug fixes

RC2 Hurrah...

  • Cleaned up hook_requirements
  • Sets permissions to 775
  • Fix missing second argument to imageapi_image_close
  • #239898 by jsm174, imageapi_gd_image_resize returns incorrect $image->info['height']
  • added imageapi_imagemagick.module to provide imagemagick support.

imageapi 5.x-1.0-rc1

Bug fixes

BUG: Minor fixes to .info files.
BUG: added hook_requirements to ensure php5
RND: rename imageapi_get_toolkit() to imageapi_default_toolkit().

imagick is still broken.

imageapi 5.x-1.0-beta

New features

This is the initial beta release if ImageAPI. Only the ImageAPI GD toolkit works currently. ImageAPI Imagick needs love. Everything seems to work properly with ImageAPI GD, the Desaturate function can time out. I wouldn't use it on large images.

Subscribe with RSS Subscribe to Releases for ImageAPI