Skip to content

Convert image from .JPG to .PNG using a Shell Script.

Notifications You must be signed in to change notification settings

arnabb38/image-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Image Converter

Convert Image from .JPG to .PNG using a Shell Script


How To Run

  1. Put the Script in the image directory, where the .JPG images are located.

  2. Give the Script Execute permission.

chmod +x converter.sh 
  1. Run the Script
./converter.sh
  1. Output (converted .PNG) of those .JPG images can be found under ~/Desktop/Image directory.

Dependency

  • The Script runs in any kind of LINUX Destro.

  • The Script Auto-download (once) imagemagick package if the package don't exist in the system.

About

Convert image from .JPG to .PNG using a Shell Script.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages