The image converter is really cool. Is it available to download anywhere? And for risk of blasphemy can you run it on a mac?
Actually, yes. Well.. I need to get a Mac first, but yeah Win, Mac, Linux. The GUI is completely internal (my own code) and the interface is SDL. I'm on the hunt for a cheap but capable mac book.
Good converter tom, but i see you have the same issue than pce image converter when multiple palettes are used .
Some tiles look wrong .
Those artifacts are from other conversion apps (promotion or image2pce - I forget which).
It is *really* hard (IMHO) to do good palette reduction (with/without dithering) and simultaneous tile-palette (or sub-palette, or whatever you choose to call things) conversion.
What algorithm have you chosen to use for your base-conversion?
The best palette reduction & dithering that I've personally played with was the Neuquant neural-net algorithm as used by ...
http://pngnq.sourceforge.net/
The app isn't a
lossy conversion app like Image2pce, Promotion, Quither, or NitroCharacter Studio. The focus here is
lossless sorting of palettes; it's a tool for different types of image conversions. Automated tools are nice, but they only get you so far. For still pics, conversions by hand are better. The lossy reduction programs are a great starting point when doing stuff by hand too. But this tool allows you to work directly with tiles and palettes for editing out errors of above programs. It also tends to do a reduction sort (lossless) into fewer palettes than the other lossy programs output (usually by 1 or 2.. depending), so it's a nice way to use it to fix more apparent errors in those conversions (again, by hand using this app).
It has a bunch of other purposes and features/outputs, but I'm too lazy to write what they are right now - haha. It's pretty close to a public release.
Here's a pic conversion I did by hand with photoshop (80%) and finished it off with my app:
With my app, I was able to squeeze in some more color than I had done in photoshop simply because working directly with palettes in a more direct way, and having the palette sorting algo create a few alternate choices for me. It's at 120 colors currently with all 16 palettes (and 100% pce legal output).