When using fx_pahlsson_descreen, I noticed horizontal/vertical artifacts on the output. I investigated the issue, created a custom copy of the script and edited the pahlsson_descreen_channel function on the mask using this modification:
# Make sure the center is not masked.
# display[mask]
#ellipse[mask] 50%,50%,7%,7%,255,255,255,255 <-- original mask
ellipse[mask] 50%,50%,40%,1%,0,255,255,255
ellipse[mask] 50%,50%,1%,40%,0,255,255,255
# display[mask]
so instead of circular 7% mask, I used a cross-like mask. The results are much better for me. The scan is 400 ppi.
Without extensive testing I cannot tell if this modification creates different kinds of artifacts, should both be used, or should it be an option passed to the command, just wanted you to know that I found some cases with a solution you may want to use in the future.
When using fx_pahlsson_descreen, I noticed horizontal/vertical artifacts on the output. I investigated the issue, created a custom copy of the script and edited the pahlsson_descreen_channel function on the mask using this modification:
so instead of circular 7% mask, I used a cross-like mask. The results are much better for me. The scan is 400 ppi.
Without extensive testing I cannot tell if this modification creates different kinds of artifacts, should both be used, or should it be an option passed to the command, just wanted you to know that I found some cases with a solution you may want to use in the future.