Hi, sorry for the delay, just have reinstalled my computer,

welcome on the list

For the resize/crop process I use ImageMacick wich is absolutely free, I use
it within external calls, and that work great for me (I've attached the
original Jess Parker post)
see http://www.imagemagick.org/ for more infos
and http://www.dylanbeattie.net/magick/downloads.html to download the win32
binaries

If you want to use it and need some help, feel free to contact me off list,
you can quickly work on a tcf that will wrok for all your process

Hope this help

Gauthier

----- Original Message -----
From: "Fogelson, Steve" <[EMAIL PROTECTED]>
To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 04, 2002 3:37 PM
Subject: Snippets: was: Witango-Talk: Jump back two pages?


> Dan,
>
> I am new to the list. You mention Ben has a group of snippets that are
> posted. Where do I access them?
>
> In particular, I want to resize a downloaded image to a standard size and
> also a thumbnail. It appears I will have to use some third party software
to
> do this. I am looking for some code that will process third party software
> within a taf and any recommendations on the 3rd party software to use.
>
> Troy had mentioned there was a thread on this list addressing this issue
> some time back.
>
> Thanks
>
> Steve Fogelson
> Internet Commerce solutions
>
> -----Original Message-----
> From: Dan Stein [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 5:27 AM
> To: Multiple recipients of list witango-talk
> Subject: Re: Witango-Talk: Jump back two pages?
>
>
> Yep Ben's worked perfectly.
> Thanks to everyone who was up so late last night and helped me with this
and
> the email validation.
>
> I am going to test the email validations and then decide which one works
> best for us,
>
> When I'm done I'll compile them into a group of snippets and give them to
> Ben to post.
>
> Dan
>
>
>
> on 6/4/02 1:47 AM, Robert Garcia at [EMAIL PROTECTED] wrote:
>
> > No, Ben is right, it must be:
> >
> > <a href="javascript:history.go(-2)">Go Back 2</a>
> >
> > -1 goes back one, 1 goes forward one, etc.
>
> --
> Dan Stein
> Digital Software Solutions
> 799 Evergreen Circle
> Telford PA 18969
> Land: 215-799-0192
> Mobile: 610-256-2843
> FMP, WiTango, EDI,SQL 2000
> [EMAIL PROTECTED]
> www.dss-db.com
--- Begin Message ---
You can use ImageMagick (http://www.simplesystems.org/ImageMagick/) to resize images 
on Windows and Unix.  The package includes several command line tools that can be used 
in a batch file or shell script through the External action.  The command 
"C:\path\to\convert.exe -geometry 100x100 source.jpg target.gif" resizes an image.  
Note that Windows has a built in convert program, so specify the absolute path of 
ImageMagick's convert, or modify Path accordingly.

As with all External actions, verify that the batch file or shell script works from a 
prompt before executing it from a TAF.  You might want to redirect stderr into stdout 
by appending "2>&1" to your command.  Tango populates the resultSet from the contents 
of stdout only.

Be aware that resizing an image can take time.  You might want to make use of the push 
attribute to send a "Please be patient" message.

-----Original Message-----
From: Jason Darpa [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 06, 2000 6:46 PM
To: [EMAIL PROTECTED]
Subject: Image Resizer


Has anyone one any image resizing with Tango?  For example to make a thumbnail of an 
image?  Or does anyone know of a good reliable program that will do this with the help 
of Tango?

Thanks
Jason Darpa
[EMAIL PROTECTED]


The Tango-Talk List Server is a service of Pervasive Software 
<http://www.pervasive.com>
To remove yourself from this list click here: 
<mailto:[EMAIL PROTECTED]?subject=unsubscribe>
To obtain a list of commands for this list click here: 
<mailto:[EMAIL PROTECTED]?subject=help>

All Subscriptions can be maintained through http://devtalk.pervasive.com. Just Login 
first and go to the User Options page.

Sent to: [EMAIL PROTECTED]



The Tango-Talk List Server is a service of Pervasive Software 
<http://www.pervasive.com>
To remove yourself from this list click here: 
<mailto:[EMAIL PROTECTED]?subject=unsubscribe>
To obtain a list of commands for this list click here: 
<mailto:[EMAIL PROTECTED]?subject=help>

All Subscriptions can be maintained through http://devtalk.pervasive.com. Just Login 
first and go to the User Options page.

Sent to: [EMAIL PROTECTED]

--- End Message ---

Reply via email to