GithubHelp home page GithubHelp logo

qbss / imageorganizer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bp2008/imageorganizer

0.0 2.0 0.0 9 KB

Organizes a folder full of images by copying or moving them into a date-based directory structure.

License: The Unlicense

C# 100.00%

imageorganizer's Introduction

ImageOrganizer

Organizes a folder full of images by copying or moving them into a date-based directory structure.

Usage

Download from the Releases tab.

This program is built for .NET Framework 3.5.

Copies files from the source directory and child directories,
consolidating them in the target directory and renaming the
files to the format yyyyMMddHHmmssfff + .extension where the
timestamp is the last modified date's year, month, day, hour,
minute, second, millisecond.

        Note: Files will not be overwritten.  If a file
        already exists, the new file will have a space and an
        identifying number will be appended to the timestamp
        in the file name (e.g. 20140408010101000.jpg and
        20140408010101000 2.jpg and 20140408010101000 3.jpg)

Usage: ImageOrganizer source target [/C] [/M] [/E:Extension1[/Extension2][/Extension3]...]

        /C      Names the files based on creation time instead of modified time.
        /M      Moves the files instead of only copying them.
        /E:     Specify the extension(s) of the files to move or copy.
                If unspecified, only jpg files will be affected.

                Example: /E:jpg/jpeg/bmp/png/gif/webp/raw

imageorganizer's People

Contributors

bp2008 avatar

Watchers

James Cloos 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.