On 11/3/2010 4:00 PM, Stefan Richter wrote:
> <cfset img = slide1.GetThumbnail(1f, 1f)>

assuming that's hex & not some weird ms speak that's 31x31 thumbnail so...

> <cfset img = slide1.GetThumbnail(1, 1)>

would produce a 1x1 thumbnail.

> I think once I know how to write the image to disk I will be able to figure
> out how to loop over all available slides and write them out one by one.

cffile's not doing the trick? http://bit.ly/bxlt88 or fileWrite (if cf9) 
http://bit.ly/a1XD1L

if that's not working, then maybe image? http://bit.ly/967gKy

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338782
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to