Skip to content

Bash script for renaming and resizing .jpg, .png or .jpeg images in droves.

Notifications You must be signed in to change notification settings

AndrijaS37N/renaming-resizing-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renaming Resizing Script

A simple Bash console app.

  • Used and tested on MacOS. I presume it works fine on Linux. However, this was not checked.
  • I liked tinkering with Bash for this.
  • Made in PyCharm with BashSupport.

Requirements

Needs the ImageMagick package for the convert command. I installed it with Homebrew:

brew install imagemagick

For Linux you could try using Linuxbrew or some other alternative to Homebrew.

Project results:

Script Activation ↘

View 1

Script Work ↘

View 2