AKASupernoober Posted May 20, 2023 Share Posted May 20, 2023 Basically, I have this thing that bugs me, whenever i use the pencil tool too fast, it makes it make diagonal pixels, like this But I don't want These kinds of diagonal pixels, I want every pixel to be connected by one pixel horizontally or vertically, like this. Is there some kind of filter that prevents these diagonal pixels, and makes it so that all the pixels are connected to another vertically or horizontally, instead of me having to go back and add the pixels manually. Quote Link to comment Share on other sites More sharing options...
Solution Rick Brewster Posted May 20, 2023 Solution Share Posted May 20, 2023 I think this is called "pixel perfect" drawing (for whatever reason). This has been suggested before, and I have the code for the basics of its implementation, but it is not integrated into the app yet. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Tactilis Posted May 20, 2023 Share Posted May 20, 2023 (edited) Why is it that the speed with which you draw the line makes such a difference? Moving the mouse quickly produces the thin line with pixels just touching at the corners. Moving more slowly (drawing a line of the same angle) produces a line that looks more like the "pixel perfect" drawing. Edited May 21, 2023 by Tactilis Typo fixed Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted May 20, 2023 Share Posted May 20, 2023 Actually I got it backwards -- I think the "pixel perfect" algorithm takes the 2nd and turns it into the 1st. 1 Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.