Re: what do you use instead of cfx_openimage?

2005-12-13 Thread Alan Rother
Not to speak ill of the Alagad image component. I use it, I love it, but If
you do use it, do not instantiate it into a shared scope. It is not thread
safe.

Instantiate it each time you call it.


--
Alan Rother
Macromedia Certified Advanced ColdFusion MX 7 Developer


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226968
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: what do you use instead of cfx_openimage?

2005-12-13 Thread Bobby Hartsfield
[EMAIL PROTECTED] rejects my reply to you Crystal.

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 09, 2005 2:10 PM
To: CF-Talk
Subject: Re: what do you use instead of cfx_openimage?

I got the price wrong in this message last Friday.

The personal version is $49 not $75.

-- 
 CrystalM

> Many people use our tag, cfx_imagecr3.
> Some hosts install it on all their servers.
> 
>   Efflare ImageCR 3
>   http://efflare.com/products/cfx_imagecr
> 
>   $75 personal license
>   http://efflare.com/purchase?personal
> 
> -- 
>  CrystalM
> 
> > is nobody using cfx_openimage? is there another similar good tool (for
> > easy setup&use in shared hosting environment)
> > 
> > I wanna resize images and read image dimensions..
> > 
> > what are you using?
> > 
> > --
> > Sebastian Mork
> > [EMAIL PROTECTED]
> > --
> > 
> > On Thu, 03 Nov 2005 17:32:55 +0100
> > Sebastian Mork <[EMAIL PROTECTED]> wrote:
> > 
> > > Hi,
> > > 
> > > in my app I use cfx_openimage  (in a shared hosting environment
running
> > > win(nt?), cfmx7.0).
> > > I used the tag for months for reading images to get infos about the
> > > dimension without poblems.
> > > suddenly, two days ago a user told me he gets an error viewing some
> > > other user profiles.
> > > hmm, thats strange, from one day to another the cfx_tag produces an
> > > error, the html-title says 'jrun servlet error' and '500 null' is
shown.
> > > 
> > > the hosting-comp. said thay didn't change anything. and I did not
change
> > > anything in the code, too.
> > > they restarted cfmx and the whole server without success.
> > > and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
> > > delete that dir and the installation of that tag is made in the
> > > default-directory..
> > > so what??
> > > I've created a test-page with the following code, its just an example,
> > > that code worked fine in my app:
> > > 
> > > #filename# is:
D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> > > code: 
> > >  > >   ACTION="IML" 
> > >   FILE="#filename#" 
> > >   COMMANDS="getsize">
> > > heres the test-page: http://friendcom.de/sc/views/test.cfm
> > > 
> > > any ideas?
> > > 
> > > thx
> > > 
> > > -- 
> > > Sebastian Mork <[EMAIL PROTECTED]>
> > > 
> > > 
> > > 
> > 
> > 
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226957
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


Re: what do you use instead of cfx_openimage?

2005-11-09 Thread cftalk
I got the price wrong in this message last Friday.

The personal version is $49 not $75.

-- 
 CrystalM

> Many people use our tag, cfx_imagecr3.
> Some hosts install it on all their servers.
> 
>   Efflare ImageCR 3
>   http://efflare.com/products/cfx_imagecr
> 
>   $75 personal license
>   http://efflare.com/purchase?personal
> 
> -- 
>  CrystalM
> 
> > is nobody using cfx_openimage? is there another similar good tool (for
> > easy setup&use in shared hosting environment)
> > 
> > I wanna resize images and read image dimensions..
> > 
> > what are you using?
> > 
> > --
> > Sebastian Mork
> > [EMAIL PROTECTED]
> > --
> > 
> > On Thu, 03 Nov 2005 17:32:55 +0100
> > Sebastian Mork <[EMAIL PROTECTED]> wrote:
> > 
> > > Hi,
> > > 
> > > in my app I use cfx_openimage  (in a shared hosting environment running
> > > win(nt?), cfmx7.0).
> > > I used the tag for months for reading images to get infos about the
> > > dimension without poblems.
> > > suddenly, two days ago a user told me he gets an error viewing some
> > > other user profiles.
> > > hmm, thats strange, from one day to another the cfx_tag produces an
> > > error, the html-title says 'jrun servlet error' and '500 null' is shown.
> > > 
> > > the hosting-comp. said thay didn't change anything. and I did not change
> > > anything in the code, too.
> > > they restarted cfmx and the whole server without success.
> > > and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
> > > delete that dir and the installation of that tag is made in the
> > > default-directory..
> > > so what??
> > > I've created a test-page with the following code, its just an example,
> > > that code worked fine in my app:
> > > 
> > > #filename# is: 
> > > D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> > > code: 
> > >  > >   ACTION="IML" 
> > >   FILE="#filename#" 
> > >   COMMANDS="getsize">
> > > heres the test-page: http://friendcom.de/sc/views/test.cfm
> > > 
> > > any ideas?
> > > 
> > > thx
> > > 
> > > -- 
> > > Sebastian Mork <[EMAIL PROTECTED]>
> > > 
> > > 
> > > 
> > 
> > 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223714
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


RE: what do you use instead of cfx_openimage?

2005-11-07 Thread Andy Matthews
That's the same thing I do. Here's the code if anyone cares to use it. I'd
love to see if someone could improve upon it.








Photo







View
large image



























































// source, destination, width
// we only resize the "large" image if it's larger than 
our specified
size of 500

APPLICATION.imgObj.resize("#APPLICATION.settings.photoPath#/#VARIABLES.ph
oto_large#","#APPLICATION.settings.photoPath#/#VARIABLES.photo_large#",
#largeDim#);

APPLICATION.imgObj.resize("#APPLICATION.settings.photoPath#/#VARIABLES.ph
oto_large#","#APPLICATION.settings.photoPath#/#VARIABLES.photo_thumb#",
#thumbDim#);








RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Bobby Hartsfield
cfx_imagecr3 from efflare... Can’t live without it. And it has built in
methods for checking to make sure your max width/heights are workable where
Pete says it took quite a bit of code to cover all the scenarios with
tmt_img (never used it).

It requires installation though, so depending on what you mean by a shared
hosting environment, it’s a good choice. If it's a shared hosting
environment that you manage, you shouldn’t have a problem getting it
installed. (be sure to check out any licensing issues). If you mean you are
simply using the services of a shared hosting environment, then you may have
a problem. I would think most CF hosts provide SOMETHING for image
manipulation but I don't use them so I don’t know. 

 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 04, 2005 10:55 AM
To: CF-Talk
Subject: Re: what do you use instead of cfx_openimage?

Many people use our tag, cfx_imagecr3.
Some hosts install it on all their servers.

  Efflare ImageCR 3
  http://efflare.com/products/cfx_imagecr

  $75 personal license
  http://efflare.com/purchase?personal

-- 
 CrystalM

> is nobody using cfx_openimage? is there another similar good tool (for
> easy setup&use in shared hosting environment)
> 
> I wanna resize images and read image dimensions..
> 
> what are you using?
> 
> --
> Sebastian Mork
> [EMAIL PROTECTED]
> --
> 
> On Thu, 03 Nov 2005 17:32:55 +0100
> Sebastian Mork <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > in my app I use cfx_openimage  (in a shared hosting environment running
> > win(nt?), cfmx7.0).
> > I used the tag for months for reading images to get infos about the
> > dimension without poblems.
> > suddenly, two days ago a user told me he gets an error viewing some
> > other user profiles.
> > hmm, thats strange, from one day to another the cfx_tag produces an
> > error, the html-title says 'jrun servlet error' and '500 null' is shown.
> > 
> > the hosting-comp. said thay didn't change anything. and I did not change
> > anything in the code, too.
> > they restarted cfmx and the whole server without success.
> > and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
> > delete that dir and the installation of that tag is made in the
> > default-directory..
> > so what??
> > I've created a test-page with the following code, its just an example,
> > that code worked fine in my app:
> > 
> > #filename# is:
D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> > code: 
> >  > ACTION="IML" 
> > FILE="#filename#" 
> > COMMANDS="getsize">
> > heres the test-page: http://friendcom.de/sc/views/test.cfm
> > 
> > any ideas?
> > 
> > thx
> > 
> > -- 
> > Sebastian Mork <[EMAIL PROTECTED]>
> > 
> > 
> > 
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223311
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


Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Pete Ruckelshaus
Well, what I do is set a max dimensional size for full-sized and
thumbnail images and they get resized via code when they get uploaded.
 It took a bit of code to cover all of the possible permutations, but
it works pretty well, and the resulting images are pretty clean.

Pete

On 11/4/05, Tim Laureska <[EMAIL PROTECTED]> wrote:
> Pete... I guess I would ask the same question about the tmt_img
> component...
> Does it have the capabilities to automatically resize an image uploaded
> by someone to a site?
>
> Thanks
> Tim
>

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223295
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: what do you use instead of cfx_openimage?

2005-11-04 Thread gabriel l smallman
We are using imagecr3, very good, very stable.

gabe 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 04, 2005 10:55 AM
To: CF-Talk
Subject: Re: what do you use instead of cfx_openimage?

Many people use our tag, cfx_imagecr3.
Some hosts install it on all their servers.

  Efflare ImageCR 3
  http://efflare.com/products/cfx_imagecr

  $75 personal license
  http://efflare.com/purchase?personal

--
 CrystalM

> is nobody using cfx_openimage? is there another similar good tool (for 
> easy setup&use in shared hosting environment)
> 
> I wanna resize images and read image dimensions..
> 
> what are you using?
> 
> --
> Sebastian Mork
> [EMAIL PROTECTED]
> --
> 
> On Thu, 03 Nov 2005 17:32:55 +0100
> Sebastian Mork <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > in my app I use cfx_openimage  (in a shared hosting environment 
> > running win(nt?), cfmx7.0).
> > I used the tag for months for reading images to get infos about the 
> > dimension without poblems.
> > suddenly, two days ago a user told me he gets an error viewing some 
> > other user profiles.
> > hmm, thats strange, from one day to another the cfx_tag produces an 
> > error, the html-title says 'jrun servlet error' and '500 null' is shown.
> > 
> > the hosting-comp. said thay didn't change anything. and I did not 
> > change anything in the code, too.
> > they restarted cfmx and the whole server without success.
> > and, I read cfx_openimage needs a temp-dir (c:\temp), but they 
> > didn't delete that dir and the installation of that tag is made in 
> > the default-directory..
> > so what??
> > I've created a test-page with the following code, its just an 
> > example, that code worked fine in my app:
> > 
> > #filename# is: 
> > D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> > code: 
> >  > ACTION="IML" 
> > FILE="#filename#" 
> > COMMANDS="getsize">
> > heres the test-page: http://friendcom.de/sc/views/test.cfm
> > 
> > any ideas?
> > 
> > thx
> > 
> > --
> > Sebastian Mork <[EMAIL PROTECTED]>
> > 
> > 
> > 
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223210
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


Re: what do you use instead of cfx_openimage?

2005-11-04 Thread cftalk
Many people use our tag, cfx_imagecr3.
Some hosts install it on all their servers.

  Efflare ImageCR 3
  http://efflare.com/products/cfx_imagecr

  $75 personal license
  http://efflare.com/purchase?personal

-- 
 CrystalM

> is nobody using cfx_openimage? is there another similar good tool (for
> easy setup&use in shared hosting environment)
> 
> I wanna resize images and read image dimensions..
> 
> what are you using?
> 
> --
> Sebastian Mork
> [EMAIL PROTECTED]
> --
> 
> On Thu, 03 Nov 2005 17:32:55 +0100
> Sebastian Mork <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > in my app I use cfx_openimage  (in a shared hosting environment running
> > win(nt?), cfmx7.0).
> > I used the tag for months for reading images to get infos about the
> > dimension without poblems.
> > suddenly, two days ago a user told me he gets an error viewing some
> > other user profiles.
> > hmm, thats strange, from one day to another the cfx_tag produces an
> > error, the html-title says 'jrun servlet error' and '500 null' is shown.
> > 
> > the hosting-comp. said thay didn't change anything. and I did not change
> > anything in the code, too.
> > they restarted cfmx and the whole server without success.
> > and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
> > delete that dir and the installation of that tag is made in the
> > default-directory..
> > so what??
> > I've created a test-page with the following code, its just an example,
> > that code worked fine in my app:
> > 
> > #filename# is: 
> > D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> > code: 
> >  > ACTION="IML" 
> > FILE="#filename#" 
> > COMMANDS="getsize">
> > heres the test-page: http://friendcom.de/sc/views/test.cfm
> > 
> > any ideas?
> > 
> > thx
> > 
> > -- 
> > Sebastian Mork <[EMAIL PROTECTED]>
> > 
> > 
> > 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223195
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


RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Andy Matthews
There's no such thing as "automatically" unless you're talking about the new
gateway processes in CF7. Everything has to have code behind it to TELL it
to do something.



-Original Message-
From: Tim Laureska [mailto:[EMAIL PROTECTED]
Sent: Friday, November 04, 2005 6:14 AM
To: CF-Talk
Subject: RE: what do you use instead of cfx_openimage?


Pete... I guess I would ask the same question about the tmt_img
component...
Does it have the capabilities to automatically resize an image uploaded
by someone to a site?

Thanks
Tim

-Original Message-
From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
Sent: Friday, November 04, 2005 6:42 AM
To: CF-Talk
Subject: Re: what do you use instead of cfx_openimage?

I use Massimo Foti's tmt_img for resizing images and getting
dimensions.  It's free and it works great.  Email me offline if you
need some code samples.

Pete





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223186
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Andy Matthews
I use Massimo's tmt_img CFC. it works perfectly for those things.

http://www.olimpo.ch/tmt/cfc/tmt_img/



-Original Message-
From: Sebastian Mork [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 03, 2005 6:43 PM
To: CF-Talk
Subject: what do you use instead of cfx_openimage?


is nobody using cfx_openimage? is there another similar good tool (for
easy setup&use in shared hosting environment)

I wanna resize images and read image dimensions..

what are you using?

--
Sebastian Mork
[EMAIL PROTECTED]
--

On Thu, 03 Nov 2005 17:32:55 +0100
Sebastian Mork <[EMAIL PROTECTED]> wrote:

> Hi,
>
> in my app I use cfx_openimage  (in a shared hosting environment running
> win(nt?), cfmx7.0).
> I used the tag for months for reading images to get infos about the
> dimension without poblems.
> suddenly, two days ago a user told me he gets an error viewing some
> other user profiles.
> hmm, thats strange, from one day to another the cfx_tag produces an
> error, the html-title says 'jrun servlet error' and '500 null' is shown.
>
> the hosting-comp. said thay didn't change anything. and I did not change
> anything in the code, too.
> they restarted cfmx and the whole server without success.
> and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
> delete that dir and the installation of that tag is made in the
> default-directory..
> so what??
> I've created a test-page with the following code, its just an example,
> that code worked fine in my app:
>
> #filename# is:
D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> code:
>ACTION="IML"
>   FILE="#filename#"
>   COMMANDS="getsize">
> heres the test-page: http://friendcom.de/sc/views/test.cfm
>
> any ideas?
>
> thx
>
> --
> Sebastian Mork <[EMAIL PROTECTED]>
>
>
>



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223175
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


Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Sebastian Mork
I'll look at Massimo Foti's tmt_img .. thx
--
Sebastian Mork
[EMAIL PROTECTED]
--

On Fri, 4 Nov 2005 06:42:04 -0500
Pete Ruckelshaus <[EMAIL PROTECTED]> wrote:

> I use Massimo Foti's tmt_img for resizing images and getting
> dimensions.  It's free and it works great.  Email me offline if you
> need some code samples.
> 
> Pete
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223174
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


Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Sebastian Mork
thanks for your suggestions..

well, in my app I used cfx_openimage (and now tried cfx_image)
but since a few days the cfx produces 500 errors (500 null, java servlet
error)
as I read here (sandbox vs. cfx) 
http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:40918
the sandbox-security maybe a problem..

the strange thing is, it worked for months on the server my app is
running (shared host.env.,cfmx7, sandbox security) and I dont wanna
change everything.
so I tried cfx_image, too instead of cfx_openimage.. I always get 500
errs now. hmm
maybe someone has an idea? or I'll have to try an alternative tool


--
Sebastian Mork
[EMAIL PROTECTED]
--

On Thu, 03 Nov 2005 19:48:46 -0500
Claude Schneegans <[EMAIL PROTECTED]> wrote:

>  >>what are you using?
> 
> CFX_image
> 
> -- 
> ___
> REUSE CODE! Use custom tags;
> See http://www.contentbox.com/claude/customtags/tagstore.cfm
> (Please send any spam to this address: [EMAIL PROTECTED])
> Thanks.
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223172
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


RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Tim Laureska
Pete... I guess I would ask the same question about the tmt_img
component...
Does it have the capabilities to automatically resize an image uploaded
by someone to a site?

Thanks
Tim

-Original Message-
From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 04, 2005 6:42 AM
To: CF-Talk
Subject: Re: what do you use instead of cfx_openimage?

I use Massimo Foti's tmt_img for resizing images and getting
dimensions.  It's free and it works great.  Email me offline if you
need some code samples.

Pete



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223171
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: what do you use instead of cfx_openimage?

2005-11-04 Thread John Beynon
there's not much it can't do...to be honest!

On 11/4/05, Tim Laureska <[EMAIL PROTECTED]> wrote:
> Is Alagad capable of automatically resizing an image uploaded by someone
> to a site? I would imagine so, but just checking
>
> -Original Message-
> From: Joe Rinehart [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 04, 2005 6:29 AM
> To: CF-Talk
> Subject: Re: what do you use instead of cfx_openimage?
>
> Alagad Imaging Component.  No custom tag to install, no Java to
> explore, just a CFC to drop in.  And it works.
>
> It does a lot, and I think it's well worth the price - I think it's like
> $75.
>
>
> On 11/3/05, Sebastian Mork <[EMAIL PROTECTED]> wrote:
> > is nobody using cfx_openimage? is there another similar good tool (for
> > easy setup&use in shared hosting environment)
> >
> > I wanna resize images and read image dimensions..
> >
> > what are you using?
> >
> > --
> > Sebastian Mork
> > [EMAIL PROTECTED]
> > --
> >
> > On Thu, 03 Nov 2005 17:32:55 +0100
> > Sebastian Mork <[EMAIL PROTECTED]> wrote:
> >
> > > Hi,
> > >
> > > in my app I use cfx_openimage  (in a shared hosting environment
> running
> > > win(nt?), cfmx7.0).
> > > I used the tag for months for reading images to get infos about the
> > > dimension without poblems.
> > > suddenly, two days ago a user told me he gets an error viewing some
> > > other user profiles.
> > > hmm, thats strange, from one day to another the cfx_tag produces an
> > > error, the html-title says 'jrun servlet error' and '500 null' is
> shown.
> > >
> > > the hosting-comp. said thay didn't change anything. and I did not
> change
> > > anything in the code, too.
> > > they restarted cfmx and the whole server without success.
> > > and, I read cfx_openimage needs a temp-dir (c:\temp), but they
> didn't
> > > delete that dir and the installation of that tag is made in the
> > > default-directory..
> > > so what??
> > > I've created a test-page with the following code, its just an
> example,
> > > that code worked fine in my app:
> > >
> > > #filename# is:
> D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> > > code:
> > >  > >   ACTION="IML"
> > >   FILE="#filename#"
> > >   COMMANDS="getsize">
> > > heres the test-page: http://friendcom.de/sc/views/test.cfm
> > >
> > > any ideas?
> > >
> > > thx
> > >
> > > --
> > > Sebastian Mork <[EMAIL PROTECTED]>
> > >
> > >
> > >
> >
> >
>
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223170
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Tim Laureska
Is Alagad capable of automatically resizing an image uploaded by someone
to a site? I would imagine so, but just checking

-Original Message-
From: Joe Rinehart [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 04, 2005 6:29 AM
To: CF-Talk
Subject: Re: what do you use instead of cfx_openimage?

Alagad Imaging Component.  No custom tag to install, no Java to
explore, just a CFC to drop in.  And it works.

It does a lot, and I think it's well worth the price - I think it's like
$75.


On 11/3/05, Sebastian Mork <[EMAIL PROTECTED]> wrote:
> is nobody using cfx_openimage? is there another similar good tool (for
> easy setup&use in shared hosting environment)
>
> I wanna resize images and read image dimensions..
>
> what are you using?
>
> --
> Sebastian Mork
> [EMAIL PROTECTED]
> --
>
> On Thu, 03 Nov 2005 17:32:55 +0100
> Sebastian Mork <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > in my app I use cfx_openimage  (in a shared hosting environment
running
> > win(nt?), cfmx7.0).
> > I used the tag for months for reading images to get infos about the
> > dimension without poblems.
> > suddenly, two days ago a user told me he gets an error viewing some
> > other user profiles.
> > hmm, thats strange, from one day to another the cfx_tag produces an
> > error, the html-title says 'jrun servlet error' and '500 null' is
shown.
> >
> > the hosting-comp. said thay didn't change anything. and I did not
change
> > anything in the code, too.
> > they restarted cfmx and the whole server without success.
> > and, I read cfx_openimage needs a temp-dir (c:\temp), but they
didn't
> > delete that dir and the installation of that tag is made in the
> > default-directory..
> > so what??
> > I've created a test-page with the following code, its just an
example,
> > that code worked fine in my app:
> >
> > #filename# is:
D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> > code:
> >  >   ACTION="IML"
> >   FILE="#filename#"
> >   COMMANDS="getsize">
> > heres the test-page: http://friendcom.de/sc/views/test.cfm
> >
> > any ideas?
> >
> > thx
> >
> > --
> > Sebastian Mork <[EMAIL PROTECTED]>
> >
> >
> >
>
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223169
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


Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Pete Ruckelshaus
I use Massimo Foti's tmt_img for resizing images and getting
dimensions.  It's free and it works great.  Email me offline if you
need some code samples.

Pete

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223168
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Joe Rinehart
Alagad Imaging Component.  No custom tag to install, no Java to
explore, just a CFC to drop in.  And it works.

It does a lot, and I think it's well worth the price - I think it's like $75.


On 11/3/05, Sebastian Mork <[EMAIL PROTECTED]> wrote:
> is nobody using cfx_openimage? is there another similar good tool (for
> easy setup&use in shared hosting environment)
>
> I wanna resize images and read image dimensions..
>
> what are you using?
>
> --
> Sebastian Mork
> [EMAIL PROTECTED]
> --
>
> On Thu, 03 Nov 2005 17:32:55 +0100
> Sebastian Mork <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > in my app I use cfx_openimage  (in a shared hosting environment running
> > win(nt?), cfmx7.0).
> > I used the tag for months for reading images to get infos about the
> > dimension without poblems.
> > suddenly, two days ago a user told me he gets an error viewing some
> > other user profiles.
> > hmm, thats strange, from one day to another the cfx_tag produces an
> > error, the html-title says 'jrun servlet error' and '500 null' is shown.
> >
> > the hosting-comp. said thay didn't change anything. and I did not change
> > anything in the code, too.
> > they restarted cfmx and the whole server without success.
> > and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
> > delete that dir and the installation of that tag is made in the
> > default-directory..
> > so what??
> > I've created a test-page with the following code, its just an example,
> > that code worked fine in my app:
> >
> > #filename# is: 
> > D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> > code:
> >  >   ACTION="IML"
> >   FILE="#filename#"
> >   COMMANDS="getsize">
> > heres the test-page: http://friendcom.de/sc/views/test.cfm
> >
> > any ideas?
> >
> > thx
> >
> > --
> > Sebastian Mork <[EMAIL PROTECTED]>
> >
> >
> >
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223166
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


RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Robertson-Ravo, Neil (RX)
Just using the available underlying methods in the JVM.





-Original Message-
From: Sebastian Mork [mailto:[EMAIL PROTECTED] 
Sent: 04 November 2005 00:43
To: CF-Talk
Subject: what do you use instead of cfx_openimage?

is nobody using cfx_openimage? is there another similar good tool (for
easy setup&use in shared hosting environment)

I wanna resize images and read image dimensions..

what are you using?

--

Sebastian Mork
[EMAIL PROTECTED]
--

On Thu, 03 Nov 2005 17:32:55 +0100
Sebastian Mork <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> in my app I use cfx_openimage  (in a shared hosting environment running
> win(nt?), cfmx7.0).
> I used the tag for months for reading images to get infos about the
> dimension without poblems.
> suddenly, two days ago a user told me he gets an error viewing some
> other user profiles.
> hmm, thats strange, from one day to another the cfx_tag produces an
> error, the html-title says 'jrun servlet error' and '500 null' is shown.
> 
> the hosting-comp. said thay didn't change anything. and I did not change
> anything in the code, too.
> they restarted cfmx and the whole server without success.
> and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
> delete that dir and the installation of that tag is made in the
> default-directory..
> so what??
> I've created a test-page with the following code, its just an example,
> that code worked fine in my app:
> 
> #filename# is:
D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> code: 
>ACTION="IML" 
>   FILE="#filename#" 
>   COMMANDS="getsize">
> heres the test-page: http://friendcom.de/sc/views/test.cfm
> 
> any ideas?
> 
> thx
> 
> -- 
> Sebastian Mork <[EMAIL PROTECTED]>
> 
> 
> 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223164
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


Re: what do you use instead of cfx_openimage?

2005-11-03 Thread James Holmes
Alagad Imaging Component

On 11/4/05, Sebastian Mork <[EMAIL PROTECTED]> wrote:
> is nobody using cfx_openimage? is there another similar good tool (for
> easy setup&use in shared hosting environment)
>
> I wanna resize images and read image dimensions..
>
> what are you using?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223147
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: what do you use instead of cfx_openimage?

2005-11-03 Thread Sebastian Mork
:) hmm thx, I'll have a look at it
--
Sebastian Mork
[EMAIL PROTECTED]
--

On Thu, 03 Nov 2005 19:48:46 -0500
Claude Schneegans <[EMAIL PROTECTED]> wrote:

>  >>what are you using?
> 
> CFX_image
> 
> -- 
> ___
> REUSE CODE! Use custom tags;
> See http://www.contentbox.com/claude/customtags/tagstore.cfm
> (Please send any spam to this address: [EMAIL PROTECTED])
> Thanks.
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223144
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: what do you use instead of cfx_openimage?

2005-11-03 Thread Claude Schneegans
 >>what are you using?

CFX_image

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223142
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


what do you use instead of cfx_openimage?

2005-11-03 Thread Sebastian Mork
is nobody using cfx_openimage? is there another similar good tool (for
easy setup&use in shared hosting environment)

I wanna resize images and read image dimensions..

what are you using?

--
Sebastian Mork
[EMAIL PROTECTED]
--

On Thu, 03 Nov 2005 17:32:55 +0100
Sebastian Mork <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> in my app I use cfx_openimage  (in a shared hosting environment running
> win(nt?), cfmx7.0).
> I used the tag for months for reading images to get infos about the
> dimension without poblems.
> suddenly, two days ago a user told me he gets an error viewing some
> other user profiles.
> hmm, thats strange, from one day to another the cfx_tag produces an
> error, the html-title says 'jrun servlet error' and '500 null' is shown.
> 
> the hosting-comp. said thay didn't change anything. and I did not change
> anything in the code, too.
> they restarted cfmx and the whole server without success.
> and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
> delete that dir and the installation of that tag is made in the
> default-directory..
> so what??
> I've created a test-page with the following code, its just an example,
> that code worked fine in my app:
> 
> #filename# is: 
> D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
> code: 
>ACTION="IML" 
>   FILE="#filename#" 
>   COMMANDS="getsize">
> heres the test-page: http://friendcom.de/sc/views/test.cfm
> 
> any ideas?
> 
> thx
> 
> -- 
> Sebastian Mork <[EMAIL PROTECTED]>
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223141
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54