Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Norbert Narten
Norbert NartenPriority
Labels
Fix versions
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
None
Created 2 December 2018 at 13:02
Updated 20 April 2023 at 10:41
Resolved 16 May 2019 at 08:33
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">
...