RE: Dynamic image thumbnails with Massimo's tmt_img

2005-11-18 Thread Andy Matthews
I have... Here's the code I've used: cfset thumbDim = 135 cfset largeDim = 500 !--- init the sleep method--- cfset thread = CreateObject(java, java.lang.Thread) !--- accept the upload if it exists --- cfif FORM.photo_file IS NOT cftry !--- accept the upload ---

RE: Dynamic image thumbnails with Massimo's tmt_img

2005-11-17 Thread Eric Hoffman
I too would be interested in learning more about this Thanks, Eric -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 8:21 PM To: CF-Talk Subject: Dynamic image thumbnails with Massimo's tmt_img I was wondering if anyone has used

RE: Dynamic image resizing etc.

2003-11-17 Thread Nathan Strutz
Perhaps if ImageJ had a bicubic resizing option, it would be fine. But since not, I have had luck doing a few different things. 1. Blur your image before resizing. The thumbnailed image comes out about 97% as good as a bicubic resizing option, good enough for most. Typically if the image is

RE: Dynamic image resizing etc.

2003-11-17 Thread cf-talk
I'll second the ImageMagick option.It's the solution I settled on quite some time ago and has worked very well for me for a long time. -Novak -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 11:45 AM To: CF-Talk Subject: RE: Dynamic

RE: Dynamic image resizing etc.

2003-11-17 Thread John Burns
Do you have any information on imagemagick?Are there any CFC wrappers for it? John Burns -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 2:45 PM To: CF-Talk Subject: RE: Dynamic image resizing etc. Perhaps if ImageJ had a bicubic

RE: Dynamic image resizing etc.

2003-11-17 Thread cf-talk
Subject: RE: Dynamic image resizing etc. Do you have any information on imagemagick?Are there any CFC wrappers for it? John Burns -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 2:45 PM To: CF-Talk Subject: RE: Dynamic image resizing etc

RE: Dynamic image resizing etc.

2003-11-17 Thread Nathan Strutz
To: CF-Talk Subject: RE: Dynamic image resizing etc. There is a CFC or UDF or something on the Macromedia Exchange. Personally I've always just built my string in a variable and then run ImageMagick via CFEXECUTE. -Novak -Original Message- From: John Burns [mailto:[EMAIL PROTECTED] Sent

RE: dynamic image

2002-05-23 Thread Jeff Brown
I saw a Dynamic Image Wizard-somethingrather in the Fireworks MX Preview Release... start there! v/r, Jeff -Original Message- From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:38 PM To: CF-Talk Subject: dynamic image I want to create

Re: dynamic image

2002-05-23 Thread Stephen Moretti
Have a look out for CFX_Image custom tag Apparently its hard to get hold of and hard to use... Regards Stephen - Original Message - From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 23, 2002 5:37 PM Subject: dynamic image

RE: dynamic image

2002-05-23 Thread Bryan Love
You could do it with layers and Javascript. Just put a layer containing text over the top of the image. +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL

RE: dynamic image

2002-05-23 Thread Brad Roberts
It's in the dev exchange. FWIW, it's actually very easy to use and comes with great documentation. -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:59 PM To: CF-Talk Subject: Re: dynamic image Have a look out for CFX_Image

RE: dynamic image

2002-05-23 Thread Joshua Tipton
Put the image in the background of a table. -Original Message- From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:38 PM To: CF-Talk Subject: dynamic image I want to create an image and make the text on the image dynamic, but I am not

RE: dynamic image

2002-05-23 Thread mynews
If you can get away with having Flash content on the site it's a great way to put text on images. You can pull the text from a DB. You can animate it. You can use whatever font you want (as long as you include the font outlines). BJ = = = Original message = = = Put the image in the

RE: dynamic image

2002-05-23 Thread LANCASTER, STEVEN M. (JSC-OL) (BAR)
The layers worked great! Thanks Bryan Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:05 PM To: CF-Talk Subject: RE: dynamic image You could do

Re: dynamic image

2002-05-23 Thread Lewis Sellers
On Thu, 23 May 2002 17:59:26 +0100, in cf-talk you wrote: Have a look out for CFX_Image custom tag Apparently its hard to get hold of and hard to use... I've never actually used it (except runnnig the examples) but the lastest official release I've see is cached at...

RE: dynamic image

2002-05-23 Thread Ryan Pieszak
: Thursday, May 23, 2002 1:25 PM To: CF-Talk Subject: RE: dynamic image The layers worked great! Thanks Bryan Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002

Re: Dynamic Image Resizing

2001-02-10 Thread Terry - it-werks.com
Try this link to CF_AUTORESIZE on Allaire's site. It does exactly what you asked and then some. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3475C6-2830-11D4-AA 9700508B94F380method=Full Terry - Original Message - From: National Camps (Alan) [EMAIL PROTECTED] To: CF-Talk

RE: Dynamic Image Resize

2001-02-06 Thread Holger Lockertsen
Why would you want that? - Unless you want truly crappy-looking images? Although it surely can be done, there's only one way of doing this nicely - and that is to use flash. rgds * Holger Lockertsen, Solutions Developer * Pixelduck AS - Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway * 23 31 03

Re: Dynamic Image Resize

2001-02-06 Thread Kevin Schmidt
Unless the images were vectored and could resize proportionally :-) - Original Message - From: "Holger Lockertsen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 9:57 AM Subject: RE: Dynamic Image Resize Why would you want tha

RE: Dynamic Image Resize

2001-02-06 Thread Thomas Chiverton
Couldn't you use javascript to grab the window dimensions and write the width and height params of an img tag ? Thats icky though... -Original Message- From: Holger Lockertsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 3:58 PM To: CF-Talk Subject: RE: Dynamic Image

RE: Dynamic Image Resize

2001-02-06 Thread Tim Bahlke
Actually, the script I've seen did not degrade the images at all. Tim Bahlke -Original Message- From: Holger Lockertsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 10:58 AM To: CF-Talk Subject: RE: Dynamic Image Resize Why would you want that? - Unless you

Re: Dynamic Image Resize

2001-02-06 Thread t nelson
Tim, you could do this without a script like this: table height="100%" width="100%" tr td img src="somefile.jpg" height="100%" width="100% /td /tr /table this makes it so that no matter how big or small a persons browser is, it will always take up the exact

RE: Dynamic Image Resize

2001-02-06 Thread Tim Bahlke
-Original Message- From: t nelson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 12:24 PM To: CF-Talk Subject: Re: Dynamic Image Resize Tim, you could do this without a script like this: table height="100%" width="100%" tr t

RE: Dynamic Image Resize

2001-02-06 Thread Tim Bahlke
It was definitely a jpg. It was my image. -Original Message- From: J.J. Merrick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 1:09 PM To: CF-Talk Subject: RE: Dynamic Image Resize Either it was a flash movie that they had just set to 100% or you have found

Re: Dynamic image display question?

2000-11-17 Thread Richard L Smith
er 16, 2000 11:13 AM Subject: Re: Dynamic image display question? Did you view the source to make sure the img src"#images#' came out like you wanted it. Also is your path right. Is the images folder in the same folder as the cfm that the image is displaying dynamically in. Kevin Schmid

RE: Dynamic image display question?

2000-11-16 Thread Gavin Myers
right click the empty container and see what the path is set to, is it correct? -Original Message- From: Richard L Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 8:30 AM To: CF-Talk Subject: Dynamic image display question? Hello: I am using CF4.0 with an Access 97

Re: Dynamic image display question?

2000-11-16 Thread Kevin Schmidt
Did you view the source to make sure the img src"#images#' came out like you wanted it. Also is your path right. Is the images folder in the same folder as the cfm that the image is displaying dynamically in. Kevin Schmidt Allaire Certified Cold Fusion Developer Internet Services Manager PWB,

RE: Dynamic image display question?

2000-11-16 Thread Eric J Hoffman
When I get something like that in the page, I right click on the container and review the full path of the image. Is it correct as a standard url to the image? Or do you need to remember a / or the like? Generally my urls to images (as I do the dynamic display as well) is img

Re: Dynamic image display question?

2000-11-16 Thread Larry C. Lyons
Rick, Here's what I do. First, I'm assuming here that the directory for your images is a subdirectory of the current template directory. Given that I typically set up a ColdFusion variable for the image directory as: CFSET ImageDir= GetDirectoryFromPath(ExpandPath("*.*")) "images\" This

RE: Dynamic image generation

2000-08-01 Thread Jay Wigginton
there is a custom tag CFX_DYNAMICGIF that will work as you desire in the Allaire tag gallery... http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=cfx_dy namicgifsearch=search Jay -Original Message- From: George Loch [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: Dynamic image generation

2000-08-01 Thread Rick Osborne
[George Loch] [Is anyone aware of a dynamic image generator solution?] [Jay Wigginton] [custom tag CFX_DYNAMICGIF] If you need anything beyond basic image manipulation (essentially, if you need the power of PhotoShop to be available from within CF), you can always use the GIMP. It's basically

RE: Dynamic Image Display, Tables

2000-04-18 Thread Dennis Powers
2844 http://www.uxbinfo.com -Original Message- From: Curtis Layton [mailto:[EMAIL PROTECTED]] Sent: Monday, April 17, 2000 3:45 PM To: [EMAIL PROTECTED] Subject: Re: Dynamic Image Display, Tables The Code: TR TDOther Content/TD Here's the red line graphic. CFOUTPUT TD WIDTH="

Re: Dynamic Image Display, Tables

2000-04-17 Thread Seth Petry-Johnson
This is a multi-part message in MIME format. snip CFOUTPUT TD WIDTH=3D"100%" BACKGROUND=3D"#URLPrefix#images/common/redline.gif" TABLE WIDTH=3D"100%" = BACKGROUND=3D"#URLPrefix#images/common/redline.gif" TRTDIMG SRC=3D"#URLPrefix#images/common/space.gif" WIDTH=3D"1" =

Re: Dynamic Image Display, Tables

2000-04-17 Thread Curtis Layton
ir#/#Topic#-header.gif" WIDTH="331" HEIGHT="51" /CFOUTPUT /TD /TR - Original Message ----- From: "Seth Petry-Johnson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 17, 2000 3:28 PM Subject: Re: Dynamic Image Display, Tables This is a multi-part