09-03-2023, 07:42 AM
(09-03-2023, 01:07 AM)xyzett Wrote: Hey, I want to refresh my Logo. The Letters and shapes were build on bad pixel at least by widescreen. I figured out how to convert letters and path with ai to .svg (Vector), it’s so sharp.
But with Gimp 2.8.22 I’m not able to put back that color gradient to imported path.The result should be a .png and not a .svg.. So can you help me please with mixing that sharp vectors with the color gradient?When I convert a gimp path to selection, the pixels unfortunately always come back.
When you convert path to a selection, the pixels among the edge (so more or less the pixels that are traversed by the path get various levels of selection/opacity, in relation to their area inside the path. This is perfectly normal and is called "anti-aliasing" and this is what makes smooth-looking shapes (even if when you zoom in you see a jumble of pixels).
If you want to process a SVG the real application to use is Inkscape, which is the canonical SVG editor (and it will also do the anti-aliasing).