Skip to main content
Participant
December 21, 2020
Question

Single pixel brushes

  • December 21, 2020
  • 1 reply
  • 1986 views

Hi, is it possible to create a single pixel brush in Fresco? The smallest brush size I found was 3px for the Pen brush. I'd like to use fresco for some pixel art and it would work beautifully - except for the lack of being able to place single pixels.

This topic has been closed for replies.

1 reply

Sjaani
Community Expert
Community Expert
December 21, 2020

You can get a 0.5 brush with a basic vector brush. Which will not do what you want.

Other than that I can only suggest looking for a brush you could import into Fresco which would allow you to get down to a single pixel.

Participant
December 22, 2020

Thanks for the reply, unfortunately this does not work. I tried exporting 1 pixel brushes from Photoshop, and after importing into Fresco the minimum size is still set to 3 pixels.

 

I don't understand why would there be this limit at all? It's as if someone went out of their way to prevent using 1 pixel brushes 🙂