Hammarberg / pixcen

Low level Windows pixel editor for C64
http://binarybone.com/pixcen
GNU General Public License v3.0
53 stars 7 forks source link

Saving of .col files sometimes fails #37

Open RobertTroughton opened 5 years ago

RobertTroughton commented 5 years ago

Repro:-

1) load a PNG that's, for example, 320x184 pixels .. load it as multicolour char (this part might not matter?);

2) "save as" and select .col file.

This asserts as it checks/updates 1000 color entries - when in fact there are only 920.

I have a fix for this - which I'll create a Pull Request for.