hi richard,

as far as i know, when you import a jpg to a director cast, director
stores both the jpeg data as well as the the image in uncompressed form.
your jpgs are propably strongly compressed, that's why the file size
difference is that big. but when you publish the the cast (shockwave,
projector), the uncompressed image data is removed again and the
filesize gets smaller (depending on your compression settings).

best,
valentin

Richard Hebert wrote:
> I've already posted this on another forum. I've noticed that each time
> you import an image (for example a jpeg of 300KB and 24bits) Director
> stores it in the cast as a bitmap of 32 bits (OK, you can choose the
> 24bits option in the importing window, but it is a bitmap!!) that
> becomes about 7.3 MB!!!
>
> Each image I import, it always becomes about 20 times bigger. Besides
> that, I import the images dynamically, so I cannot select the colour
> bits of image...:
>
> newImage = new(#bitmap, castLib "temp")
> newImage.filename = gPathActual&gListaFotos[i]  -- it is the correct
> path
>
> Really don't know how to solve this... Any idea???
>
> TIA.
>
> Richard Hebert.
>
>
> [To remove yourself from this list, or to change to digest mode, go
> to http://www.penworks.com/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!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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