Now you can choose the output format

This commit is contained in:
netico 2022-02-21 11:07:00 +01:00
parent dde915d3ba
commit 7032a3b5aa
3 changed files with 11 additions and 3 deletions

7
Graphics/README.md Normal file
View file

@ -0,0 +1,7 @@
# Graphics
**Things related to digital images and photographs.**
## [Image anonymizer](https://git.lattuga.net/netico/code-library/src/master/Graphics/image-anonymizer)
[**Image anonymizer**](https://git.lattuga.net/netico/code-library/src/master/Graphics/image-anonymizer) is a frontend program for some tools that work with images. The program makes a copy of the original image; the copy is optimized and **all metadata is removed**.

View file

@ -2,7 +2,7 @@
**Image anonymizer** is a frontend program for some tools that work with images.
The program makes a **PNG** copy of the original image; the copy is optimized and **all metadata is removed**.
The program makes a copy of the original image; the copy is optimized and **all metadata is removed**.
## Screenshots
@ -31,4 +31,4 @@ and then look for the script **image-anonymizer.sh**.
## Usage
./image-anonymizer.sh &
./image-anonymizer.sh &

View file

@ -1,7 +1,7 @@
#!/bin/bash
# CONFIGURATION
VERSION="0.1"
VERSION="0.2"
TITLE="Image anonymizer"
# ASSETS
@ -47,6 +47,7 @@ zendir() {
zenchoutff() {
zenity --window-icon="$GUIPATH/tux.png" \
--title="$TITLE" \
--width="250" --height="20" \
--text "Please choose the output format" \
--list \
--radiolist \