I was working with AutoResize CF tag.
After viewing the AutoResize.cfm file I seen these cmds:
<cfx_image action="iml"
file="#attributes.imagepath#\#photo#"
commands="
resize #attributes.thumbsize#
write #attributes.thumbpath#\#attributes.prefix##photo#">
and
<cfx_image action="iml"
file="#attributes.imagepath#\#photo#"
commands="
resizeif #attributes.maxsize#,-1,#attributes.maxsize#
write #attributes.imagepath#\#photo#">
I was wondering if anyone could explain the action and commands strings
in both. More specifically, the resize & resizeif, as well as
the 3 attributes after resize, like the -1. What do they mean?
Basically, is there any documentation on this CFX_Image tag?
Any help would be much appreciated!
Tkx,
Jim
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.