Short: Edit IFF-ILBM Palettes Author: Rob Cranley Uploader: robcranley gmail com (Rob Cranley) Type: gfx/misc Version: 1.2 Requires: AGA Architecture: m68k-amigaos >= 3.0 PaletteEd ~~~~~~~~~ PaletteEd is a tool for editing palette objects. It's similar to the palette editing features of DeluxePaint, PersonalPaint etc., but has some advanced features and a stand-alone GUI to make editing palettes simple. I wrote it to help with putting together a palette for a game, which required colours to be set at certain positions for sprites etc., and the paint package palette editors just didn't make it as easy as it could have been. Special features include: - Ability to multi-select pens - Cut, copy and paste pens - Move, swap, spread and copy over pens - Insert palette entries at any position, either from IFF-ILBM files or from other screens - Multiple undo levels - Ability to preview changes on an image of your choice - Ability to save previewed bitmap with new palette - Status bar giving details of selected pens (e.g. sprite bank pen number) - Edit colours in RGB, HSL or hexadecimal formats - Recognition of standard HTML colours - Ability to select colours by name PaletteEd uses the hardware palette registers directly, and so requires the AGA chipset to run. Perhaps in the future I'll make it RTG friendly... Changes in this Version ~~~~~~~~~~~~~~~~~~~~~~~ 1.2 (18.11.2017) - Fixed all-black pull-down menus bug - Added optional recognition of standard HTML colours - Added function for selecting colours by name - Some code clean ups