Skip to content

brush: remake blur brush as 4 box blur passes #6

Description

@mrgaturus

current blur implementation is tricky: downscaling -> blur -> upscaling

  • it works very fast enough but it does many pixel sampling and is not cache friendly
  • 4 box blur passes are cache friendly with low pixel sampling and aproximates gaussian blur better

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions