No problem...appreciate your input...

Rick


    >  -----Original Message-----
    >  From: Tony Weeg [mailto:[EMAIL PROTECTED]
    >  Sent: Wednesday, September 10, 2003 4:27 PM
    >  To: CF-Talk
    >  Subject: RE: Image manipulation
    >
    >
    >  gotcha.
    >  I thought this was a display layer issue. obviously it's a
    >  client layer
    >  issue and must be dealt with at the time of uploading/use.
    >
    >  sorry.
    >  good luck!
    >
    >  tony weeg
    >  sr. web applications architect
    >  navtrak, inc.
    >  [EMAIL PROTECTED]
    >  www.navtrak.net
    >  office 410.548.2337
    >  fax 410.860.2337
    >
    >
    >  -----Original Message-----
    >  From: Rick Faircloth [mailto:[EMAIL PROTECTED]
    >  Sent: Wednesday, September 10, 2003 3:55 PM
    >  To: CF-Talk
    >  Subject: RE: Image manipulation
    >
    >
    >  These are images that are uploaded by clients onto their
    >  websites. Most
    >  of them wouldn't know how to get the original image size,
    >  much less the
    >  resized dimensions...besides, I want them to be as easy as
    >  selecting the
    >  image and clicking submit...painless.
    >
    >  The images need to be resized to keep filesize down, in case a user
    >  tries to load up a 2000 pixel wide bitmap, which only needs
    >  to display
    >  at 320 pixels.
    >
    >  Also, eventually, I'll need something that can take an original image
    >  say at 8x10 inches, then create new files at 5x7 inches, 4x6
    >  inches, and
    >  a 320 pixel wide preview file. All with one upload...
    >
    >  So, to make a long answer short, no...manual manipulation is not an
    >  option...
    >
    >  Rick
    >
    >
    >      >  -----Original Message-----
    >      >  From: Tony Weeg [mailto:[EMAIL PROTECTED]
    >      >  Sent: Wednesday, September 10, 2003 3:11 PM
    >      >  To: CF-Talk
    >      >  Subject: RE: Image manipulation
    >      >
    >      >
    >      >  couldn't you just do the math? then set the size that way?
    >      >  if you decrease them both by the same factor, you will end up
    >      >  proportionatly the same sizes?
    >      >
    >      >  for ex.
    >      >
    >      >  orginal size: 400x350
    >      >
    >      >  new size less 10% : 360x315
    >      >
    >      >  simple to do.
    >      >
    >      >  using a tag like cfx_imgsize to get the h and w then doing
    >      >  some simple
    >      >  math will do the trick
    >      >  then throw those values into the img tag.
    >      >
    >      >  tony weeg
    >      >  sr. web applications architect
    >      >  navtrak, inc.
    >      >  [EMAIL PROTECTED]
    >      >  www.navtrak.net
    >      >  office 410.548.2337
    >      >  fax 410.860.2337
    >      >
    >      >
    >      >  -----Original Message-----
    >      >  From: Rick Faircloth [mailto:[EMAIL PROTECTED]
    >      >  Sent: Wednesday, September 10, 2003 2:58 PM
    >      >  To: CF-Talk
    >      >  Subject: Image manipulation
    >      >
    >      >
    >      >  Hi, all.
    >      >
    >      >  Ok...my head hurts from searching...I've checked the
    >  archives...
    >  Just
    >      >  can't find the answer I need...
    >      >
    >      >  Is there any image manipulation tag that will allow
    >  the width to
    >  be
    >      >  specified and have the height automatically sized so that the
    >  image
    >      >  remains proportional?
    >      >
    >      >  Couldn't find that answer concerning ImageMagick...and
    >      >  Efflare might do
    >      >  it, (haven't checked), but boy, Efflare's costly...
    >      >
    >      >  Almost all my resizing needs width specified and height
    >  automatically
    >      >  calculated proportional to width...
    >      >
    >      >  Solutions?
    >      >
    >      >  Thanks,
    >      >
    >      >  Rick
    >      >
    >      >
    >      >
    >      >
    >      >  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    >      >  ~~~~~~~~|
    >      >  Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
    >      >  Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
    >      >  Unsubscribe:
    >      >
    >  http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4
    >      >
    >      >  Get the mailserver that powers this list at
    >      >  http://www.coolfusion.com
    >      >
    >      >
    >
    >
    >
    >  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    >  ~~~~~~~~|
    >  Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
    >  Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
    >  Unsubscribe:
    >  http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4
    >
    >  Get the mailserver that powers this list at
    >  http://www.coolfusion.com
    >
    >


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to