ofn-engraving - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: ofn-engraving (/Thread-ofn-engraving) Pages:
1
2
|
RE: ofn-engraving - Ofnuts - 06-13-2019 (06-13-2019, 10:05 PM)Krikor Wrote:(06-13-2019, 06:59 AM)Ofnuts Wrote: I think that what happens is that your path is so "dense" that you get only one layer. In other words, stroking the path with your minimal line width already male tje resulting image darker than the maximum darkness. Can you confirm by setting the Result to Keep layers and counting the layers that have been created? The way the plugin works is that creates a layer per line width and strokes the complete path on it. Then it adds the initial image as a mask to each layer, and thresholds the mask to have a given layer show where the initial image has the same luminosity. RE: ofn-engraving - Ofnuts - 06-14-2019 Updates the scripts, added a check for the pathological case in the code and a warning in the doc. RE: ofn-engraving - Krikor - 06-14-2019 (06-14-2019, 02:28 PM)Ofnuts Wrote: Updates the scripts, added a check for the pathological case in the code and a warning in the doc. Quote:Note: a compination of a wide minimum width and a tight path coverage can make the script fail (one single layer is created before reaching minimum luminance).Using the updated version in 2019-06-14 of the script. I used path-waves, with all intermediate lines interpolated with path-inbetweener, 25 steps. The script ran smoothly, created 25 layers, but displayed a window with a warning. [attachment=2929] I believe that as I better explore the script settings, I will learn to avoid unexpected results. [attachment=2930] Thx Ofnuts RE: ofn-engraving - Ofnuts - 06-14-2019 Can you share the XCF (just before you call the script) and the script parameters? RE: ofn-engraving - Ofnuts - 06-15-2019 Hmmm. Previous fix wasn't that good... Just uploaded a better one. RE: ofn-engraving - Krikor - 06-16-2019 (06-14-2019, 09:05 PM)Ofnuts Wrote: Can you share the XCF (just before you call the script) and the script parameters? Sorry to respond so late, but only now I could visit the forum. I do not have any files related to the previous image. I have the XCF in the previous position executing the script for the image below. [attachment=2931] Link: https://drive.google.com/open?id=11Bqm4gpYSwlsZSZrBdt8fNSw1QxI7QZb (06-15-2019, 10:48 PM)Ofnuts Wrote: Hmmm. Previous fix wasn't that good... Just uploaded a better one. I ran the .XCF which generated the same error windows earlier, now using the version updated on June 15 (yesterday). [attachment=2932] No problem, set ups defaults. I just changed to keep layers. I'll play some more with this new version of the script. Thx Ofnuts! |