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.
|
**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
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# CONFIGURATION
|
# CONFIGURATION
|
||||||
VERSION="0.1"
|
VERSION="0.2"
|
||||||
TITLE="Image anonymizer"
|
TITLE="Image anonymizer"
|
||||||
|
|
||||||
# ASSETS
|
# ASSETS
|
||||||
|
@ -47,6 +47,7 @@ zendir() {
|
||||||
zenchoutff() {
|
zenchoutff() {
|
||||||
zenity --window-icon="$GUIPATH/tux.png" \
|
zenity --window-icon="$GUIPATH/tux.png" \
|
||||||
--title="$TITLE" \
|
--title="$TITLE" \
|
||||||
|
--width="250" --height="20" \
|
||||||
--text "Please choose the output format" \
|
--text "Please choose the output format" \
|
||||||
--list \
|
--list \
|
||||||
--radiolist \
|
--radiolist \
|
||||||
|
|
Loading…
Reference in a new issue