resizeQuality

Derek Bump webmaster at dreamscapesoftware.com
Tue Jul 27 08:37:16 EDT 2004


> 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" <frank at backtalk.com>
To: <use-revolution at lists.runrev.com>
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, use-revolution-request at lists.runrev.com 
> wrote:
> 
> > From: "Derek Bump" <webmaster at dreamscapesoftware.com>
> > Subject: resizeQuality
> > To: "How to use Revolution" <use-revolution at lists.runrev.com>
> > Message-ID: <002401c473b9$87a52e70$53d4e6cf at WorkPC>
> > 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
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 


More information about the use-livecode mailing list