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!]
