Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
1.83 MB
MD5: 438d703caaa085195e80c77457cd841d
SHA-1: 2241a6b7614361febc2a9fcc0516eb5df72eb69a
SHA-256: 556e7d7dc99c8c4d261a4d7123587eca7ed9eb0ab6a4b63269c14e26373ab000
Download zip
1.86 MB
MD5: 7ef7399a3302d82cd650ebbdbc328705
SHA-1: e69bb24fc70b136b64636e01dc6cbd34037231e1
SHA-256: f2b02449121a1f7029aec5d01c4b63bd9ac824af910e21712bbf2d9b3b356767
Release notes
- Clear the (registry) cache after installing 7.x-1.0.
- If you use custom actions, run update.php.
- If you use custom actions, be sure to enable the 'PHP filter' module and give image style editors that may create custom actions the 'use PHP for settings' permission. The module must also be enabled on image creation.
- If you use custom actions, please read the README.txt from that sub-module to find out about how information and resources are available to you. You will probably have to change your code snippets.
- If you use effects that use files (mask, overlays, underlays, text fonts), check the way they are specified. From 7.x-1.0 on, you have to specify the location using one of the schemes private://, public://, module:// or temporary://. If no scheme is specified, the file is searched for as is, thus relative to the current directory or as an absolute path.
- Effects that use the transparency layer (e.g. mask, rounded corners) do not automatically convert to PNG anymore. Use the "Change file format" for that.
- There's no upgrade from D6. You will have to recreate your styles manually.