Simple test code trying to get width and height from one jpg file..

<cfset objImg = ImageRead("/tmp/VEEVA_LATAM_IDX_DBS519.jpg") />
<cfoutput>#ImageGetWidth(objImg)# - #ImageGetHeight(objImg)#</cfoutput>

Generates a Runtime Error

Type Expression
Function imageread
Tag Context CFSET (/opt/oracle/OpenBD/webapps/openbd/otr/abcd.cfm, Line=1, 
Column=1)
Source 

1: <cfset objImg = ImageRead("/tmp/VEEVA_LATAM_IDX_DBS519.jpg") />
2: <cfoutput>#ImageGetWidth(objImg)# - #ImageGetHeight(objImg)#</cfoutput>
3: 

^ Snippet from underlying CFML source

This is ruin on a Build from 2013-07-02


Regards,
Mats

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to