Skip to content

Converting images between JPG, JPEG, PNG, and modern formats like WEBP and HEIC, and vice versa. Ideal for automating image optimization workflows.

License

Notifications You must be signed in to change notification settings

naufal-yafi/image-converter-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Install Dependency

npm ci

2. Prepare Images

Place your image files inside the IMPORT folder:
IMPORT

3. Run the app

To run the app:

node app

To see available command

node app -h

4. Clear Folder

To remove the EXPORT folder:

node app --clear -e

To clear all files inside the IMPORT folder:

node app --clear -i

About

Converting images between JPG, JPEG, PNG, and modern formats like WEBP and HEIC, and vice versa. Ideal for automating image optimization workflows.

Topics

Resources

License

Stars

Watchers

Forks