CF_Image AutoResize CF Tag

2000-06-27 Thread Reilly, Jim


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=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF_Image AutoResize CF Tag

2000-06-27 Thread lsellers


 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?

That's jukka's tag. I've got (the latest?) copy on my website. It should
also be in the allaire tag gallery. It doesn't have much in the way of
documentation with it I'm afraid. As I recall most the docs are in a file
called iml.txt.

Never used it so I couldn't say much more about it.

--min


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.