Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelcarreira/webpgui
WebP encoding tool GUI
https://github.com/samuelcarreira/webpgui
Last synced: 7 days ago
JSON representation
WebP encoding tool GUI
- Host: GitHub
- URL: https://github.com/samuelcarreira/webpgui
- Owner: samuelcarreira
- Created: 2016-02-02T18:34:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T23:47:53.000Z (8 months ago)
- Last Synced: 2024-05-13T19:00:16.224Z (6 months ago)
- Language: C#
- Homepage:
- Size: 1.36 MB
- Stars: 36
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webPGUI
##### WebP encoding tool GUI![screenshot](https://github.com/samcpt/webPGUI/blob/master/screenshots/webp_0000_Layer-1.png)
This is a simple Windows application designed to help you convert images to the [WebP format] (https://developers.google.com/speed/webp/). WebP is a format created by Google that offers significantly higher compression compared to JPEG.
The Google-provided tools for WebP conversion are command-line based and require configuring various options through [parameters] (https://developers.google.com/speed/webp/docs/cwebp)). This application provides a user-friendly interface to simplify the process.**NOTE:** This application is at an early stage of development and still contains **many errors/many features are not yet available**. If there is a large public interest, I can improve the application. This is my first C# application, so use it at your own risk. I appreciate constructive criticism! :+1:
## Installation
##### Download the installer from the releases page https://github.com/samuelcarreira/webPGUI/releases
(Google Chrome flags this installer as malicious because it isn't signed, but **you can safelly ignore the warning** :sunglasses: )...or Compile the source code with Visual Studio 2015 and run the utility.
##### System Requirements
* 1 GHz CPU
* 512 MB RAM
* Windows® XP SP3 or above (32 or 64 bits) (tested on Windows® 10)
* .NET Framework 4
* 2 MB de free space (1.5 GB for the .NET Framework)## Usage
1. Install the application (if you don't have the .NET 4.0 framework installed, an internet connection is required to download the installer)
2. Choose a valid input image
3. Check the options (position the mouse pointer hover the options to check the tooltips included and learn more about the parameters)
3. Click ENCODE and see the output results##### How to view webP images?
Google Chrome can open WebP files natively. Or install Windows CODEC https://developers.google.com/speed/webp/docs/webp_codec if you want to view WebP files in Windows Photo Viewer and their thumbnails in Windows Explorer## Why Should I Use this App?
You can use one of many encoder tools and plugins available, but none of them have the same options of the official encoder tool provided by Google. Also, some plugins (like the Photoshop Plugin) are outdated and don’t produce the better output. If you want to encode your images with total control, you can use this app to easily access to the documentation and change all the little options to produce the better output.## Screenshots
![screenshot](https://github.com/samcpt/webPGUI/blob/master/screenshots/webp_0001_Layer-4.png)
![screenshot](https://github.com/samcpt/webPGUI/blob/master/screenshots/webp_0002_Layer-6.png)
![screenshot](https://github.com/samcpt/webPGUI/blob/master/screenshots/webp_0003_Layer-2.png)
![screenshot](https://github.com/samcpt/webPGUI/blob/master/screenshots/webp_0003_Layer-5.png)
![screenshot](https://github.com/samcpt/webPGUI/blob/master/screenshots/webp_0004_Layer-3.png)
![screenshot](https://github.com/samcpt/webPGUI/blob/master/screenshots/webp_0006_Layer-2.png)## Contributing
There is a lot to work to be done in the application, so if you are interested contact me. I will only continue the development of this application if there was a notorious interest on that.## Know bugs/Not implemented yet
- Maybe some bugs on save/read settings
- Check valid options
- Integrate webP library
- Resize/Crop
- A lot of ‘dumb/simple code’ (this is a very simple application) so don’t use this as a reference## History
2016-04-12 - Bug fix (crash on background encoding)2016-03-19 - Batch mode
2016-02-08 - Drag and Drop Support
2016-02-02 - First public version
## Credits
- Developed by: Samuel Carreira
- Includes ConsoleAppLauncher Library released under The MIT License (MIT). Copyright (c) 2013 Slava Guzenko
- Includes cwebp.exe encoding tool v.0.5.0 - Copyright (c) 2010, Google Inc## License
The MIT License (MIT)Copyright (c) 2016 Samuel Carreira
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.