Giter VIP home page Giter VIP logo

img-process's Introduction

img_process

项目简介:个人管理照片和视频的处理工具,主要是解决以下痛点问题

  1. 照片实际日期和照片所在的目录的日志不一致
  2. 相似或者相同的照片去重
  3. 照片库夹杂一些非照片的文件删除
  4. 照片库的数据统计分析
  5. 使用第三方去重工具性能低下

导入照片我一般用lightroom工具,照片和视频的归档路径如下:

  • pic-new
    • 2003
      • 2003-01
        • 2003-01-01
          • xxx.jpg
          • xxx.jpg
          • xxx.jpg
        • 2003-01-02
          • xxx.jpg
          • xxx.jpg
          • xxx.jpg
        • 2003-01-03
      • 2003-02
        • 2003-02-01
        • 2003-02-02
        • 2003-02-03
    • 2004
      • 2004-01
        • 2004-01-01
        • 2004-01-02
        • 2004-01-03

支持的特性:

  1. 支持删除无效照片或视频,如:.xxx
  2. 支持删除空目录
  3. 支持多种方式计算文件最小日期(文件夹日期、照片EXIF中的拍摄日期、照片文件名日期、文件修改日期中计算最小值)
  4. 支持以最小日期修改文件修改日期
  5. 支持以最小日期把文件移动到最小日期的目录中
  6. 支持查询和实际操作分开运行
  7. 支持查重文件分析
  8. 支持多协程的文件处理,提高效率
  9. 支持文件智能选择,如果在同一目录中出现不同名的相同文件,可以智能删除重复文件

处理性能:
实际测试40000张照片、视频(495G)整体处理一遍大概需要15秒左右时间

img-process's People

Contributors

victorld avatar

Watchers

 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.