tracker issue : CF-3539831

select a category, or use search below
(searches all categories and all time range)
Title:

imageInfo() should take string of image path like cfimage action=info

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NotABug

Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)

Created: 04/10/2013

Components: CFIMAGE

Versions: 10.0

Failure Type: Usability Issue

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Windows 7

Vote Count: 0

Problem Description:

imageInfo() only takes image, not path

Steps to Reproduce:

imageInfo("c:\users\bob\download\test.jpg")

Actual Result:
The value of parameter 1, which is currently c:\users\bob\download\test.jpg, must be a class coldfusion.image.Image value.

Expected Result:
no exception, works just like cfimage action="info"

Any Workarounds:
imageRead first

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3539831

External Customer Info:
External Company:  
External Customer Name: henrylearn2rock
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

ImageInfo takes the image object which you would get by calling ImageRead(path).
Comment by Rupesh K.
15759 | September 06, 2013 06:22:13 AM GMT