Image Extension

org.lucee:image-extension

Lucee Image Extension provides essential image manipulation tags and functions (cfimage, imageCrop, imageNew, etc.) for Lucee 7+ running on Jakarta EE containers. This version requires Lucee 7 and is compatible with Tomcat 10+. For Lucee 6 installations, please use Image Extension 2.x instead.

ID B737ABC4-D43F-4D91-8E8E973E37C40D1B

Installation

Declare the extension in your configuration and Lucee will download and install it automatically on startup. Choose the method that fits your setup — .CFConfig.json is recommended for version-controlled deployments, the environment variable works well for Docker and cloud environments. You can also install manually by dropping the .lex file into /lucee-server/deploy/ or through the Lucee Administrator under Extension › Applications.

Lucee 8+
{
  "extensions": [
    {
      "maven": "org.lucee:image-extension:3.0.1.1"
    }
  ]
}
Lucee 7 and older
{
  "extensions": [
    {
      "id": "B737ABC4-D43F-4D91-8E8E973E37C40D1B",
      "name": "Image Extension",
      "version": "3.0.1.1"
    }
  ]
}

More options including resource for local files or custom URLs: Extension Installation docs

Lucee 8+
export LUCEE_EXTENSIONS="org.lucee:image-extension:3.0.1.1"
Lucee 7 and older
export LUCEE_EXTENSIONS="B737ABC4-D43F-4D91-8E8E973E37C40D1B;version=3.0.1.1;"
Releases RELEASE
Version Released Requires Lucee Download
3.0.1.1
3.0.1.0
3.0.0.9
3.0.0.6
2.0.0.34
2.0.0.33
2.0.0.30
2.0.0.29
2.0.0.26
2.0.0.25
1.0.0.51
1.0.0.50
1.0.0.42
1.0.0.39
1.0.0.38
1.0.0.35
1.0.0.27
1.0.0.21
Release Candidates RC
Version Released Requires Lucee Download
3.1.0.11-RC
3.0.0.6-RC
2.0.0.33-RC
2.0.0.29-RC
2.0.0.26-RC
2.0.0.24-RC
2.0.0.23-RC
1.0.0.38-RC
Betas BETA
Version Released Requires Lucee Download
3.1.0.9-BETA
2.0.0.23-BETA
1.0.0.21-BETA
Snapshots SNAPSHOT
Version Released Requires Lucee Download
3.1.0.11-SNAPSHOT
3.1.0.10-SNAPSHOT

← Back to Downloads