Search found 2 matches

by mattlasvegas
2018-10-21T22:54:23-07:00
Forum: Users
Topic: Remapping a picture to a set color palette.
Replies: 3
Views: 6401

Re: Remapping a picture to a set color palette.

Yes, I think I figured it out too .... The problem is DON'T start with a jpg. I converted to a png and then used

convert in.png -resize WxH\~ +depth +dither -remap palette.png out.png

and then make sure that when creating the palette.png it is not dithered either.
by mattlasvegas
2018-10-20T23:34:09-07:00
Forum: Users
Topic: Remapping a picture to a set color palette.
Replies: 3
Views: 6401

Remapping a picture to a set color palette.

So I am writing this program from a friend who does crystal/beading. The se-up is a follows. 1. These beads come in a number of different colors (each has a number and a name). I have a picture that shows each of these colors. I manually cropped a small sample of each color into a file called XXX.pn...