Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Norbert Liedert / Norbert Liedert ()
Created: 01/19/2017
Components: CFIMAGE
Versions: 2016
Failure Type: Data Loss
Found In Build/Fixed In Build: 2016.0.03.300466 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Linux All
Vote Count: 0
Problem Description:
If an simple image with the dimension of 1200X800 will be resize by image Tag, the image will not be rewritten.
Steps to Reproduce:
<cfimage action="resize" width="400" height="200" source="test.jpg" destination="testNew.jpg">
Actual Result:
Image will not be written.
Expected Result:
An image with the dimensions of 400X200 with the name testNew.jpg
Any Workarounds:
none
is tested in cfscript
is tesed in cftags
Attachments:
Comments: