CTF Loader is not what you think, it's not a process related to Clickteam at all, it's a Microsoft process lol
Printable View
CTF Loader is not what you think, it's not a process related to Clickteam at all, it's a Microsoft process lol
Just to make sure, here's the one. It's loaded as extension icon, and i think the compression is by reducing it to x number of colours, using a palette I think, since it's not got that many colours anyway.
... fixed link.
When are forum posts going to be editable again?
Yes apparently it's a 16-color PNG, which is not supported (when you drop it to the frame editor it won't give you the ability to create active or backdrop objects).
Three cheers for Phi!!!
edit: and Simon :)
TinyPNG also generates 256-color PNGs, it depends on the number of used colors in the image, I remember I fixed something a long time ago as there was another issue with it.
There is no plan for supporting less than 256-color PNGs in Fusion, possibly lot of work, I'll take a look if I've some time later.
It's fine if you don't, it's just strange that MSPaint and the like have no issue loading it, though.
Seems like ImportImageFromInputFile doesn't set a specific error code anywhere, so it's not easy to figure out it's 16-color.
I've implemented a check that'll get the bit depth by skipping past the PNG header.