Skip to content

Blur does not seem to work #32

@belg4mit

Description

@belg4mit

The help suggests that the plugin will do:

1 : Creating a buffer (radius r)
2 : Random selection of a point in each buffer
3 : Creating a buffer around the new point with the same radius. The initial point is at a maximal distance 2r of the centroid of the buffer.
4 : Deleting the random point and the first buffer

However, it seems to stop after step 1 for me.

Also, I recommend adding the keyword jitter to the plugin description, since this is a (more?) common name for this type of obfuscation; more typically done by simply adding two random value in the range of -r to +r to the coordinates of the point, no buffers required.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions