Re: which is better - cfx_image or cfimage?

2014-05-20 Thread Russ Michaels
Cfimage has performance issues and tends to break down under load esp on shared servers. So even if you are not putting it under load, is anyone else? I don't think we have had any issues from customers using cfx_image Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com

Re: which is better - cfx_image or cfimage?

2014-05-20 Thread Byron Mann
I have also seen random issues with CFimage in 8 and 9, where it will not load an image due to image format. Things like the color map used for a jpg. Cfx_image seems to be able to handle most conversions more gracefully. Byron Mann Lead Engineer Architect HostMySite.com On May 19, 2014 11:42

which is better - cfx_image or cfimage?

2014-05-19 Thread Matthew Smith
the SBA knowledge base, I saw an article on cfx_image. Is this a better solution? My current solution uses a background color that matches the site's, so I am not sure if this is possible with CFX_image. Anyone know? Thanks

Re: Resizing a PNG with CFX_Image returns a blank image

2011-06-30 Thread Steve Hicks
, I am having the same problem. Did you ever find a solution to this? Donnie Hey Guys, I'm trying to resize images using the CFX_image tag. Everything works great for GIFs and JPGs, but when I try and resize a PNG image, all that is returned is a completely blank white image

Re: Resizing a PNG with CFX_Image returns a blank image

2011-06-15 Thread Donnie Carvajal
Hi Steve, I am having the same problem. Did you ever find a solution to this? Donnie Hey Guys, I'm trying to resize images using the CFX_image tag. Everything works great for GIFs and JPGs, but when I try and resize a PNG image, all that is returned is a completely blank white image

Resizing a PNG with CFX_Image returns a blank image

2011-06-08 Thread Steve Hicks
Hey Guys, I'm trying to resize images using the CFX_image tag. Everything works great for GIFs and JPGs, but when I try and resize a PNG image, all that is returned is a completely blank white image. The code I'm using is: CFX_IMAGE ACTION=RESIZE FILE=#ExpandPath('Documents/#Trim(Site_ID

Re: cfx_image and pjpeg read error

2007-06-27 Thread Matt Gai
Thanks for the suggestion JJ, but I figured out that by using CFX_IMAGE2 alongside CFX_IMAGE to handle PJPEG file types, it works great. So I just use CFX_IMAGE2 ACTION=READ FILE=C:\Domains\mydomain\images\filename.jpg to read any type of uploaded photo... and then IF the photo width

Re: cfx_image and pjpeg read error

2007-06-27 Thread Matt Gai
Hey JJ I meant to post that reply instead of just sending it to you - can you send it back to me please? Thanks - Matt ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

Re: cfx_image and pjpeg read error

2007-06-27 Thread J.J. Merrick
I think it went to the list... at least that is what gmail is saying. On 6/26/07, Matt Gai [EMAIL PROTECTED] wrote: Hey JJ I meant to post that reply instead of just sending it to you - can you send it back to me please? Thanks - Matt

Re: cfx_image and pjpeg read error

2007-06-26 Thread J.J. Merrick
Are you in MX+? If so have you tried Image.cfc? http://www.opensourcecf.com/imagecfc/ It uses the java image stuff and is really the precursor to CFIMAGE in CF8. I have found it to be a lot more customizable then using the CFX_IMAGE tag... and java to boot! -J.J. On 6/25/07, Matt Gai [EMAIL

cfx_image and pjpeg read error

2007-06-25 Thread Matt Gai
I am using CFFILE to allow users to upload a photo. I have to ACCEPT image/pjpeg files because that sems to be the default mime type for photos captured with a digital camera. However, the second I use a CFX_IMAGE tag to manipulate that uploaded file, cold fusion throws an error

cfx_image

2007-06-22 Thread Mark Lewis
Hi, I have been using cfx_image tag to resize images, however they always resize to scale. I need to now resize an image to a specific size even if it means distorting an image. I can't seem to get the cfx_image tag to do this (it just keeps resizing my image to scale). Has anyone had any

Re: cfx_image

2007-06-22 Thread Mark Lewis
Hi, This has been solved, by adding a stretch command on the end of the resize. Thank You Mark Hi, I have been using cfx_image tag to resize images, however they always resize to scale. I need to now resize an image to a specific size even if it means distorting an image. I can't seem

Re: cfx_image or cfximage

2005-09-14 Thread Bryan Stevenson
Hey Mike, Perhaps knowing what you are planning on doing with these image tags will help us guide you ;-) There are other options to those tagsJava comes to mind...faster and free...all depends on what you're trying to do. For example if you simply want to re-size imagesuse

Re: cfx_image or cfximage

2005-09-14 Thread Mike Soultanian
Well, let's see. Right now, here's what I use the tag for. I have a user upload a picture. Then, I rename the picture to a random filename. Next, I use cfximage to resize that image to 4 different sizes and store the output of each of those sizes to an appropriate name: filenameT,

Re: cfx_image or cfximage

2005-09-14 Thread Ray Champagne
Somehow I missed the post from Bryan the first time, but Bryan, can you post the Java code to resize an image anyway? I'd like to have this for a project I'm starting in a couple of weeks. Keep in mind I'm pretty much a Java newbie Thanks, Ray Mike Soultanian wrote: Well, let's

Re: cfx_image or cfximage

2005-09-14 Thread dave
, September 14, 2005 12:04 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfx_image or cfximage Somehow I missed the post from Bryan the first time, but Bryan, can you post the Java code to resize an image anyway? I'd like to have this for a project I'm starting in a couple of weeks. Keep

Re: cfx_image or cfximage

2005-09-14 Thread Ray Champagne
. From: Ray Champagne [EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 12:04 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfx_image or cfximage Somehow I missed the post from Bryan the first time, but Bryan, can you post the Java code to resize

Re: cfx_image or cfximage

2005-09-14 Thread Bryan Stevenson
@houseoffusion.com Sent: Wednesday, September 14, 2005 8:57 AM Subject: Re: cfx_image or cfximage Well, let's see. Right now, here's what I use the tag for. I have a user upload a picture. Then, I rename the picture to a random filename. Next, I use cfximage to resize that image to 4 different sizes

Re: cfx_image or cfximage

2005-09-14 Thread Bryan Stevenson
FYIwon't work with TIFFs (but I have code to convert TIFFs into PDFs) ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com

Re: cfx_image or cfximage

2005-09-13 Thread Mike Soultanian
] wrote: Does anyone know if the two are related? There is cfximage from gafware.com, and then there's cfx_image from http://www.kolumbus.fi/jukka.manner/ Does anyone know if one is based on the other, or if one is better, etc? Thanks! Mike

cfx_image or cfximage

2005-09-12 Thread Mike Soultanian
Does anyone know if the two are related? There is cfximage from gafware.com, and then there's cfx_image from http://www.kolumbus.fi/jukka.manner/ Does anyone know if one is based on the other, or if one is better, etc? Thanks! Mike

Re: cfx_image or cfximage

2005-09-12 Thread Barney Boisvert
, but you could do some pretty cool stuff with it if you got down and dirty. cheers, barneyb On 9/12/05, Mike Soultanian [EMAIL PROTECTED] wrote: Does anyone know if the two are related? There is cfximage from gafware.com, and then there's cfx_image from http://www.kolumbus.fi/jukka.manner

RE: CFX_Image oddity

2004-08-31 Thread Dennis Powers
on a side note how can you tell the file size of the image before uploading to the server. With the caveat that this will only work on Windows Clients and the client must agree to an ActiveX install: script language=_javascript_ function A() { var oas = new

CFX_Image oddity

2004-08-27 Thread Ray Champagne
I have been using the CFX_Image tag to resize and then write two different files once the user has uploaded them, and have had no problems until I tried to upload a .jpeg file.When I do that, I get this error: Error: WRITE command could not be executed It works like a dream for gifs

Re: CFX_Image oddity

2004-08-27 Thread joe velez
not sure if its a known bug, but sounds like it could be. i would assume the tag only wanted JPG and GIF file extensions ?? anyways, why not use CFFILE to save the file .. rename it YOURFILENAME.JPG removing the E from JPEG .. then proceed as you normally would btw, im looking for a cfx image

Re: CFX_Image oddity

2004-08-27 Thread Ray Champagne
Thanks for the tip, I think I will try that. What about the Alagad Image one? Might not be what you need, but maybe... http://www.alagad.com/index.cfm/name-aic Ray At 02:42 PM 8/27/2004, you wrote: not sure if its a known bug, but sounds like it could be. i would assume the tag only wanted

RE: CFX_Image oddity

2004-08-27 Thread Eric Creese
, August 27, 2004 1:44 PM To: CF-Talk Subject: Re: CFX_Image oddity Thanks for the tip, I think I will try that. What about the Alagad Image one? Might not be what you need, but maybe... http://www.alagad.com/index.cfm/name-aic Ray At 02:42 PM 8/27/2004, you wrote: not sure if its a known bug

Re: CFX_Image oddity

2004-08-27 Thread joe velez
im not sure about BEFORE they upload, but you could upload it, check it, and if it's too big delete itprobably not the best solution, but it works. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFX_Image oddity

2004-08-27 Thread Ray Champagne
Actually, what I am doing here is pretty much that.I am not sure there really *can* be a way to check a file before upload, how could you know until it resides on the server? Anyways, uploading, checking, deleting (if bad file) seems to work pretty well for me.I actually do a bunch of

Re: CFX_Image oddity

2004-08-27 Thread Qasim Rasheed
=33635320page=0scrollPos=0subcatid=0snid=sn106itemnumber=0extid=1017581catid=0 Qasim - Original Message - From: joe velez [EMAIL PROTECTED] Date: Fri, 27 Aug 2004 15:00:15 -0400 Subject: Re: CFX_Image oddity To: CF-Talk [EMAIL PROTECTED] im not sure about BEFORE they upload, but you could upload

RE: CFX_Image oddity

2004-08-27 Thread Eric Creese
well I had someone try to load a 17MB image file and it craashed my server. -Original Message- From: joe velez [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 2:00 PM To: CF-Talk Subject: Re: CFX_Image oddity im not sure about BEFORE they upload, but you could upload it, check

Re: cfx_image

2004-07-19 Thread Steph
you can download the tag and the docs from http://relativepath.net/cfximage/cfx_image.zip - Original Message - From: Mickael To: CF-Talk Sent: Saturday, July 17, 2004 12:00 AM Subject: cfx_image Hi Can anyone point me to where I can find the a tutorial on how to use CFX_Image

Re: cfx_image

2004-07-19 Thread Pete Freitag
Mickael wrote: Can anyone point me to where I can find the a tutorial on how to use CFX_Image?Or the docs? http://www.kolumbus.fi/jukka.manner/ There are docs and examples in the zip file download. __ Pete Freitag http://www.cfdev.com/ Author

cfx_image

2004-07-16 Thread Mickael
Hi Can anyone point me to where I can find the a tutorial on how to use CFX_Image?Or the docs? Thanks Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

cfx_image help?

2004-01-12 Thread Pete Ruckelshaus
I'm using cfx_image on a project I'm working on (CF5/Win2K).It does what I need it to, more or less, but documentation is pretty spotty. One thing I want to change is thumbnail generation; is there any way to make the auto-generated thumbnails NOT have the beveled edge effect, and also

RE: cfx_image help?

2004-01-12 Thread Philip Arnold
I'm using cfx_image on a project I'm working on (CF5/Win2K).It does what I need it to, more or less, but documentation is pretty spotty. One thing I want to change is thumbnail generation; is there any way to make the auto-generated thumbnails NOT have the beveled edge effect, and also

Re: cfx_image help?

2004-01-12 Thread Pete Ruckelshaus
I'm not wild about the look of the thumbnail either, but it does everything else I want it to do (reduce if 100px, won't enlarge if it's 100px) easily... Philip Arnold wrote: I'm using cfx_image on a project I'm working on (CF5/Win2K).It does what I need it to, more or less, but documentation

CFX_Image

2004-01-07 Thread Andy Ousterhout
Can anyone point me to the web-site of the Author of CFX_Image?My hosting company needs to download the copy itself to verify and approve it's use. Andy Ousterhout O'My Goodness Cookies www.omygoodness.com 910 Sherwood Drive, Unit 19 Lake Bluff, IL 60044 Phone 847.735.9890 Fax847.735.9910 Yahoo

RE: CFX_Image

2004-01-07 Thread Craig Dudley
http://www.kolumbus.fi/jukka.manner/ -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 15:21 To: CF-Talk Subject: CFX_Image Can anyone point me to the web-site of the Author of CFX_Image? My hosting company needs to download the copy

RE: CFX_Image

2004-01-07 Thread Dan Phillips
PROTECTED] Sent: Wednesday, January 07, 2004 10:21 AM To: CF-Talk Subject: CFX_Image Can anyone point me to the web-site of the Author of CFX_Image?My hosting company needs to download the copy itself to verify and approve it's use. Andy Ousterhout O'My Goodness Cookies www.omygoodness.com 910 Sherwood

RE: CFX_Image

2004-01-07 Thread Andy Ousterhout
[mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 9:29 AM To: CF-Talk Subject: RE: CFX_Image I'm not sure of the original site but I have the tag and full docs on my site. The developer's info should be in there. http://relativepath.net/cfximage/ Dan Phillips CFXHosting.com 866.239.4678

RE: CFX_Image

2004-01-07 Thread Andy Ousterhout
Thanks. -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 9:22 AM To: CF-Talk Subject: RE: CFX_Image http://www.kolumbus.fi/jukka.manner/ -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 15:21

RE: CFX_Image

2004-01-07 Thread Dan Phillips
that tag installed on all of our servers. Dan Phillips CFXHosting.com 866.239.4678 x112 [EMAIL PROTECTED] -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 10:45 AM To: CF-Talk Subject: RE: CFX_Image Dan, This looks different from the one

Re: CFX_Image

2004-01-07 Thread Doug White
! - Original Message - From: Andy Ousterhout [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 9:21 AM Subject: CFX_Image : Can anyone point me to the web-site of the Author of CFX_Image?My hosting : company needs to download the copy itself to verify

CFX_image getsize

2003-11-28 Thread Jake McKee
Help! I'm trying to grab the dimensions of a just uploaded image. I'm using the CFX_Image custom tag, and trying to use the getSize command. At the same time, I am creating a thumbnail of the image, and the getSize command returns only the value of the thumbnail, not the full size image. Code

CFX_IMAGE

2003-07-07 Thread Benjamin Rosenthal
This looks like two different pieces of software to me... I haven't had time to evaluate one vs. the other, but I think the version numbers are for two different releases. ~| Archives:

CFX_IMAGE

2003-07-03 Thread Benjamin Rosenthal
Here is the author's home page. You can download it here and get the docs too. http://www.kolumbus.fi/jukka.manner/ Benjamin Gap Up LLC ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: CFX_IMAGE

2003-07-03 Thread Stephenie Hamilton
: Thursday, July 03, 2003 11:44 AM To: CF-Talk Subject: CFX_IMAGE Here is the author's home page. You can download it here and get the docs too. http://www.kolumbus.fi/jukka.manner/ Benjamin Gap Up LLC ~| Archives: http

CFX_IMAGE

2003-07-02 Thread Tim Do
Can somebody send me this tag? I can seem to download it from MM Thanks! http://www.wng.com/ Tim Do Programmer/Analyst Western National Group 949.862.6231 www.wng.com ~| Archives:

Re: CFX_IMAGE

2003-07-02 Thread Hassan Arteaga Rodríguez
I'd like to receive it also. Regards -- M. Sc. Hassan Arteaga Rodriguez Microsoft Certified System Engineer WEB Programmer. Network Admin -Original Message- From: Tim Do [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Wed, 2 Jul 2003 14:11:34 -0700 Subject: CFX_IMAGE Can

RE: CFX_IMAGE

2003-07-02 Thread Dan Phillips
Rodríguez [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 7:28 PM To: CF-Talk Subject: Re: CFX_IMAGE I'd like to receive it also. Regards -- M. Sc. Hassan Arteaga Rodriguez Microsoft Certified System Engineer WEB Programmer. Network Admin -Original Message- From: Tim Do [EMAIL

RE: CFX_IMAGE

2003-07-02 Thread Stephenie Hamilton
Is that the newest version of the tag? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 5:31 PM To: CF-Talk Subject: RE: CFX_IMAGE Who ever wants it, http

RE: CFX_IMAGE

2003-07-02 Thread Dan Phillips
Version 1.6.6 Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 5:37 PM To: CF-Talk Subject: RE: CFX_IMAGE Is that the newest version of the tag? ~~ Stephenie

RE: CFX_IMAGE cf_AutoResize

2003-07-02 Thread Tim Do
I'm trying to use the cf_AutoResize tag.. But I'm getting this error: The CFX custom tag CFX_image was not found in the custom tag database. Please be sure to add custom tags to the database before using them. If you have added your tag to the database then you should check the spelling

RE: CFX_IMAGE

2003-07-02 Thread Costas Piliotis
Hahahahahahahahahahahaha... Sorry... Had to do it... Looks nice... Really... -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 2:31 PM To: CF-Talk Subject: RE: CFX_IMAGE Who ever wants it, http://relativepath.net/cfximage/cfx_image.zip

CFX_Image Help

2002-12-17 Thread Mark Leder
can't find documentation for that attribute anywhere in the CFX_Image docs (v1.6.6.9). What does this Attribute do? 2) If I need to do a two-step process, for example, resizing the image AND converting the file to another format, should I first resize, then park the output in a temp directory

Re: CFX_Image Help

2002-12-17 Thread Ewok
1) I keep seeing in the HOF list archives that developers are using an ACTION=iml, though I can't find documentation for that attribute anywhere in the CFX_Image docs (v1.6.6.9). What does this Attribute do? Theres a text file on nothing but IML in the zip here. http://www.kolumbus.fi

RE: CFX_Image - Quality of images not good when rotating

2002-12-06 Thread Craig Dudley
, Integer.toString(thumbWidth)); response.setVariable( Height, Integer.toString(thumbHeight)); } } I didn't write the original java, just converted it to run as a cfx and pass out the new width/height, as I said previously, it is fast even when compared to cfx_image but only does jpg's. Have fun

Re: CFX_Image - Quality of images not good when rotating

2002-12-05 Thread Tyler Silcox
:06 AM Subject: RE: CFX_Image - Quality of images not good when rotating Kind of interesting -- somebody sat down and wrote a custom tag to manipulate imagemagick. http://www.alagad.com/index.cfm/name-mtinfo -- jon - jon roig senior manager, online production epilepsy foundation

RE: CFX_Image - Quality of images not good when rotating

2002-12-05 Thread jon roig
: CFX_Image - Quality of images not good when rotating Man, this is the never-ending, and ever-recurring, thread...but I have to try and ask a summarizing question, because after all these posts and replies I still don't have a solution to my personal problems. The perfect tag/function I'm looking

Re: CFX_Image - Quality of images not good when rotating

2002-12-04 Thread Kay Smoljak
Rick Faircloth wrote: I've reviewed it's description on your site. So the tag, when resizing an image, actually creates a separate file, outfile, when executed, right? And the smaller, thumbnail, is actually a new, smaller size (disk space size) than the original. You can specify what you

Re: CFX_Image - Quality of images not good when rotating

2002-12-04 Thread Mark Smeets
Awesome idea...one slight problem, where's the link to download it? -- Date: Tue, 3 Dec 2002 19:27:12 -0800 From: [EMAIL PROTECTED] Subject: Re: CFX_Image - Quality of images not good when rotating Message-ID: 010801c29b45

Re: CFX_Image - Quality of images not good when rotating

2002-12-04 Thread Jesse Houwing
Craig Dudley wrote: I have a java cfx that does this, but so far it only works with jpg's. It's very fast though. I'll gladly post the code on here should you want it. I think if you're going to use java tags in cf you should at least learn how to compile it yourself, you may understand how the

RE: CFX_Image - Quality of images not good when rotating

2002-12-04 Thread Ciliotta, Mario
-Original Message- From: Jesse Houwing [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 7:42 PM To: CF-Talk Subject: Re: CFX_Image - Quality of images not good when rotating Craig Dudley wrote: I have a java cfx that does this, but so far it only works with jpg's. It's very

RE: CFX_Image - Quality of images not good when rotating

2002-12-04 Thread jon roig
: [EMAIL PROTECTED] -Original Message- From: Mark Smeets [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 7:27 PM To: CF-Talk Subject: Re: CFX_Image - Quality of images not good when rotating Awesome idea...one slight problem, where's the link to download

Re: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Kay Smoljak
Mark Smeets [EMAIL PROTECTED] wrote: Has anyone experienced this when rotating images using this tag? The moment I rotate an image, the quality is degraded. I checked through the IML readme file that the tag comes with and after adding the quality command, there's been no improvement. Are you

RE: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Rick Faircloth
- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 10:12 AM To: CF-Talk Subject: Re: CFX_Image - Quality of images not good when rotating Mark Smeets [EMAIL PROTECTED] wrote: Has anyone experienced this when rotating images using this tag? The moment I rotate an image

RE: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Craig Dudley
that way. So I wont be sending anyone the actual cfx. Craig. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 15:52 To: CF-Talk Subject: RE: CFX_Image - Quality of images not good when rotating Hi, Kay. The cfx_pwimageproc tag looks very interesting

RE: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Rick Faircloth
: Tuesday, December 03, 2002 11:00 AM To: CF-Talk Subject: RE: CFX_Image - Quality of images not good when rotating I have a java cfx that does this, but so far it only works with jpg's. It's very fast though. I'll gladly post the code on here should you want it. I think if you're going to use java

RE: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Craig Dudley
I'd stick to cfx_image then, it works well, can read and convert many, many formats. It's fast enough as well, as long as you don't run it on the front end of your site. However, don't be scared of java, I'm still learning it myself but I can already do some nice things that really augment my cf

Re: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Zac Spitzer
Craig Dudley wrote: I'd stick to cfx_image then, it works well, can read and convert many, many formats. It's fast enough as well, as long as you don't run it on the front end of your site. just make sure your using the latest version too http://www.kolumbus.fi/jukka.manner/ z

RE: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Mark Smeets
Hi all, Actually it is a jpg which is being uploaded, (coming off a digital camera) but this is my own little thing, not a job (just making a picture gallery for my girlfriend - so not exactly willing to part with $$ for it) Any thoughts? Maybe I should just get the camera to convert the

Re: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Bob Haroche
Any thoughts? Maybe I should just get the camera to convert the files...wonder if photoshop can do a batch convert.(She's got like 400+photo's of her trip to cuba) Sorry that I missed the beginning of this thread, but if you're looking for an easy and free way to view, manipulate, batch

Re: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread Jason Miller
photoshop you can program it witht he history and macros fireworks with a scriplet imageready with I think they refer to a droplet all the same things - real simple batch compressions - BUT if it's personal and you just want to spend 3 minutes putting up 400 photos - try the feature photo album

Re: CFX_Image - Quality of images not good when rotating

2002-12-03 Thread cf-talk
Install Image Magick (it's free) and use CFEXECUTE. www.imagemagick.org -Novak - Original Message - From: Mark Smeets [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 4:31 PM Subject: RE: CFX_Image - Quality of images not good when rotating Hi all

CFX_Image - Quality of images not good when rotating

2002-12-02 Thread Mark Smeets
Hi everyone, Has anyone experienced this when rotating images using this tag? The moment I rotate an image, the quality is degraded. I checked through the IML readme file that the tag comes with and after adding the quality command, there's been no improvement. Any thoughts? Thanks Mark

RE: CFX_Image - Quality of images not good when rotating

2002-12-02 Thread Tony Weeg
AM To: CF-Talk Subject: CFX_Image - Quality of images not good when rotating Hi everyone, Has anyone experienced this when rotating images using this tag? The moment I rotate an image, the quality is degraded. I checked through the IML readme file that the tag comes with and after adding

Re: CFX_IMAGE

2002-12-01 Thread Info
Just put together a thumb nail routine. cfx_image action=IML file=#request.app.site_root#photo_lib\thumb\#file.ServerFile# commands= setimage tmp=#variables.thumb_width#,#variables.height# useimage tmp bfrect 0,#variables.height#,#variables.thumb_width#,#variables.height#,ff rect 0,0

Re: SOLVED: Re: CFX_IMAGE

2002-11-29 Thread Cutter (CF_Talk)
: Thursday, November 28, 2002 1:30 PM Subject: CFX_IMAGE Hey All, Does anyone have a code snippet showing how to add an image to an existing image using CFX_IMAGE? TIA Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

CFX_IMAGE

2002-11-28 Thread Bryan Stevenson
Hey All, Does anyone have a code snippet showing how to add an image to an existing image using CFX_IMAGE? TIA Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED

SOLVED: Re: CFX_IMAGE

2002-11-28 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 1:30 PM Subject: CFX_IMAGE

Web Gallery Issues (Was Re: CFX_Image)

2002-11-13 Thread Mark Smeets
Hi everyone, Back to the cfx_image tag process for a bit. I managed to get it figured out (confusing tag) and now I'm working on the rest of my gallery. Here's the idea, instead of using frames, I want to load the thumbnails on the left, a medium sized image on the right and then the medium size

A smoother CFX_Image?

2002-11-06 Thread David Notik
Hi all: I'm using CFX_Image as follows: CFX_IMAGE ACTION=IML FILE=#g_BaseWebPath#\#g_TempFolder#\#cffile.serverfile# COMMANDS= ## thumbnail sizes

Re: A smoother CFX_Image?

2002-11-06 Thread Ewok
PROTECTED] Sent: Wednesday, November 06, 2002 1:30 PM Subject: A smoother CFX_Image? Hi all: I'm using CFX_Image as follows: CFX_IMAGE ACTION=IML FILE=#g_BaseWebPath#\#g_TempFolder#\#cffile.serverfile# COMMANDS

RE: CFX_Image Help-Resizing Doesn't work

2002-11-04 Thread Luis Lebron
--- CFX_IMAGE ACTION=IML NAME=IMAGES FILE=#File.ServerDirectory#\#File.ServerFile# COMMANDS= getsize write TEMPFILE !--- Resize and copy the image --- cfif #IMG_WIDTH# GT #IMG_HEIGHT# CFX_IMAGE ACTION=IML NAME=IMAGES FILE=#File.ServerDirectory#\#File.ServerFile# COMMANDS= resize 360 write

CFX_Image Help-Resizing Doesn't work

2002-11-01 Thread Mark Smeets
Hi all, I'm trying to use the tag to resize pictures I'm uploading. The upload works great, it'll copy the pictures into their respective files names however they won't be resized. Any ideas why? (restarted the server, the machine etc...running cf 5) -- Mark

RE: CFX_Image Issues

2002-08-24 Thread Kay Smoljak
Eric Dawson wrote: if you dig cfx_image has some parameters available to adjust quality. Not sure if you can get it to photoshop quality, but you can get it to produce a little better quality than I emailed Jukka Manner about the jpeg quality produced by cfx_image a long time ago - he

CFX_Image Issues

2002-08-22 Thread Dave Hannum
I'm attempting to use CFX_Image to resize photos of students. I use the CFDIRECTORY tag to get the names of the 28,000+ full size images, then I loop through them and resize them to thumbnails. I've only tested this in lots of 500 so far, but it never works. Anywhere from 17 - 25 thumbnails

RE: CFX_Image Issues

2002-08-22 Thread Bosky, Dave
I've also noticed that the resized images are often very blurry. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 10:03 AM To: CF-Talk Subject: CFX_Image Issues I'm attempting to use CFX_Image to resize photos of students. I use

Re: CFX_Image Issues

2002-08-22 Thread Charlie Griefer
Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 7:08 AM Subject: RE: CFX_Image Issues I've also noticed that the resized images are often very blurry. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent

Re: CFX_Image Issues

2002-08-22 Thread Dave Hannum
Are you going up in size or down in size? Dave - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 10:08 AM Subject: RE: CFX_Image Issues I've also noticed that the resized images are often very blurry. -Original

RE: CFX_Image Issues

2002-08-22 Thread Bosky, Dave
Down -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 10:39 AM To: CF-Talk Subject: Re: CFX_Image Issues Are you going up in size or down in size? Dave - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL

CFXImage not CFX_Image

2002-07-30 Thread Bryan Stevenson
Hey All, Well I have discovered the other image tag CFXImage (not to be confused with CFX_Image). I got my hands on version 1.6.6.3, but I need the current version (1.6.6.6 I think) which has a security fix to stop users from potentially gaining access to ALL files on the partition

RE: CFXImage not CFX_Image

2002-07-30 Thread Wallick, Mike
I'd be interested in that tag too. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 12:42 PM To: CF-Talk Subject: CFXImage not CFX_Image Hey All, Well I have discovered the other image tag CFXImage (not to be confused with CFX_Image

Re: CFXImage not CFX_Image

2002-07-30 Thread Bryan Stevenson
Well now I've flipped back to CFX_Image ;-) Does anyone have any decent examples of CFX_Image? The docs that come with it are a tad complex. I'm looking to do some pretty basic stuff. I want to be able to take an exisiting image and add some text to it (which I can already do). The problem

Re: CFX_Image docs

2002-07-26 Thread Lewis Sellers
On Fri, 26 Jul 2002 13:32:00 -0700, in cf-talk you wrote: Hey All, Does anybody have the docs for CFX_Image (current version 1.4.5 or older)?? I was under the impression that Jukka's most recent version don't have documents included because he was reworking them, thus you have to make do

CFX_Image docs

2002-07-26 Thread Bryan Stevenson
Hey All, Does anybody have the docs for CFX_Image (current version 1.4.5 or older)?? TIA Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: CFX_Image docs

2002-07-26 Thread Bryan Stevenson
, July 26, 2002 2:08 PM Subject: Re: CFX_Image docs On Fri, 26 Jul 2002 13:32:00 -0700, in cf-talk you wrote: Hey All, Does anybody have the docs for CFX_Image (current version 1.4.5 or older)?? I was under the impression that Jukka's most recent version don't have documents included because

RE: CFX_image

2002-07-02 Thread Tien Vo
Thanks Mike, I will give it a try.. Tien -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 July 2002 4:22 PM To: CF-Talk Subject: RE: CFX_image Tien, we have had issues when we did not use CFLOCK tags around CFX tags. I would recommend trying

  1   2   >