Skip to main content
Participating Frequently
March 30, 2023
Answered

Protecting Images by Blurring Them

  • March 30, 2023
  • 3 replies
  • 2165 views

Hi, I am a product designer and would like to upload images of new products on my website. However,

I want the projects to be protected and thought of blurring them with Gaussian Blur. I was thinking of uploading JPGs. Would this blurring add security or are there tools (apps, algorithms etc.) out there that could be used to reverse the filter?

Thank you!

This topic has been closed for replies.
Correct answer barbara_a7746676

As you suggested, you could blur an image to protect it. There are apps that purport to unblur images but none are that great at doing it.

Many people put a copyright mark on images, and you can also watermark images like stock photo companies do, for example:

3 replies

Conrad_C
Community Expert
Community Expert
March 30, 2023

Digital blur is mathematical, so if the math that created the blur is known (or correctly guessed), it can be reversed digitally to some extent. Gaussian Blur is one of the most common and basic types of blur, so it should be one of the easiest to reverse. Do a web search for “unblur” or “reverse blur” and you’ll see many potential solutions, although they are not all equally effective.

 

If you wanted more secure obfuscation using Photoshop, you could try techniques like running an image through multiple blur types, inserting a non-blur distortion step such as the Mosaic filter (that blocky effect), or applying different blurs or filters to different regions of the image. That would make it harder to successfully reverse it, because someone would have to figure out the technique used in every step, and in the correct sequence. Photoshop has tools such as actions and scripts that can automate multi-step processes, and it also has batch processing so you can apply a multi-step process to many photos, such as an entire folder.

Participating Frequently
March 30, 2023

this is an awesom idea. I will add more than one filters to increase the protection. Actions and scripts and batch processing I haven't used but I will check it out and see if any of those tools can be helpfull to my workflow. Thank you for your advice!

mglush
Community Expert
Community Expert
March 30, 2023

Hi,

I am wondering why you are putting your images of products up on the web, if you are concerned about them being taken?

 

If you wan to blur the image, using Gaussian Blur would work well because as Babara said above, with enough blurring the "unblurring" programs can't detect how to sharpen it. 

Michelle

Participating Frequently
March 30, 2023

Good question. I am trying to entice new costumers, manufactorers for furniture in my case, by making arising curiousity and pushing them to contact me. The second reason is to anounce to the visitors to my website that I am working and producing new products. Although blurred, visitors would be able to see that the team is continouing to be productinve. I hope this makes sence. 

Participating Frequently
March 30, 2023

wow, there is no edit function for the posts here...excuse my grammer in this case. 

barbara_a7746676
Community Expert
barbara_a7746676Community ExpertCorrect answer
Community Expert
March 30, 2023

As you suggested, you could blur an image to protect it. There are apps that purport to unblur images but none are that great at doing it.

Many people put a copyright mark on images, and you can also watermark images like stock photo companies do, for example:

Participating Frequently
March 30, 2023

Thanks Barbara, the copyright mark sounds like a good secondary otpion. Watermarking won't work for me because one can still see enough to reversengineer the product. 

barbara_a7746676
Community Expert
Community Expert
March 30, 2023

The more techniques you imploy the harder it will be to steal images. I'm not into coding but I believe there is a way to disable right-clicking images on the web.

There are services, like Pixsy, that track the web for duplicates of an image. Of course, at that point the image has already been stolen.