I have a walk-through of how to use imageCFC functionality on my site at http://www.remotesynthesis.com/blog/index.cfm/2006/4/3/Image-Manipulation-with-OpenSource-Imagecfc
It gives simple examples of crop, scale, resize, etc. Hope that helps. - Brian Rinaldi blog - http://www.remotesynthesis.com/blog CF Open Source List - http://www.remotesynthesis.com/cfopensourcelist Boston CFUG - http://www.bostoncfug.org On 7/1/06, James Holmes <[EMAIL PROTECTED]> wrote: > > OK, so what (doesn't) happen(s)? > > On 7/1/06, B V <[EMAIL PROTECTED]> wrote: > > That's partly the problem; There is NO error message.... I thought maybe > it > > could be paths, but I checked paths and set the dir to 777 file > permissions > > (I'm on LNX) > > > > On 7/1/06, James Holmes <[EMAIL PROTECTED]> wrote: > > > > > > Can you post the specific error message? > > > > > > On 7/1/06, B V <[EMAIL PROTECTED]> wrote: > > > > Ok, I have followed the example, and this is my new code: > > > > <cfset imagecfc = createObject("component","image")> > > > > <cfset results2 = imageCFC.scaleX("", > "/vservers/dir/htdocs/img/ph.jpg", > > > > "/vservers/interech/htdocs/img/ph.jpg", 400)> > > > > However, that hasn't worked either. Am I supposed to invoke a CFC or > > > install > > > > something on the server also? (I have already put image.cfc in my > cfc > > > dir) > > > > > > -- > > > CFAJAX docs and other useful articles: > > > http://jr-holmes.coldfusionjournal.com/ > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245205 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

