Path: utzoo!utgpu!watmath!iuvax!pur-ee!pur-phy!tlm From: tlm@pur-phy (Timothy Lee Meisenheimer) Newsgroups: comp.sys.amiga Subject: Re: Two Image Questions Message-ID: <2303@pur-phy> Date: 7 Jun 89 20:44:18 GMT References: <1342@psueea.UUCP> Reply-To: tlm@newton.physics.purdue.edu.UUCP (Timothy Lee Meisenheimer) Organization: Purdue Univ. Physics Dept., W. Lafayette, IN Lines: 16 In article <1342@psueea.UUCP> bartonr@psu-cs.cs.pdx.edu (=> robart <=) writes: > >2) What exactly does Image.Depth refer to? Is it the number of planes >represented by Image.ImageData, or the number of "picked" planes plus the >number of "on" planes? The number of bit planes in Image.ImageData! Image.PlanePick and Image.PlaneOnOff do the rest of the magic. On a similar vain, what if you want to use an image that is wider than 32 bits? What are work arounds which other have used? Is the simplest way to use two images? What is the limit on the length on an image? What if I want to make an image for a gadget that is wider than 32 bits? Say something like 60 pxls wide? There's no info in any of the books that I have access to (RKM's, Peck and Mortimer). Anybody have some good ideas or example programs? I'll redirect to .tech. tlm@newton.physics.purdue.edu