![Sad :(](./images/smilies/icon_sad.gif)
I guess I'll have to split the script up like malcooning suggested.
Another thing that could help is to put those brush shapes in the custombrushpanel bin the first time you pick them up (or make custom buttons for it)Sewie wrote:Thanks a lot for thinking along, guys. I tried all your suggestions but in this case, the high-res workaround still seems to work best for me.
I'll bookmark this thread for future sharpening attempts, though.
Code: Select all
tv_LockDisplay QUIET
tv_StackExecuteBin SharpEdges
tv_StackClose
tv_UnLockDisplay
tv_UpdateDisplay
Thank you , that works well.Svengali wrote: ↑17 Mar 2020, 07:10 Here is a simple embed script to create a "sharpen" button using Sewie's Histogram FX with the settings shown above.
TO USE:Code: Select all
tv_LockDisplay QUIET tv_StackExecuteBin SharpEdges tv_StackClose tv_UnLockDisplay tv_UpdateDisplay
1. Create a working Histogram FX like the one Sewie posted above.
2. Save the Histogram FX into your FX bin using Preset ADD and name it "SharpEdges".
3. Finally, create a new button called "SharpEdges" and embed the above script.
Now, each time you click the SharpEdges button, any soft edges on drawn shapes will be instantly sharpened as Sewie demonstrated above.
sven