Discuss Scratch

Illusion705
Scratcher
500+ posts

Pen should be vector, or something less pixelated.

Support! This would make stamping sprites a lot nicer!
SuperSean12
Scratcher
500+ posts

Pen should be vector, or something less pixelated.

geometric_ghast wrote:

Pechu317 wrote:

support

SuperSean12 wrote:

+1 support
Next time you post, please do make sure to give a reason. Remember, the Scratch Team cares about why you support, not how many people support.
w h y d o e s e v e r y b o d y k e e p a s k i n g m e t h i s
Goodthingsaregood66
Scratcher
100+ posts

Pen should be vector, or something less pixelated.

Support, because i want to add a feature to my art project to make the pen quality high or low.
CatsUnited
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

CatsUnited (March 8th, 2015) wrote:

Support
Still do

I know that the pen object itself is a 1 pixel bitmap dot (at least it was last time I checked), though I'm sure it could be configured in a way where it could draw per-pixel based on the user's screen size rather than based on the resolution of the canvas like what happens to all other images. I think more people, particularly the art and aesthetic scene would use pen more if it was equivalent to vector in how sharp it looked, and it'd be a benefit to pretty much everyone.
mysterious-neutron
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

Support! Pixilation is very annoying.

It is also easy to implement. Currently the pen marks are saved in a png file (You can see it by downloading the project and renaming it as *.zip). We just need it to be a svg
lm1996
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

Is this for vector?
——————-
Support undecided
the2000
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

lm1996 wrote:

Is this for vector?
No, it's to stop the pen blocks from looking ugly and pixelated
lm1996
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

the2000 wrote:

lm1996 wrote:

Is this for vector?
No, it's to stop the pen blocks from looking ugly and pixelated
Oh, I see.
——–
Support because other people might want to use this.

Last edited by lm1996 (Feb. 3, 2021 21:06:37)

the2000
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

lm1996 wrote:

No support. Tbh I never use them so I don't really care.
That's a really really really really really really really really really really really really really really really really really really, REALLY REALLY bad reason not to support. I don't have use for a “detect country of user” block but I supported that one anyway because I don't see any reason not to.

Last edited by the2000 (Jan. 5, 2021 14:56:54)

SpinningCube
Scratcher
100+ posts

Pen should be vector, or something less pixelated.

Support, the current 481 x 361 pen rasterization is rather low res, would be cool so see a feature improving this. In the meantime we can use websites like turbowarp and forkphorus which have high res pen features.
gosoccerboy5
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

Support, pen should be related to the size of the canvas for higher quality, and should probably be higher quality in general. Turbowarp has a high quality pen mode and it looks great (phosphorus and forkphorus had this on automatically). Right now pen looks terribly grainy.
SpinningCube
Scratcher
100+ posts

Pen should be vector, or something less pixelated.

I do want to make a comment that the high quality pen mode on Turbowarp has one flaw, That being if you resized the window, it resizes the pen with it, and it causes some nasty artifacts, and all of your high quality pen strokes are gone and look terrible. So I hope, if this is implemented, that this problem can be avoided.

Illusion705 wrote:

Support! This would make stamping sprites a lot nicer!
Yes, I despise clones

Last edited by SpinningCube (Feb. 8, 2021 20:47:53)

han614698
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

Hi there! It looks like this topic is a duplicate. Please continue the discussion in that topic, so it all stays in one place, rather than scattered across the forums. In the future, I recommend that you search for duplicates. Thanks!Message generated with leahcimto's duplicate message generator
the2000
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

han614698 wrote:

Hi there! It looks like this topic is a duplicate. Please continue the discussion in that topic, so it all stays in one place, rather than scattered across the forums. In the future, I recommend that you search for duplicates. Thanks!Message generated with leahcimto's duplicate message generator
Bro this thread is two years older than that one
mysterious-neutron
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

the2000 wrote:

han614698 wrote:

Hi there! It looks like this topic is a duplicate. Please continue the discussion in that topic, so it all stays in one place, rather than scattered across the forums. In the future, I recommend that you search for duplicates. Thanks!Message generated with leahcimto's duplicate message generator
Bro this thread is two years older than that one
Yeah that is a duplicate of this
fdreerf
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

-stache- wrote:

Penguin9090_new wrote:

Like this:
set pen to [vector v]::pen
set pen to [bitmap v]::pen
????
If it was like this, support. Sometimes I want the pixellated version for Pen
https://xkcd.com/1172/
Yeah, I don't see why this needs to be an option when a vector pen is objectively better.
-Charon-
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

Support. Don't see why not, it looks better too
zfn
Scratcher
68 posts

Pen should be vector, or something less pixelated.

I agree this would be really nice.
PkmnQ
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

I don't really see how this'd work. Does it automatically complete the line after using pen up? What if it doesn't do pen up at all?
mysterious-neutron
Scratcher
1000+ posts

Pen should be vector, or something less pixelated.

PkmnQ wrote:

I don't really see how this'd work. Does it automatically complete the line after using pen up? What if it doesn't do pen up at all?
No , it should be vector.

Scratch Wiki wrote:

Vector graphics are graphics stored and drawn with instructions rather than grids of pixels. This not only results in very high and theoretically infinite resolution images, but it also reduces the file size dramatically. They are commonly stored in the SVG file format which resembles XML. SVG files can be viewed in a web browser, and SVGs are used in Adobe Flash.

Those graphics are commonly miscalled simple graphics due to the lack of effects which are only able to be used in regular bitmap images (blur, shadows…) and the inability of taking photos in vector format.

The vector graphics make drawings look much smoother but can be more difficult to draw. Vector graphics use splines (mathematical curve) through a set of control points instead of pen marks on a region. The control points can be dragged later on to modify a shape, so getting a complex organic shape to look perfect is simpler. Objects can be manipulated individually, too, so one can stretch and rotate one element separately (or group multiple elements to do these; operations collectively). Vector graphics also have greater clarity and resolution, and usually, have smaller file sizes.

Powered by DjangoBB