Create colormap from multiple images
Posted: 2014-05-02T03:55:37-07:00
Hi,
I have a series of large images (14000x14000+) which I need to resize and convert to 256 colours, however when converting these using -resize <width>x<height> -dither None -colors 256 I find that the colours don't quite match at the tile borders. I would like to generate a colormap across all the images to ensure they match but the images are too large to fit into memory when combined.
Is there a way to do this with ImageMagick?
Thanks in advance.
I have a series of large images (14000x14000+) which I need to resize and convert to 256 colours, however when converting these using -resize <width>x<height> -dither None -colors 256 I find that the colours don't quite match at the tile borders. I would like to generate a colormap across all the images to ensure they match but the images are too large to fit into memory when combined.
Is there a way to do this with ImageMagick?
Thanks in advance.