For the first time since I have been using speck I am in need to working with
images for a staff directory. I am looking at the code of the content type of
Image.cfm. Since the photos which are taken from a digital camera are 3456 x
2304 I am wanting to resize the picture within the contentPut handler method.
In the example I see reference to cf_spImageInfo which returns just the width
and height and I would like to figure out the cf_spImage functions so that I can
manuplate the image at this same time. Does anyone have examples to get me
started on what the tag syntax is for cf_spImage
Graham