What do you get when you do: InputImage = Image.FromStream(... and the file is a .gif Is InputImage.Palette the palette of the gif file. I ask because I always find it to be Nothing But the InputImage displays OK as a Bitmap Thanks If that is not the .gif palette is that something in Dotnet to get the bitmap?
I checked this out with one of Powel's programs and the answer is: yes " active" wrote in message news:e4%23iA8EvHHA.1204@TK2MSFTNGP03.phx.gbl... > What do you get when you do: > > InputImage = Image.FromStream(... > > and the file is a .gif > > Is InputImage.Palette the palette of the gif file. > > I ask because I always find it to be Nothing > > But the InputImage displays OK as a Bitmap > > > > Thanks > > > > If that is not the .gif palette is that something in Dotnet to get the > bitmap? > > > > > > > > > > > > > >