Skip to content

Given a folder path, convert eligible images to .webp format

Notifications You must be signed in to change notification settings

nemoninja/Webp-Batch-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Webp-Batch-Converter

Given a folder path, convert all eligible images to .webp format. Old files are kept, while newly created .webp will be stored in a new folder.

  1. Download the WebP converter from Google.
  2. Add this batch script in the /bin/ folder.
  3. Open a terminal in the bin folder.
  4. Run the following
    convert_all.bat <folder_name>
    
  5. Obtain your new .webp files in the newly created folder named with the current timestamp.

Example:

convert_all.bat "D:\Installs\Webp Converter\test_folder"

About .webp

Refer to Google's documentation here.

About

Given a folder path, convert eligible images to .webp format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published