Lingo Dictionary > G-K > imageQuality |
![]() ![]() ![]() |
imageQuality
Syntax
member(
whichMember
).imageQuality
the imageQuality of member
whichMember
Description
This bitmap cast member property indicates the level of compression to use when the member's imageCompression
property is set to #jpeg
. The range of acceptable values is 0-100. Zero yields the lowest image quality and highest compression; 100 yields the highest image quality and lowest compression.
This property is settable only during authoring and only affects cast members when saving a movie in Shockwave format. The compressed image can be previewed via the Otimize in Fireworks button in the Property Inspector's Bitmap tab or the Preview in Browser command in the File menu.
If an image cast member's imageCompression
property is set to #MovieSetting
, the movie property movieImageQuality
is used instead of imageQuality
.
See also
imageCompression
, movieImageCompression
, movieImageQuality
![]() ![]() ![]() |