mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #466] [Feature request] Other obfuscation options, such as blur #387
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @awrog on GitHub (Mar 15, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/466
Originally assigned to: @NickeManarin on GitHub.
I really love ScreenToGif, the possibilities and results are great.
I'd like to file a request for (Gaussian) blur next to pixelate.
Pixelate is nice, but in some cases the screens are being affected too much.
At the moment I take care of blurring outside ScreenToGif, using imagemagick, but that is very time consuming and error prone.
An adaptable blur in ScreenToGif would make it look even more professional!
Keep up the good work and thanks!
@NickeManarin commented on GitHub (Mar 15, 2019):
Thanks, nice idea. :)
@vatterspun commented on GitHub (Mar 16, 2019):
One additional suggestion here: sometimes blurs aren't just for confidential/private data but also for helping focus the user on what you want them to look at. With lots of demo animations, an important facet is focusing the user on the area that's important. Usually you can do that with arrows and red boxes, but blurring is sometimes useful especially with interfaces that have loads of elements or are very colorful.
So the feature request is for both standard blurring as well as a very slight or gradual blur. I can definitely find uses for those.
Example 1: With PDF SAM, a very light blur on the surrounding elements helps focus the eye on the left side of the screen:

Example 2: Blurring the other elements can help nudge people to the primary options list. Discord's interface is sometimes so colorful it's hard to find what you're looking for. This edit draws the eye to where they can access the top-level screens (Activity/Library/Nitro/Friends).

@awrog commented on GitHub (Mar 16, 2019):
I would be perfectly content if ScreenToGif would make use of the imagemagick engine (dll).
The possibilities would be endless!
@NickeManarin commented on GitHub (Aug 16, 2020):
Done. You can also apply all obfuscation methods to the inverse of the selection.
Examples:
Pixelated with smoothened edge:

@vatterspun commented on GitHub (Dec 13, 2020):
Nicely done - a lot more than was requested. Thanks :)