Closed kwcckw closed 1 year ago
Nice update @kwcckw.
Can you share an example that is higher resolution to really see the effects better?
Also, I'm curious to see examples with skeletonize enabled and one without that enabled.
For pencils, the color can definitely be more than black, but I agree that we would tend towards black color for pencil. It could be color pencils, most often red like a teacher's red pencil.
For the marker, transparency is more related to highlighters than markers since felt-tip or permanent markers, for example, tend to be non-transparent similar to the second set of strokes in the examples at the top of #53. Perhaps we should also add a "highlighter" to the list of stroke types (we could use a similar set of colors as suggested in #53)?
Also, looking at those marker stroke examples, I think we could introduce some level of noise, though it would definitely be different than pencil noise as it would tend to be darker generally and more linear like these examples. Note that we are missing this effect in the current highlighter augmetentation to make the effect much more realistic there as well.
Here's a sample collab I put together that demos one approach to stroke noise. I think this can be generalized to a vector-based and more performant manner, but it may take some thought to think that through...
Nice update @kwcckw.
Can you share an example that is higher resolution to really see the effects better?
Also, I'm curious to see examples with skeletonize enabled and one without that enabled.
Here's the example with and without skeletonization:
With skeletonize:
Without skeletonize:
So for pencil, it looks better with skeletonization because some fonts are thicker, it doesn't looks realistic in that way.
For pencils, the color can definitely be more than black, but I agree that we would tend towards black color for pencil. It could be color pencils, most often red like a teacher's red pencil.
Sure, i will perform some experiments first and include them later.
For the marker, transparency is more related to highlighters than markers since felt-tip or permanent markers, for example, tend to be non-transparent similar to the second set of strokes in the examples at the top of #53. Perhaps we should also add a "highlighter" to the list of stroke types (we could use a similar set of colors as suggested in #53)?
Also, looking at those marker stroke examples, I think we could introduce some level of noise, though it would definitely be different than pencil noise as it would tend to be darker generally and more linear like these examples. Note that we are missing this effect in the current highlighter augmetentation to make the effect much more realistic there as well.
Highlighter example
Thanks, i think this is a good add-on on top of current existing inks. I will include this in the next update. So for Markup
, do you think it is relevant to include marker too?
Thanks, i think this is a good add-on on top of current existing inks. I will include this in the next update. So for Markup, do you think it is relevant to include marker too?
Yes, I think pen
, pencil
and marker
should be added to Markup
. Normally, marker
would be too extreme so I'd leave that out of any "random" rotation. There could be use cases where words need to be redacted where marker could be useful, but again it would not be the typical use.
Yes, I think
pen
,pencil
andmarker
should be added toMarkup
. Normally,marker
would be too extreme so I'd leave that out of any "random" rotation. There could be use cases where words need to be redacted where marker could be useful, but again it would not be the typical use.
Okay, probably we will need something like ink_generator
now to generate different ink effect in across augmentations. Initially, those inks could be pencil, pen, marker and highlighter.
With this update, now
Scribbles
is able to generate 3 kinds of ink effect:Marker
Pen
Pencil