https://github.com/tankengine-ish/webp_to_jpeg-png_converter
Simple Bash Converter Using Zenity, Webp and cjpeg [personal project]
https://github.com/tankengine-ish/webp_to_jpeg-png_converter
bash cjpeg dwebp libjpeg webp zenity-gui
Last synced: about 2 months ago
JSON representation
Simple Bash Converter Using Zenity, Webp and cjpeg [personal project]
- Host: GitHub
- URL: https://github.com/tankengine-ish/webp_to_jpeg-png_converter
- Owner: TankEngine-ish
- Created: 2024-02-16T15:30:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T21:42:57.000Z (2 months ago)
- Last Synced: 2025-03-17T22:50:19.633Z (2 months ago)
- Topics: bash, cjpeg, dwebp, libjpeg, webp, zenity-gui
- Language: Shell
- Homepage:
- Size: 3.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webp_To_JPEG-PNG_Converter
WebP Image Converter is a simple utility that allows you to convert WebP images to JPEG or PNG format. It uses a graphical user interface to select files and choose the output format.
## Dependencies
The script requires the following dependencies:
* Zenity: for the GUI dialogs.
* WebP: for the dwebp tool to convert WebP images to other formats.
* libjpeg-turbo-progs: for the cjpeg tool to convert images to JPEG format.You can install these packages on Ubuntu with the following commands:
```
sudo apt-get install zenity
sudo apt-get install webp
sudo apt-get install libjpeg-turbo-progs
```## Usage
To use the script, simply double-click the WebpConverter.desktop file on your desktop. This will open a file selection dialog where you can select a .webp image. After you select an image, a list dialog will open where you can select the output format (.jpeg or .png). The script will then convert the image to the selected format.
## Installation
To install the script, follow these steps:
Clone or download the project.
Move the WebpConverter.desktop file to your desktop:```
mv /path/to/project/WebpConverter.desktop ~/Desktop/
```Make the .desktop file executable:
```
chmod +x ~/Desktop/WebpConverter.desktop
```Replace /path/to/project/ with the actual path to your project directory.
Also you might need to right click on the icon first and press "Allow Launching".Here's a short gif:
