Re: CFC Wrapper for ImageMagick?

2009-05-08 Thread Jose Diaz
imageCFC bro ;) Jose Diaz On Thu, May 7, 2009 at 9:46 PM, Casey Dougall wrote: > > On Thu, May 7, 2009 at 2:26 PM, Michael Muller wrote: > >> >> I've just started using it too, and would love a CFC interface to it rather >> than using CFEXECUTE. >> >> Have to say, their docs are horrible thou

Re: CFC Wrapper for ImageMagick?

2009-05-07 Thread Casey Dougall
On Thu, May 7, 2009 at 2:26 PM, Michael Muller wrote: > > I've just started using it too, and would love a CFC interface to it rather > than using CFEXECUTE. > > Have to say, their docs are horrible though. Very little in the way of > actual command line syntax, and some of the examples are just

Re: CFC Wrapper for ImageMagick?

2009-05-07 Thread Nathan Strutz
though, so I can't make any promises on a timeline. > > > > > >--Josh > > > > > > > > >--- > > >Exciteworks -- expert hosting for less! > > >http://exciteworks.com > > >specializing in reseller accounts >

Re: CFC Wrapper for ImageMagick?

2009-05-07 Thread Dan Baughman
reseller accounts > > > > > >Burns, John wrote: > > > >> I seem to remember hearing about a CFC written to interface with > >> ImageMagick. All I can seem to find is the MagickTag custom tag for > >> doing that. Does anyone know of a CFC? Thank

Re: CFC Wrapper for ImageMagick?

2009-05-07 Thread Michael Muller
t;Burns, John wrote: > >> I seem to remember hearing about a CFC written to interface with >> ImageMagick. All I can seem to find is the MagickTag custom tag for >> doing that. Does anyone know of a CFC? Thanks. >> >> >> John Burns >> ~

Re: Imagemagick CFEXECUTE identify

2007-05-02 Thread Zaphod Beeblebrox
Jeff, are you giving the cfexecute tag some kind of timeout value? If not, it may be spawning it and immediately coming back before imageMagick has run. On 5/2/07, Jeff Wickersty <[EMAIL PROTECTED]> wrote: > >use the outputfile attribute of cfexecute, conversely, you could pipe >

Re: Imagemagick CFEXECUTE identify

2007-05-02 Thread Nathan Strutz
You could try the cfsavecontent method. Doesn't cfexecute by default output straight to the page (unless you use the cf7 variable attribute that you said didn't work)? If the variable method isn't working, is there something else going on, like a scoping issue, variables set in a custom ta

Re: Imagemagick CFEXECUTE identify

2007-05-02 Thread Jeff Wickersty
>use the outputfile attribute of cfexecute, conversely, you could pipe >the output to a text file and then read in the text file. > >On 5/2/07, Jeff Wickersty <[EMAIL PROTECTED]> wrote: >> I tried that, using variable="some_name" but that variable apparently isnt getting created. outputFile isnt

Re: Imagemagick CFEXECUTE identify

2007-05-02 Thread Zaphod Beeblebrox
use the outputfile attribute of cfexecute, conversely, you could pipe the output to a text file and then read in the text file. On 5/2/07, Jeff Wickersty <[EMAIL PROTECTED]> wrote: > Hi folks. > > I'm using ImageMagick on my CF7 UNix server. I can use > > > What

Imagemagick CFEXECUTE identify

2007-05-02 Thread Jeff Wickersty
Hi folks. I'm using ImageMagick on my CF7 UNix server. I can use However, Im not sure how to handle this. Obviously, I don't need to "see" the output when I do a mogrify. It just does its job and makes the conversions and I'm set. But with identify, I obviously

Imagemagick CFEXECUTE identify

2007-05-02 Thread Jeff Wickersty
Hi folks. I'm using ImageMagick on my CF7 UNix server. I can use However, Im not sure how to handle this. Obviously, I don't need to "see" the output when I do a mogrify. It just does its job and makes the conversions and I'm set. But with identify, I obviously

Re: Trying to load ImageMagick DLL

2007-01-30 Thread Didier Giet
>> When i dump the object created > >It looks to me like the Convert method accepts two arguments, not four. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ >I have tried this maVar = #maVar# with the same result. Didier Giet

RE: Trying to load ImageMagick DLL

2007-01-30 Thread Dave Watts
> When i dump the object created > /***/ > object of coldfusion.runtime.com.ComProxy > ... > Convert([out,in]VARIANT, [out, retval]VARIANT) > ... > but when i try to use the object like > toto.Convert("logo:","-format","%m,%h,%w","logo.jp

Trying to load ImageMagick DLL

2007-01-30 Thread Didier Giet
Hi All, I am trying to use ImageMagick DLL. I use a When i dump the object created /***/ object of coldfusion.runtime.com.ComProxy {5630be5a-3f5f-4bca-a511-ad6a6386cac1} Methods Composite([out,in]VARIANT, [out, retval]VARIANT

RE: ImageMagick

2006-11-06 Thread Jenny Gavin-Wear
fyi .. I "solved" this by going back to an earlier version of ImageMagick. -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: 04 November 2006 14:57 To: CF-Talk Subject: ImageMagick Has anyone had problems with ImageMagick converting images for thum

ImageMagick

2006-11-04 Thread Jenny Gavin-Wear
Has anyone had problems with ImageMagick converting images for thumbnails? I just upgraded it to the latest version and now it converts some images and not others. Jenny -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.13.27/517

Re: ImageMagick

2004-06-03 Thread George Abraham
Like I said, I did not use the cfMagick tag at all. All I did was use the cfexecute tag    arguments="#replace(actionString, '"', '', "All")#"    timeout="100"> This is after all what the cfMagick tag does in the end. Read the

Re: ImageMagick

2004-06-03 Thread chad
e1.jpg')#" debug="Yes" > Then in the MagickTag.cfm file has this                  arguments="#replace(actionString, '"', '', "All")#"   timeout="100">               - Original Message -   F

Re: ImageMagick

2004-06-03 Thread George Abraham
Yeah, Same thing happened to me. So I just used a straight cfexecute on the ImageMagick exe file with appropriate timeout attributes. Speaking of which, what are the problems (performance/otherwise) with using cfexecute like that? George At 10:22 AM 6/3/2004, chad wrote: >Has anyone tried

ImageMagick

2004-06-03 Thread chad
Has anyone tried or is currently using the ImageMagick tag that was created by Alagad? If so I am trying to set it up and it is not working. I could use some help. Thanks Chad [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFC Wrapper for ImageMagick?

2004-02-29 Thread Josh
gt; I seem to remember hearing about a CFC written to interface with > ImageMagick.  All I can seem to find is the MagickTag custom tag for > doing that.  Does anyone know of a CFC?  Thanks. > > > John Burns > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFC Wrapper for ImageMagick?

2004-02-29 Thread Michael Dinowitz
One of these days I plan to write a connector to the DLL using CFOBJECT but the project has not come around yet. >Same here... I looked at the wrapper once but in the end I just found it >easier to use CFEXECUTE and and pass the arguments I needed. [Todays Threads] [This Message] [Subscriptio

RE: CFC Wrapper for ImageMagick?

2004-02-29 Thread cf-talk
for ImageMagick? There's a custom tag with some of the functionality linked off of the imagemagick site, but I've never used it. > I seem to remember hearing about a CFC written to interface with ImageMagick.  All I can seem to find is the MagickTag custom tag for doing that.  Does a

Re: CFC Wrapper for ImageMagick?

2004-02-29 Thread Michael Dinowitz
There's a custom tag with some of the functionality linked off of the imagemagick site, but I've never used it. > I seem to remember hearing about a CFC written to interface with ImageMagick.  All I can seem to find is the MagickTag custom tag for doing that.  Does anyone know of a

CFC Wrapper for ImageMagick?

2004-02-28 Thread Burns, John
I seem to remember hearing about a CFC written to interface with ImageMagick.  All I can seem to find is the MagickTag custom tag for doing that.  Does anyone know of a CFC?  Thanks. John Burns [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: ImageMagick response parser

2003-12-06 Thread John Burns
Ahhh,, good idea, thanks :-) John -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Saturday, December 06, 2003 10:31 AM To: CF-Talk Subject: Re: ImageMagick response parser John Burns wrote: > Does anyone have a script or something for parsing

Re: ImageMagick response parser

2003-12-06 Thread Jochem van Dieten
John Burns wrote: > Does anyone have a script or something for parsing the response from > ImageMagick's identify.exe? >   > For example: > C:\testImage.jpg JPEG 1342x2000+0+0 DirectClass 8-bit 194.5kb 0.000u > 0:01 >   > I'm hesitant to do a list based on the spaces only because of the chance > th

ImageMagick response parser

2003-12-06 Thread John Burns
Does anyone have a script or something for parsing the response from ImageMagick's identify.exe? For example: C:\testImage.jpg JPEG 1342x2000+0+0 DirectClass 8-bit 194.5kb 0.000u 0:01 I'm hesitant to do a list based on the spaces only because of the chance that there may be a space in the fil

RE: ImageMagick from CF on Linux??

2003-12-04 Thread Tim Blair
> Here's the Linux code: > > > arguments="/home/serve/truth/testImage.jpg -geometry > ""140x140+0+0"" -quality 80 +profile * > /home/serve/truth/thumbnail.jpg"> Try adding the -size argument as well as geometry (the values should be the same for both -size and -geometry).  I seem to remember t

Re: ImageMagick from CF on Linux??

2003-12-04 Thread Bryan Stevenson
Message -   From: John Burns   To: CF-Talk   Sent: Thursday, December 04, 2003 6:48 AM   Subject: ImageMagick from CF on Linux??   Ok, my host just installed ImageMagick for me on the servers.  I can make a   CFEXECUTE call to the convert function of ImageMagick and I get no errors,   but I have i

RE: ImageMagick from CF on Linux??

2003-12-04 Thread John Burns
something like that.  I'm not too familiar with the Linux OS so I'm kinda lost there. John Burns -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:25 AM To: CF-Talk Subject: RE: ImageMagick from CF on Linux?? > Here's the

ImageMagick from CF on Linux??

2003-12-04 Thread John Burns
Ok, my host just installed ImageMagick for me on the servers.  I can make a CFEXECUTE call to the convert function of ImageMagick and I get no errors, but I have it set to output a file and the file is not showing up.  I tried the exact same piece of code on my Windows testing server and it works

Re: ImageMagick from CF on Linux??

2003-12-04 Thread Thomas Chiverton
On Thursday 04 Dec 2003 14:48 pm, John Burns wrote: > Does anyone have any input for me?  Also, as a side question, if there any > way in CF to find out what the did when using ImageMagick.  Is > there anything returned to me from the ImageMagick functions?  Any help > would be grea

RE: ImageMagick/MagickTag

2003-11-26 Thread Greg Luce
Have you ever gotten the draw text thing to work? See my examples below. -Original Message- From: cf-talk [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 12:10 PM To: CF-Talk Subject: RE: ImageMagick/MagickTag I've never really bothered with the CF_Magick tag mysel

RE: ImageMagick/MagickTag

2003-11-26 Thread [EMAIL PROTECTED]
-talk [mailto:[EMAIL PROTECTED] Sent: 26 November 2003 17:10 To: CF-Talk Subject: RE: ImageMagick/MagickTag I've never really bothered with the CF_Magick tag myself.  I just build the arguments in a string variable and then use CFEXECUTE.  I've found this to be much easier to deal with s

RE: ImageMagick/MagickTag

2003-11-26 Thread cf-talk
working, put it into my code. -Novak -Original Message- From: CF Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 5:57 AM To: CF-Talk Subject: ImageMagick/MagickTag Has anyone used imagemagick or magicktag to write text on an image? This doesn't work.

ImageMagick/MagickTag

2003-11-26 Thread CF Lists
Has anyone used imagemagick or magicktag to write text on an image? This doesn't work. inputtype="file" inputfile="/usr/var/www/html/greg/banner.gif" outputType="file" outputFile="/usr/var/www/htm

Re: ImageMagick

2003-11-22 Thread Nick de Voil
> Can someone steer me in the right direction to lear to use ImageMagick? I guess you know about [EMAIL PROTECTED] ? Nick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: ImageMagick

2003-11-21 Thread CF Lists
Oops, meant 5.9Meg. Anyways. I'm getting some of the commands to work like -border, but can't figure out the -draw command. Anyone have an example? >From: Brook Davies <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject:

Re: ImageMagick

2003-11-21 Thread Brook Davies
A 5.9Gig zip file? Damn! Thats one big ass zip file! At 10:45 AM 11/21/2003, you wrote: >Can someone steer me in the right direction to lear to use ImageMagick? I've >been using MagickTag to resize images without any trouble, but I want to do >some more things with imagemagick like

ImageMagick

2003-11-21 Thread CF Lists
Can someone steer me in the right direction to lear to use ImageMagick? I've been using MagickTag to resize images without any trouble, but I want to do some more things with imagemagick like write text on images, and combine images. Documentation is slim that I can find. I've do

RE: Installing ImageMagick

2003-11-19 Thread Nathan Strutz
s. On windows it's about 120 files at 7 MB, on unix it's only like 30 files. You don't have to register it with coldfusion like a CFX tag, you just call it, pass it arguments and expect a result. Here's my only Imagemagick bookmark: http://www.imagemagick.org/www/utilities.html

Installing ImageMagick

2003-11-19 Thread John Burns
Does anyone know of any instructions for installing ImageMagick for CF?  I'm new to using external libraries and the only one I've installed before is ImageJ which came with CF instructions.  If someone could let me know what I need to do (if anything) for CF to see the ImageMagick i

Re: imagemagick?

2003-02-12 Thread Dave Lyons
unfortunately, none of their downloads seems to be working just my luck Dave - - Original Message - From: <"Owens>; > To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 1:33 PM Subject: RE: imagema

RE: imagemagick?

2003-02-12 Thread HOwens
o: CF-Talk > Subject: imagemagick? > > anyone know if http://www.imagemagick.org/ is still around?? > cant ever seems to be able to get to there website > > > > > > > ~| Archives: http://www.hous

Re: imagemagick?

2003-02-12 Thread Ryan
www.imagemagick.com - Original Message - From: "Dave Lyons" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 11:07 AM Subject: imagemagick? > anyone know if http://www.imagemagick.org/ is still around?? >

imagemagick?

2003-02-12 Thread Dave Lyons
anyone know if http://www.imagemagick.org/ is still around?? cant ever seems to be able to get to there website ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.co

Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-02-03 Thread Nuovo
CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 3:19 PM Subject: CFExecute timeout issue (was: ImageMagick and CFExecute) > sorry for the resend ... but I'm kind of anxious to solve this issue > and move on ... hoping a change in subject line will encourage som

Re: ImageMagick and CFExecute

2003-01-31 Thread David Adams
rom your >>process for 10 seconds! In other words, CFMX waits until the timeout value >>is reached before coming back from the CFEXECUTE. Very annoying. >> >>Did you have any luck with ImageMagick and files on the local hard drive? >>How about files in the same direc

Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread Christian Cantrell
I can't give a specific date, but I can confirm that it will be fixed very soon. I will post here and on my weblog when the fix is available. Christian On Friday, January 31, 2003, at 01:43 AM, Sean A Corfield wrote: > On Thursday, Jan 30, 2003, at 22:33 US/Pacific, > <[EMAIL PROTECTED]> wrot

Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread Sean A Corfield
On Thursday, Jan 30, 2003, at 22:33 US/Pacific, <[EMAIL PROTECTED]> wrote: > The original question he had WAS about CFMX. My bad... I misread it :( > Any idea when the CFEXECUTE / TIMEOUT fix is coming? I don't know for sure. Christian might be able to comment. Sean A Corfield -- Director, Arc

Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread cf-talk
== I encountered errors with ImageMagick and CFMX right from the start. But my errors were different than his. He has written me off list and I've emailed him some code that I'm successfully using on CFMX. Hopefully that helps him. Any idea when the CFEXECUTE / TIMEOUT fix is

Re: CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread Sean A Corfield
On Thursday, Jan 30, 2003, at 13:19 US/Pacific, Owens, Howard wrote: >> OK, I'll bite ... what's the timeout issue? >> ... >> Which I'm guessing might be related to this cryptic reference you >> make to >> CFEXECUTE and TIMEOUT. Only in CFMX - the original question was about CF5. Oh, what is the

Re: ImageMagick and CFExecute

2003-01-30 Thread cf-talk
CFMX issues can be found at the link below: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23464&Method=Full - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 5:04 PM Subject: Re: ImageMagick and CFE

Re: ImageMagick and CFExecute

2003-01-30 Thread brook
value >is reached before coming back from the CFEXECUTE. Very annoying. > >Did you have any luck with ImageMagick and files on the local hard drive? >How about files in the same directory that ImageMagick is running in? You >are using FULL paths on all filenames right? Are you us

Re: ImageMagick and CFExecute

2003-01-30 Thread cf-talk
meout an error would be thrown. In CFMX a timeout of 10 seconds means that you won't return from your process for 10 seconds! In other words, CFMX waits until the timeout value is reached before coming back from the CFEXECUTE. Very annoying. Did you have any luck with ImageMagick and files

RE: grr ... it's not a permissions problem (was: RE: ImageMagick and CFExecute)

2003-01-30 Thread Owens, Howard
ample without a hitch. H. > -Original Message- > From: Owens, Howard [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 1:26 PM > To: CF-Talk > Subject: grr ... it's not a permissions problem (was: RE: ImageMagick > and CFExecute) > > Just do

grr ... it's not a permissions problem (was: RE: ImageMagick and CFExecute)

2003-01-30 Thread Owens, Howard
d file. H. > -Original Message- > From: Owens, Howard [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 12:22 PM > To: CF-Talk > Subject: RE: ImageMagick and CFExecute > > OK, I'll bite ... what's the timeout issue? > > After readin

CFExecute timeout issue (was: ImageMagick and CFExecute)

2003-01-30 Thread Owens, Howard
[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, January 30, 2003 11:44 AM > > To: CF-Talk > > Subject:Re: ImageMagick and CFExecute > > > > Make sure that your CFMX server is set up with the appropriate > > permissions. > > Al

RE: ImageMagick and CFExecute

2003-01-30 Thread Owens, Howard
IL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 11:44 AM > To: CF-Talk > Subject: Re: ImageMagick and CFExecute > > Make sure that your CFMX server is set up with the appropriate > permissions. > Also, make sure you're aware of the TIMEOUT issu

Re: ImageMagick and CFExecute

2003-01-30 Thread cf-talk
the first thing I would check. I'm using CFMX, CFEXECUTE, and ImageMagic without any problems. -Novak - Original Message - From: "Owens, Howard" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 11:24 AM S

RE: ImageMagick and CFExecute

2003-01-30 Thread webguy
rom: Owens, Howard [mailto:[EMAIL PROTECTED]] > Sent: 30 January 2003 19:24 > To: CF-Talk > Subject: ImageMagick and CFExecute > > > I have an application I built on my CF 5.0 workstation (win2k), and it was > working fine (outside of cfschedule bugginess). > > I m

RE: ImageMagick and CFExecute

2003-01-30 Thread Barney Boisvert
ilto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 11:24 AM > To: CF-Talk > Subject: ImageMagick and CFExecute > > > I have an application I built on my CF 5.0 workstation (win2k), and it was > working fine (outside of cfschedule bugginess). > > I moved it to our ne

ImageMagick and CFExecute

2003-01-30 Thread Owens, Howard
I have an application I built on my CF 5.0 workstation (win2k), and it was working fine (outside of cfschedule bugginess). I moved it to our new CFMX (win2k) machine, and I'm having some problems ... The application uses ImageMagick/GhostScript to convert PDFs to JPGs. It called IM th

Re: ImageMagick - anyone use with CF?

2001-09-19 Thread Michael Lugassy
ndles multiple calls, but if you need image maniupulations such as "remove red eye", change contrast/brightness - it's the easiest tool. Michael. - Original Message - From: Scott Weikert To: CF-Talk Sent: Tuesday, September 18, 2001 9:22 PM Subject: Re: ImageMagi

Re: ImageMagick - anyone use with CF?

2001-09-18 Thread Scott Weikert
Thanks guys! Just what I needed to hear :) If any of you guys could toss me some examples of how you use CFEXECTUTE (i.e. the command you pass through it) to do various things, it'd probably help save me some time. Don't go out of your way, mind you... don't want to eat up anyone's time :) Thank

RE: ImageMagick - anyone use with CF?

2001-09-18 Thread Bob Hendren
PROTECTED] > -Original Message- > From: Scott Weikert [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 18, 2001 1:50 PM > To: CF-Talk > Subject: ImageMagick - anyone use with CF? > > > I found some references to an image manipulation toolset, called > ImageMagick > (

Re: ImageMagick - anyone use with CF?

2001-09-18 Thread Chad Gray
I have used it on one demo site i setup. I used ImageMagick to create thumbnails of images with the mogrify command. It works pretty well, but i have never tested it on a live server with a lot of traffic. I was using CFEXECUTE to run the program. At 11:50 AM 9/18/2001 -0600, you wrote: &g

RE: ImageMagick - anyone use with CF?

2001-09-18 Thread Dave Watts
> I found some references to an image manipulation toolset, > called ImageMagick (http://www.imagemagick.org/). This looks > like JUST the thing I need for a project I'm working on. > > However, on the site, there's no mention of it's usage with > CF, or

RE: ImageMagick - anyone use with CF?

2001-09-18 Thread Kurt Ward
I have used it before without a hitch using cfexecute. Not my favorite way of doing things, but it works. Kurt -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 1:50 PM To: CF-Talk Subject: ImageMagick - anyone use with CF? I found

ImageMagick - anyone use with CF?

2001-09-18 Thread Scott Weikert
I found some references to an image manipulation toolset, called ImageMagick (http://www.imagemagick.org/). This looks like JUST the thing I need for a project I'm working on. However, on the site, there's no mention of it's usage with CF, or whether it's even a doable thin

RE: ImageMagick COM Object or CFX tag

2001-05-24 Thread Malcolm Taylor
http://www.imagemagick.org -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 10:30 AM To: CF-Talk Subject: RE: ImageMagick COM Object or CFX tag Where can imagemagick be found -- tried http://www.imagemagick.com/ -- no go

RE: ImageMagick COM Object or CFX tag

2001-05-24 Thread Jay Brushett
http://www.imagemagick.org/ Jay At 10:29 AM 5/24/2001 -0400, you wrote: >Where can imagemagick be found -- tried http://www.imagemagick.com/ -- no go. > > ^ > / \__ >(@\___ > / O > /(_/ >/_/ >Whoof... >410-757-3487 >

RE: ImageMagick COM Object or CFX tag

2001-05-24 Thread Jay Brushett
-0400, you wrote: >We've implemented a number of applications which call ImageMagick >processes through CFEXECUTE and they seem to work very reliably. If you >need some sample code, let me know. > >-Original Message- >From: Jay Brushett [mailto:[EMAIL PROTECTED]] >

RE: ImageMagick COM Object or CFX tag

2001-05-24 Thread Arden Weiss
Where can imagemagick be found -- tried http://www.imagemagick.com/ -- no go. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Malcolm Taylor [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 9:52 AM To: CF

RE: ImageMagick COM Object or CFX tag

2001-05-24 Thread Malcolm Taylor
We've implemented a number of applications which call ImageMagick processes through CFEXECUTE and they seem to work very reliably. If you need some sample code, let me know. -Original Message- From: Jay Brushett [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 6:17 AM To: CF

Re: ImageMagick COM Object or CFX tag

2001-05-24 Thread Rey Bango
Jay, Take a look at ImageFolio.com. I'm not sure what you're trying to build but perhaps this product, which intergrates w/ ImageMagick, could help. Rey... Team Allaire.. - Original Message - From: "Jay Brushett" <[EMAIL PROTECTED]> To: "CF-Talk" <

ImageMagick COM Object or CFX tag

2001-05-24 Thread Jay Brushett
Hi all, I was wondering if anyone knows of or could give me advice on how to create either a COM object (best case, may be used for ASP too) or a CFX tag which implements the Imagick Magick graphics library. Thanks, Jay < > < > < > < > < Strategy ~ Creativity ~ Technology > < > < > < > < > <