
Search found 6 matches
- 2015-10-08T10:58:34-07:00
- Forum: Users
- Topic: Force use of palette, exactly as given?
- Replies: 14
- Views: 20424
Re: Force use of palette, exactly as given?
Yes. Here is a PNG that just happens to have the palette and the pixels in the image mapped 1:1.


- 2015-10-07T01:25:54-07:00
- Forum: Users
- Topic: Force use of palette, exactly as given?
- Replies: 14
- Views: 20424
Re: Force use of palette, exactly as given?
fmw42 - Yep, unfortunately dithering options make no difference.
snibgo - Yeah, I can do this with several other tools, but the whole point was I needed it to be automated and scriptable.
Here's what I need the palette to be:
https://dl.dropboxusercontent.com/u/56649001/what_i_need.PNG
Here's ...
snibgo - Yeah, I can do this with several other tools, but the whole point was I needed it to be automated and scriptable.
Here's what I need the palette to be:
https://dl.dropboxusercontent.com/u/56649001/what_i_need.PNG
Here's ...
- 2015-10-06T16:12:38-07:00
- Forum: Users
- Topic: Force use of palette, exactly as given?
- Replies: 14
- Views: 20424
Re: Force use of palette, exactly as given?
Hi fmw42,
Thanks for your reply. That is exactly what I am doing. I am remapping the image to a palette stored in an 8-bit PNG with the exact colours I need in the exact order I need.
The problem is the remap is "lossy". It does not use the 256 colour pallete as it is provided. It re-orders the ...
Thanks for your reply. That is exactly what I am doing. I am remapping the image to a palette stored in an 8-bit PNG with the exact colours I need in the exact order I need.
The problem is the remap is "lossy". It does not use the 256 colour pallete as it is provided. It re-orders the ...
- 2015-10-06T14:47:03-07:00
- Forum: Users
- Topic: Force use of palette, exactly as given?
- Replies: 14
- Views: 20424
Re: Force use of palette, exactly as given?
Well, if that's true that really sucks... and I have a feature request 

- 2015-10-06T14:34:54-07:00
- Forum: Users
- Topic: Force use of palette, exactly as given?
- Replies: 14
- Views: 20424
Re: Force use of palette, exactly as given?
Thanks for the response, snibgo. Unfortunately, that option seems to make absolutely no difference at all. :/
- 2015-10-06T14:09:26-07:00
- Forum: Users
- Topic: Force use of palette, exactly as given?
- Replies: 14
- Views: 20424
Force use of palette, exactly as given?
Hi guys,
I'm trying to generate textures for the Quake engine. The textures must be in PCX format and they must use a strict 256 colour palette.
http://quakewiki.org/wiki/Quake_palette
https://dl.dropboxusercontent.com/u/56649001/quake1palette.png
The palette in the PCX must be EXACTLY as ...
I'm trying to generate textures for the Quake engine. The textures must be in PCX format and they must use a strict 256 colour palette.
http://quakewiki.org/wiki/Quake_palette
https://dl.dropboxusercontent.com/u/56649001/quake1palette.png
The palette in the PCX must be EXACTLY as ...