1. palettes
- Posted by Beaumont Furniss <bfurniss at IHUG.CO.NZ> May 05, 2000
- 423 views
I suppose I'm repeating myself now , anyway.... Does anyone know how to load multiple *.gif images with different palette values [assignments] onto the same screen and have them displayed in their correct colours simultaneously ? The paletteData is always available for each *.gif after being loaded. Presently I imagine that one needs to re-assign palette values or have some type of translation table for each *.gif ; how tedious. Net-Tamer V 1.11 - Test Drive
2. Re: palettes
- Posted by "Lucius L. Hilley III" <lhilley at CDC.NET> May 05, 2000
- 436 views
To view images with completely different palettes simultaneously you must use a video mode that doesn't have a palette. 16-bit or 24-bit color. 24-bit is true-color. Both modes can be reached using Neil.e by Pete Eberlein. Lucius L. Hilley III lhilley at cdc.net +----------+--------------+--------------+ | Hollow | ICQ: 9638898 | AIM: LLHIII | | Horse +--------------+--------------+ | Software | http://www.cdc.net/~lhilley | +----------+-----------------------------+ > ---------------------- Information from the mail header ----------------------- > Sender: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU> > Poster: Beaumont Furniss <bfurniss at IHUG.CO.NZ> > Subject: palettes > -------------------------------------------------------------------------- ----- > > I suppose I'm repeating myself now , anyway.... > > Does anyone know how to load multiple *.gif images with different > palette values [assignments] onto the same screen and have them displayed > in their correct colours simultaneously ? > > The paletteData is always available for each *.gif after being loaded. > > Presently I imagine that one needs to re-assign palette values or have > some type of translation table for each *.gif ; how tedious. > > > Net-Tamer V 1.11 - Test Drive >
3. Re: palettes
- Posted by Colin Taylor <ctaylor at RACSA.CO.CR> May 05, 2000
- 409 views
Beaumont Furniss wrote: > Does anyone know how to load multiple *.gif images with different > palette values [assignments] onto the same screen and have them displayed > in their correct colours simultaneously ? If you are using a 256-color graphics mode, then you must remap all the images to a common (shared) palette. This common pallette can be a standard palette (eg. Windows palette) or a custom palette which best fits your images. If you search the Euphoria archives you will find several programs which should help you. Colin Taylor
4. Re: palettes
- Posted by Beaumont Furniss <bfurniss at IHUG.CO.NZ> May 06, 2000
- 441 views
I'm limited , presently, to 256 colours ; from a palette of 256000. I downloaded Neil.e awhile ago , this is quite a comprehensive piece of software. I'd very much like to have 16,24,32-bit , or greater ? , colour range ; this is something for the future. Unlike some , I don't suffer from colour blindess , though my vision ----- is slightly impaired ; I still perceive subtle shades and hues. EU>Received: (qmail 17157 invoked from network); 5 May 2000 12:14:31 EU>Sender: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV. EU>MUOHIO.EDU> EU>To view images with completely different palettes simultaneously you EU>must use a video mode that doesn't have a palette. 16-bit or EU>24-bit color. 24-bit is true-color. Both modes can be reached EU>using Neil.e by Pete Eberlein. EU>Lucius L. Hilley III EU>lhilley at cdc.net EU>+----------+--------------+--------------+ EU>| Hollow | ICQ: 9638898 | AIM: LLHIII | EU>| Horse +--------------+--------------+ EU>| Software | http://www.cdc.net/~lhilley | EU>+----------+-----------------------------+ EU>> ---------------------- Information from the mail EU>header ----------------------- EU>> Sender: Euphoria Programming for MS-DOS EU><EUPHORIA at LISTSERV.MUOHIO.EDU> EU>> Poster: Beaumont Furniss <bfurniss at IHUG.CO.NZ> EU>> EU>-------------------------------------------------------------------- EU>------ ----- > EU>> I suppose I'm repeating myself now , anyway.... EU>> Does anyone know how to load multiple *.gif images with EU>>different palette values [assignments] onto the same screen and EU>>have them displayed in their correct colours simultaneously ? EU>> The paletteData is always available for each *.gif after being EU>loaded. > EU>> Presently I imagine that one needs to re-assign palette values EU>>or have some type of translation table for each *.gif ; how EU>tedious. > EU>> Net-Tamer V 1.11 - Test Drive Net-Tamer V 1.11 - Test Drive