> You probably know this already, but how you use "resizeQuality" is not > obvious. I assumed it would be a global command like jpegQuality, e.g. > > set the resizeQuality to "best"
Yes, I do know about this. What I am trying to figure out is the different quality levels I can set for an image. For example... set the resizeQuality to "best" set the resizeQuality to "good" set the resizeQuality to "poor" The only thing I can't figure out is why the developers never included this in the documentation. Derek Bump Dreamscape Software ____________________________________________ Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com ----- Original Message ----- From: "Frank Leahy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 27, 2004 4:32 AM Subject: Re: resizeQuality > Derek, > > You probably know this already, but how you use "resizeQuality" is not > obvious. I assumed it would be a global command like jpegQuality, e.g. > > set the resizeQuality to "best" > > But no, you need to set it on individual images like this: > > if the platform = "Win32" then > put the short name of this stack into stackName > set the resizeQuality of image theImageName of stack stackName > to "best" > end if > > You don't need the if statement, but I do it that way -- and yes, you > seem to need to specify the stack name as well. > > Also, you need to call this *before* you've done anything to the image > like set the fileName, imported an image, etc. > > -- Frank > > Web Photos Pro: Software for Photo Bloggers and Other Photo Power Users > See us on the web at http://www.webphotospro.com/ > > On Jul 27, 2004, at 11:12 AM, [EMAIL PROTECTED] > wrote: > > > From: "Derek Bump" <[EMAIL PROTECTED]> > > Subject: resizeQuality > > To: "How to use Revolution" <[EMAIL PROTECTED]> > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Alright, I need to know what the quality options for the setting > > resizeQuality are. Is it the following > > > > good > > better > > best > > > > Any help would be great! > > > > > > Derek Bump > > Dreamscape Software > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution >
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
