Invalid call of the function ImageResize, fifth Argument (blurFactor) is invalid, argument blurFactor must be between 0 and 10

Description

Sorry... the Description was gone to /dev/null... I assume I've forgotten to submit the description...

Here is the description again:

I would like to resize an image without any blur factor with the following code lines:
...
46: <cfset myImage=ImageNew("#image_path#/#imagename#")>
47: <cfset ImageResize(myImage,"720","","highestQuality",0)>
48: <cfimage source="#myImage#" action="write" destination="#image_path#/tmp/#imagename_small#" overwrite="yes">
...

Environment

None

Attachments

1

Activity

Pothys - MitrahSoft 20 April 2023 at 10:41

I corrected the description ImageResize() blurfactor argument on fld

Pull Request:

Michael Offner 21 February 2022 at 16:21

Michael Offner 21 February 2022 at 16:20

Pothys - MitrahSoft 21 February 2022 at 08:23
Edited

I've checked this ticket and the issue was solved on lucee latest image extension 1.1.0.4. Now, blurFactor accepts the value 0 to 10.
Also I Updated a description to ImageResize() - blurFactor value 0-10 in lucee docs and image extension fld file.

PR for Docs:

PR for FLD:

Zac Spitzer 19 February 2022 at 14:26

new extension build

Fixed

Details

Assignee

Reporter

Priority

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Created 2 December 2018 at 13:02
Updated 20 April 2023 at 10:41
Resolved 16 May 2019 at 08:33