▲ 1 r/UVprinting
Finally fixed the white halo problem on my UV prints — sharing what worked
Been UV printing for about 6 months now (eufyMake E1) and the white border/halo around designs on dark substrates has been driving me insane. Tried everything:
- Adjusting white underbase choke (helped a little but didn't fix it)
- Defringe in Photoshop
- Select > Modify > Contract by 1px then delete
- Copying and merging the same layer 5 times (yes, I was that desperate)
Finally figured out the actual root cause: when you remove backgrounds with Canva, remove.bg, Photoshop magic wand, etc., the algorithm leaves behind semi-transparent pixels at the edges. They're literally invisible on your monitor — the alpha is like 2-5%. But the RIP software sees ANY alpha > 0 and generates solid white ink underneath it. That's the halo.
The fix is to "binarize" the alpha — force every pixel to be either fully opaque (255) or fully transparent (0), with nothing in between. And decontaminate the RGB color on those edge pixels so even the color layer is clean.
I found a free browser tool that does this automatically: ghost-pixel-cleaner.web.app
You upload your PNG, adjust the threshold (I use 128), and it shows you in real time which pixels are going to be removed (highlighted in green). Then you export and it gives you:
- _cmyk.png (color layer, clean edges)
- _white.png (underbase with automatic choke)
- _preview.png (composite on whatever substrate color you pick)
- _report.txt (stats)
The white layer is ALWAYS a subset of the CMYK layer so it physically can't extend beyond the color. Zero halo guaranteed.
Everything runs in the browser, your images never upload anywhere. Free for a couple exports, then you can watch an ad for more credits or pay $20 one-time for unlimited.
Honestly wish I'd found this months ago. Would've saved a lot of wasted material.
u/DrXpeK — 10 days ago