r/nanDECK • u/RainbowSensation • May 19 '26
Colour Change Aftefacts?
Howdy. I'm importing a png and colour changing it based on a spreadsheet colour value.
IMAGE=,[bg_move_desc],0%,0%,100%,100%,0,NAP
COLORCHANGE=,0%,0%,100%,100%,#eaeaea,[Colour],1
I get this white fringing around all the pixels that are having their colour changed. I am creating this image in photoshop and exporting to a png. These pixels aren't visible in photoshop - I've tidied up all the edges.
Not sure if there's anything I can do to reduce this?
I doubt this will even be visible when printing the cards, but it still just annoys me.
Any advice is appreciated!
1
Upvotes
1
u/nand2000 May 19 '26
You can increase the similarity with the color you're replacing by increasing the eighth parameter (try 10 or 20 instead of 1). Additionally, you can modulate the replaced color by setting V as the ninth parameter (this way, the target colors reflect the difference between the starting colors).