Suggestions by DawnBringer.
"A reduce to X should do just
that. Zap will remove unused. And reduce to uniques will remove duplicates.
If reduce uniques works like it does now there is no direct way to only
remove duplicates. As it is now; reduce to unique is the same as Zap +
rearrange palette, right? (Ed. note: Almost, except that Zap sets the colors to
a RGB value chosen by the user, instead of #000000)
Possible operations:
A: Remove palette duplicates
B: Remove unused colors
C: Rearrange palette (compact and replace unused with black)
(D: And reduce to x)
Six possible combinations...
A, B, A+B, A+C, B+C, A+B+C
...a little much, so the best option to put some of these in some
drop-menu for use one-at-a-time...
Luckily for me I already have a script that does all this! :D (And gosh,
was it confusing with these options and combinations...)"
Original issue reported on code.google.com by yrizoud on 23 Aug 2010 at 5:18
Original issue reported on code.google.com by
yrizoud
on 23 Aug 2010 at 5:18Attachments: