evil-mad / stipplegen

Software that can create stipple drawings and “TSP art,” from image files
GNU Lesser General Public License v2.1
422 stars 52 forks source link

Controlling Stipple number – very difficult in lower ranges #14

Closed simonhrogers closed 5 years ago

simonhrogers commented 5 years ago

Hi there,

I wanted to play around with the lowest number of stipples possible, but can only access the following ranges at the bottom end of the scale as the app doesn’t give fine enough control / offer a way of inputting numbers manually.

I can only access:

10, 76, 143, 209, 276, 343 etc.

Thank You,

Simon

oskay commented 5 years ago

Find where it says

cp5.addSlider("sliderStipples", 10, 10000, maxParticles, 10, gui2ndRow, 150, 10)
    .setGroup(l3);

and change that minimum from 10 to (maybe) 1 and the upper lit to what you would like, maybe 100.