snibgo wrote: ↑2017-07-06T14:16:53-07:00 I don't understand what problem you are trying to solve. You have linked to two files. Exiftool says they are both palette files. So what?
You have shown two screnshots. From what software? Relating to what files? They say one file is "Bit depth 32" whatever that means, the other is "Bit depth 8". So what is the problem?
They are not both pallet files, only the converted image is a palette file.
The software you're asking about is Windows property viewer but you can look in almost any image application to see what the issue is, IM is converting a 32 bit image (I'm guessing it's optimizing because it only has one color) to a indexed image. So the problem is; it's converting a 32 bit image to a 8 bit indexed image when using the flag 'PNG00' Every other bit depth works perfectly. I can't have it optimize like that because I need to convert a 32 bit to a 32 bit, not an 8 bit.
Thanks guys, let me know if this is actually an issue or if I'm just being stupid and missing a flag.