Now you can choose the output format
This commit is contained in:
parent
dde915d3ba
commit
7032a3b5aa
3 changed files with 11 additions and 3 deletions
7
Graphics/README.md
Normal file
7
Graphics/README.md
Normal 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**.
|
|
@ -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 &
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue