Skip to content

janrop/image-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image resizer CLI-Util

Usage: 
  resize
          -w [int] (required) Resize all pictures to a max width of [int]
          -t [int] Only resize files older than [int] seconds
          -v Verbose output
          [target_directory] to resize files in (default: ./)

Expects the following directory structure and creates additional [dimension]-folders in every sub-directory of [target_directory]

- target_directory/
  - [xyz]/
    - originals/
      - [Quelldatei].jpg ...
      - [Quelldateien].png ...
    - [dimension]/
    - .../
  - [abc]/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages