Browse Source

Now you can choose the output format

netico 2 years ago
parent
commit
7032a3b5aa

+ 7 - 0
Graphics/README.md

@@ -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 - 2
Graphics/image-anonymizer/README.md

@@ -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 &

+ 2 - 1
Graphics/image-anonymizer/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 \