Skip to content

Pahlsson Descreen artifact and possible patch #184

@flugi

Description

@flugi

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.

Image Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions