Nozahagmelons on Nostr: basically, when you draw normally in Krita it's stored as a raster. When you make a ...
basically, when you draw normally in Krita it's stored as a raster. When you make a stroke, all it is is pixels with RGB and alpha (transparency) information.
A vector, on the other hand, is math. Stroke with this brush, this alpha, this colour, going this direction with this curve to produce the result. This effectively means whatever you draw is scalable, because it isn't just pixels on a grid and is actually data representing strokes. And it also means that editing strokes after you made them is a possibility.
Published at
2024-10-12 03:43:53Event JSON
{
"id": "2a3ac6aa37007f77f8e116be9543a69efee5d79f96ffff1eea35fe3a3aa43724",
"pubkey": "118c17ebfbefaf78d0f6c474922d3a0c0911f5ecd0e91c84c3742089b3740fef",
"created_at": 1728704633,
"kind": 1,
"tags": [
[
"p",
"04198996dc0d76836b27a69db950eeb42ff95b77851a29993a210aa36d8c5c65",
"wss://relay.mostr.pub"
],
[
"e",
"7aae4b0eff27fb5133db3eabc7cbba92f4999977752bfeb59cab4e58650fdb9c",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://norwoodzero.net/objects/006bc480-0d09-4ee3-bbeb-c7f819b72504",
"activitypub"
]
],
"content": "basically, when you draw normally in Krita it's stored as a raster. When you make a stroke, all it is is pixels with RGB and alpha (transparency) information. \n\nA vector, on the other hand, is math. Stroke with this brush, this alpha, this colour, going this direction with this curve to produce the result. This effectively means whatever you draw is scalable, because it isn't just pixels on a grid and is actually data representing strokes. And it also means that editing strokes after you made them is a possibility.",
"sig": "e3fbfe44f4bef6e3468ad33d023c94ae6f14e9fc2d00fdc155227d220d976fe09e5b578588dd50016833b7f449d7d1b7051a3e6145f1d73145a5887615f045fd"
}