Disabling antialias on vector objects?

is there a way to disable antialias on vector paths and objects in krita so it doesn’t looks like this?

i like to use paths and wanna try pixelart in krita

Right-click, then add filter mask on vector layer, and apply curves with alpha curve showing a straight vertucal line in middle.

2 Likes

I want to do the same thing to disable the anti alias in vector curve but I am not quite get your point.
I add a filter mask on the vector layer, and then which filter I should apply?
Thanks

Thank you so much for this. I wish it wasn’t a crude way, but it works.
To those curious and a pixel artist like me,
Right click the Vector text you want to “disable the anti-aliasing” of.
Add → Filter Mask
Adjust → Color Adjustment → Channel: Alpha
Then put Input to 0 and Output to 255. Here’s a picture for those who wants to save it.

Please try @datagoblin’s C01 monogram font!

3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.

I followed this post but it still didn’t work for me, when I set the Output of the vector layer to 255 the entire layer turns black, and setting the Channel to Alpha didn’t do anything. That post was too confusing to me and I have dificulty following instructions

1 Like

@Zorubark The method described by @Reptorian is as shown here:

The upper text is the original with aliasing. The lower text has had all pixels with alpha greater than 0.5 increased to alpha = 1.0.
All pixels with alpha less than 0.5 have had alpha set to 0.

The control points of the curve can be moved to adjust the alpha point at which the transition occurs.
Notice the small opaque pixel where the ‘T’ vertical joins the horizontal part?
That could be removed by adjusting the transition point to be higher, maybe 0.6 instead of 0.5.

For the method decribed by @karamelflan, that sets all pixels to have alpha = 1.0 but there needs to be a way to ensure that pixels with alpha - 0 are not set to alpha = 1. You probably didn’t do that.

1 Like

Thank you sir.