Order Indexed Colour Palette

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mattyrb
Posts: 19
Joined: 2018-10-03T08:08:10-07:00
Authentication code: 1152

Order Indexed Colour Palette

Post by mattyrb »

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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Order Indexed Colour Palette

Post by snibgo »

IM has no facility for the user to specify a particular palette order.
snibgo's IM pages: im.snibgo.com
mattyrb
Posts: 19
Joined: 2018-10-03T08:08:10-07:00
Authentication code: 1152

Re: Order Indexed Colour Palette

Post by mattyrb »

Unfortunate! I'll have to script in a second process to do that then. Thanks for the quick reply snibgo.
Post Reply