Order Indexed Colour Palette
Order Indexed Colour Palette
Is it possible to sort indexed palettes with ImageMagick? I want colour 0 to always be the darkest colour. I can do this in GIMP simply by going from RGB to Indexed.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Order Indexed Colour Palette
IM has no facility for the user to specify a particular palette order.
snibgo's IM pages: im.snibgo.com
Re: Order Indexed Colour Palette
Unfortunate! I'll have to script in a second process to do that then. Thanks for the quick reply snibgo.