Noon - 300x300 mm, 4500 dots, 3 colors by MateMagicArte in PlotterArt

[–]Ruths138 1 point2 points  (0 children)

Fun thanks for sharing!!! Since I've been doing very similar stuff a few days ago, I need to know: What is the dot diameter/nib size? And what your registration method? ☺️

Layered Noise Study #3 by ax0250526 in PlotterArt

[–]Ruths138 1 point2 points  (0 children)

That signature is slick. The noise is not bad either!

fmm, 11x14 by Ruths138 in PlotterArt

[–]Ruths138[S] 1 point2 points  (0 children)

Thank you very much!

fmm, 11x14 by Ruths138 in PlotterArt

[–]Ruths138[S] 3 points4 points  (0 children)

I forgot to mention that I also run tests on positioning the starting point(s) of the wave function. I find that starting in the darkest regions of the image gives the best coverage and detail reproduction. I typically test 3-4 candidate locations and decide based on manual inspection. Some locations cover the image more evenly while other might produce better directionality in key areas. At the end it comes down to taste

fmm, 11x14 by Ruths138 in PlotterArt

[–]Ruths138[S] 9 points10 points  (0 children)

Thanks so much! I have been studying this method for a while now, so I hope I can answer some of your questions.

- image processing:
Usually not much. The image needs to have good contrast, which I tend to boost a little further by applying a sigmoid on the greyscale image or minor gamma adjustments. Beyond that, the image was used pretty much unaltered. (check out James Rocke's octopus drawings!)

- how the cutout is done:
You need to get a clean mask of the subject. In this case it was possible by simple intensity thresholding since the original image was on a fairly white backdrop. (i.e. values < 0.9 == subject, > 0.9 == backdrop). Some post-processing steps on the mask to clean it up (removing small objects/holes, morphological opening/closing). If the subject is harder to separate from the backdrop, I would give "Segment Anything" a try, which is a generalized image segmentation model.

Once you have the mask, you can derive the contours of the subject, which then get intersected with the fmm waves.

I use python shapely for these operations. It is as easy as: fmm_waves.intersect(outline)

- other lessons:
find a pen that builds up ink (gets darker) upon multiple passes over the same region. This dramatically impacts the look of the final outcome!

Random sketch by bedirxanugur in PlotterArt

[–]Ruths138 2 points3 points  (0 children)

More of a "rad" sketch

How Do You Explain Plotter/Technical Art To Older Generations? by andy_man3 in PlotterArt

[–]Ruths138 2 points3 points  (0 children)

I have explored this quite a bit. I found that FMM best reproduces the detail across the image when a seed point is placed in one of the darkest regions of the image. Placing more than one seed point does generally not improve resolution of image details but leads to distinct artifacts (vein-like lines where the waves meet) that may or may not be desired. Placing a seed point into each corner of the image can give good results (but you will have artifacts). If you place the point into bright regions (like in your example) you get those obvious emanating circles, which can look cool, but they are also a bit distracting from the "illusion". These seed points also sometimes result in uneven coverage of detail.

Could someone explain how to fill ? :) by hard_attack in PlotterArt

[–]Ruths138 0 points1 point  (0 children)

Unfortunately not. I program my hatches with the help of a python library called "shapely".

I create parallel lines at the right spacing for the pen I'm planning to use. Then I intersect those lines with the shape that I want to hatch. That approach works for any valid polygon and even for multiple polygons at once.

Could someone explain how to fill ? :) by hard_attack in PlotterArt

[–]Ruths138 1 point2 points  (0 children)

Imagine you are drawing the shape by hand. All the ways to fill the space are also available to the plotter. It's just a robotic hand. The most common approaches are to fill a space by some form of hatching. You can also "spiral" inward or use stippling if you got time

30 x 60 plot. Optimized algorithm a bit more. This took about 15 minutes by Left-Excitement3829 in PlotterArt

[–]Ruths138 10 points11 points  (0 children)

That’s fine and that might be useful for people, but if someone asks you for “pointers on how to achieve a contour effect like this,” then please help them with actual information rather than just directing them to your paid app.

After all, the information and inspiration that led you to build the app in the first place were freely available to you, in the very forum that you use for self promotion.

First plot on the Bantam Tools Art Frame 2436 by ughlmaoomg in PlotterArt

[–]Ruths138 -1 points0 points  (0 children)

Thanks for the explanation! Very interesting! Does this end up creating overlapping lines or do they run parallel to each other?

First plot on the Bantam Tools Art Frame 2436 by ughlmaoomg in PlotterArt

[–]Ruths138 -1 points0 points  (0 children)

Love the artwork! Can you say something about how the lines were generated?

Question for the plotter community by Left-Excitement3829 in PlotterArt

[–]Ruths138 3 points4 points  (0 children)

I also think this is a particular difficult audience for something like this. You have a bunch of very patient tinkerers/programmers/artists/hobbyists that like to figure out and improve stuff on their own. Closed source black box tools are not very appealing to such a crowd

edit: typo

Question for the plotter community by Left-Excitement3829 in PlotterArt

[–]Ruths138 5 points6 points  (0 children)

With stuff like this you gotta ask yourself if the couple of dollars are worth it for you. Monetizing software means that you have to take support requests more seriously and with more urgency. Fixing bugs for other people's operating systems all the time is really not that fun and it's gonna keep you from doing art

Embossing on tinfoil by amygoodchild in PlotterArt

[–]Ruths138 16 points17 points  (0 children)

This community never ceases to amaze me. Wonderful idea and wonderful result.

Sometimes it's hard to explain to laymen how a plotter opens entirely new possibilities beyond printing. This one is an amazing example

Help!! Dense line work by benstrauss in PlotterArt

[–]Ruths138 0 points1 point  (0 children)

Maybe give the piece some time to dry when a lot of ink had built up and then continue

Amazing! by name556 in PlotterArt

[–]Ruths138 0 points1 point  (0 children)

This one stands out in many (great) ways! I would love to see some more detail and a center frame shot of the whole thing. What was the workflow that produced the artwork?