Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukas-blecher/webjpg
Einfache graphische Nutzeroberfläche für massive Bildkomprimierung für das Web
https://github.com/lukas-blecher/webjpg
gui image-compression image-magick jpg-compressor python web-compatibility windows-executable
Last synced: 19 days ago
JSON representation
Einfache graphische Nutzeroberfläche für massive Bildkomprimierung für das Web
- Host: GitHub
- URL: https://github.com/lukas-blecher/webjpg
- Owner: lukas-blecher
- License: gpl-3.0
- Created: 2022-09-25T16:19:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T14:39:00.000Z (about 2 years ago)
- Last Synced: 2024-10-28T07:23:00.629Z (2 months ago)
- Topics: gui, image-compression, image-magick, jpg-compressor, python, web-compatibility, windows-executable
- Language: Python
- Homepage:
- Size: 7.52 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webJPG
Eine einfache graphische Benutzeroberfläche für die Konvertierung von beliebig vielen Bildern in ein webkomatibles Format.
Die Anwendung ist in Python geschrieben und wird mit dem [pyinstaller](https://pyinstaller.org/en/stable/) in ein ausführbares Programm umgewandelt (im Moment nur für Windows 32bit) und mit [NSIS](https://nsis.sourceforge.io/Main_Page) in ein Setup gepackt.
Das Programm ist nur eine Schnittstelle für das tolle [ImageMagick convert](https://imagemagick.org/script/convert.php) CLI tool.
Unter der Haube wird für jedes ausgewähltes Bild folgender Befehl ausgeführt:```
convert img.jpg -strip -interlace Plane -gaussian-blur 0.05 -quality 85% -sampling-factor 4:2:0 -adaptive-resize 448 -colorspace sRGB out.jpg
```
Abhängig vom Bildinhalt ist das resultierende Bild etwa zwischen 10KB und 50KB groß.## Installation
Folgende Datei herunterladen:
https://github.com/lukas-blecher/webJPG/releases/download/0.4/webJPG-setup.exe