Hi

The answer is very simple, a jpg is 32 bit (I believe) and is compressed.
Director has to decompress the image in order to display it. So while the
compressed file size is 32 k, the image info uncompressed is giving you the
1.2MB file size. Basically if you want to think of it somewhat
mathematically, determine the pixel width and pixel hieght of the image,
multiply them together then multiply that by 32 to get the number of bits
required to encode that image's data. Then divide the resulting number by
1024 to get its size in KBytes and divide that number again by 1024 to get
its size in MB. That is the actual uncompressed image size based on its
image data. When jpg compresses things, it does it by dropping out image
info that might not be readily distinguishable via the naked human eye, the
more you compress it however, the more info is lost and it begins to become
noticiably ugly.  Does that help at all?

Sincerely

Mark

--------------------------------------------
Mark R. Jonkman
Mark R. Jonkman Consulting
ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA N1E 3L4
PHONE: 519-837-8509
EMAIL: [EMAIL PROTECTED]
--------------------------------------------


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to