Pcx with indexed 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
marknicolai192
Posts: 1
Joined: 2019-05-03T01:56:10-07:00
Authentication code: 1152

Pcx with indexed palette

Post by marknicolai192 »

Hi all.
After weeks of googling and searching the forum, i decide to ask.
I have a pcx with indexed palette, I'm searching a way to offset the palette by one, or, add a color in the first position and move the others 1 position to the right.
The -cycle command doesn't help because it sends the last color in the first position.
Thank you.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Pcx with indexed palette

Post by fmw42 »

Imagemagick does not process or manipulate color tables (palettes).
Post Reply