Giter VIP home page Giter VIP logo

minimalblur's Introduction

minimalBlur

This is a short working example of face blurring that seems to produce far less double-jpg'ing artifacts in regions that are not blurred compared to alternate methods. This script is not meant as a turnkey solution to be used for other projects, but rather is a demonstration for developers to re-purpose. I'm posting this in the hopes that it is useful, but will not be monitoring github issues.

How to use

If you want to use this in your own project, I'd suggest pulling out the following two functions:

Do not use:

  • handleBad -- this demonstrates a data processing that causes double jpging artifacts.

You can try the script on either calder.jpg or crop5.jpg. The script will generate the blurred version. If showDiff is set to true, the script will also generate a version that does not try to avoid double jpg'ing artifacts as well as generate difference maps.

Notes

This script mitigates double jpg artifacts, but doesn't totally eliminate them. The re-decoding/re-encoding step produces slight differences even with the same quantization scheme. I suspect this is due to differences in rounding modes or other decisions that are left up to the library, but I'm not a jpg expert.

If totally eliminating double jpg-ing artifcats is important (or you need a more turn-key solution), please use David Pinto's jpegblur

Thanks

Thanks to:

  • Kaiyu Yang, whose code was the starting point for this
  • David Pinto, who gave a lot of helpful advice and who provided a fix that preserves metadata

Dependencies

Dependencies:

  • Python Image Library
  • Numpy

minimalblur's People

Contributors

dfouhey avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.