<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Basically, what you need to do is create a script
that pops them into a locked image (to force a resize) then exports them into a
file in whatever format you want. If you want to get superfancy you can also set
it up so that you keep the aspect ratio of the original graphic in the
thumbnail.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have done something like this, so if you want
specific scripting help on how to do it, I would be happy to share the scripting
I have done.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=RGould8@aol.com href="mailto:RGould8@aol.com">RGould8@aol.com</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=use-revolution@lists.runrev.com
href="mailto:use-revolution@lists.runrev.com">use-revolution@lists.runrev.com</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, August 13, 2003 8:37
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Best way to create
thumbnails?</DIV>
<DIV><BR></DIV><FONT face=arial,helvetica><FONT face=Geneva color=#000000
size=2 FAMILY="SANSSERIF">I've got an app which I've written (quite rapidly
thanks to Revolution), which allows the user to drag-and-drop JPEG images from
their hard-drive, and it automatically uploads them to a central repository
known only to the app. This is working great, but I'd like to do one
more thing - - - I'd like to see if it's possible for Revolution to create a
thumbnail image of each JPEG image that's getting uploaded, and place the
thumbnails within another directory on the server.<BR><BR>I'm looking for
advice as to the best way to accomplish this - - - since I'm just FTPing the
images right from the hard-drive to the server, I'm not actually opening and
reading the image files. Should I assume that I need to alter this
strategy and have Rev open each image file before it gets uploaded, and take a
snapshot of each image and shrink it and save it out as a thumbnail JPEG - - -
then FTP both the full-size image as well as the thumbnail image?
There's no "create thumbnail from JPEG" command that I've missed in Rev is
there?</FONT><FONT face=Geneva color=#000000 size=2 FAMILY="SANSSERIF"></FONT>
</FONT></BLOCKQUOTE></BODY></HTML>