05-17-2018, 01:30 AM
The first problem is just incorrect width on 1D mode: set it to 64 and you're good.
The second problem looks like an amalgamation of two problems: an off-by-one error and and incorrect width.
Your width must be set to 64 on 1D mode...
...but the edges are likely to be garbled because however you're reading your palette/image data, you're beginning to read data from N while you should be reading from N+1 or N-1 (or something)
I don't know about Ploaj's provided tools but if they can fine tune offsets, try either that or some other codec.
The second problem looks like an amalgamation of two problems: an off-by-one error and and incorrect width.
Your width must be set to 64 on 1D mode...
...but the edges are likely to be garbled because however you're reading your palette/image data, you're beginning to read data from N while you should be reading from N+1 or N-1 (or something)
I don't know about Ploaj's provided tools but if they can fine tune offsets, try either that or some other codec.