Dave-Davidson/image-converter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
*****************************************************************
__ _ _ _ _
/\ \ \___ __ _ _ __ __| | ___ _ __| |_| |__ __ _| |
/ \/ / _ \/ _` | '_ \ / _` |/ _ \ '__| __| '_ \ / _` | |
/ /\ / __/ (_| | | | | (_| | __/ | | |_| | | | (_| | |
\_\ \/ \___|\__,_|_| |_|\__,_|\___|_| \__|_| |_|\__,_|_|
___ _ _
/ __\ | ___ __ _ / \
/__\// |/ _ \ / _` |/ /
/ \/ \ | (_) | (_| /\_/
\_____/_|\___/ \__, \/
|___/
Neanderthal Blog! - https://www.davelowe.uk
*****************************************************************
Neanderthal Blog! Image Converter...
This is a very dirty script for image conversion. There is zero error handling.
If all conditions are not met you may get a successful message but the image will not be converted.
How to use:
- Drag and drop your images on the the imageconverter.bat
- Your image will be converted to .webp format with 75 quality
- New image will be saved in the same folder as the original image
How to chnage the qulaity:
- Open the .bat file in your favourite text editor
- Find th eline that contains -q 75
- Change the 75 to anything between 0-100. Higher number means better quality but higher file size's
-------------------------------------------------------------------------------------------------------------------
This project includes the following binaries from the WebP project:
cwebp – command-line tool to encode images into WebP format
dwebp – command-line tool to decode WebP images back to PNG, BMP, etc.
These tools are built from the libwebp library developed by Google.
Please see the included COPYING.txt file for all license details.