Code: [Select]Image2PCE 0.1.8 - Export date : 20/02/2014 23:04:54BAT.bin 1280 bytesPAL.bin 32000 bytesDATA.bin 512 bytes-------------------------BAT Size 32x20 Tiles -> 256x160 Pixels16 palettes used.It kind of got PAL.bin and DATA.bin's file sizes backwards. Also, DATA.bin was listed as twice as large as it really is. Other than that, so far so good, it seems. The log is just a minor detail.
Image2PCE 0.1.8 - Export date : 20/02/2014 23:04:54BAT.bin 1280 bytesPAL.bin 32000 bytesDATA.bin 512 bytes-------------------------BAT Size 32x20 Tiles -> 256x160 Pixels16 palettes used.
Yeah touko, this is a pretty sweet app so far. I like that you can specify the number of palettes it's allowed to use... that helps for making things like digital comics where it's useful to have one palette set aside for text displays.
I'm just glad that they will be able to keep improving this, as this is an awesome start. I'm kind of curious as to why it doesn't have BMP support... one of the easiest file formats to parse. Not a huge issue, just a curiosity. The "CRT Emul" option in the "PCE Render" tab is nice... that was an interesting and useful addition.
Quote from: The Old Rover on February 21, 2014, 12:29:58 PMI'm just glad that they will be able to keep improving this, as this is an awesome start. I'm kind of curious as to why it doesn't have BMP support... one of the easiest file formats to parse. Not a huge issue, just a curiosity. The "CRT Emul" option in the "PCE Render" tab is nice... that was an interesting and useful addition.The Old Rover : The reason is simple, the standard java api don't The function from java api I'm using doesn't support this format. I gonna see what can i do for bmp files.
So there's gonna be support for XOR pattern dither? Oouuu :3 How hard is it to great GUI apps in java?
Trame will be active on the next version.
How hard is it to great GUI apps in java?
Quote from: beddy on February 24, 2014, 08:13:48 PMTrame will be active on the next version. Oh, so "Trame" is French for dithering (halftone / XOR dither)?Can I request an option that Image2PCE does NO colour remapping? I load in a 16-colour image file that has a correct palette already and in the correct order; I don't want it removing or altering any colours in the original image, only to make a MAP and remove duplicate tiles.Also, right now I'm testing out a 1024x512 map and the tile data is 50% garbage... :-(
Yes, but AFTER tile optimization, the number of unique tiles can possibly be below the limit for a map of that size (49152 bytes, or 1536 unique tiles), so the "remove duplicate tiles" feature should not be within the constraints of PCE memory.