diff --git a/Graphics/README.md b/Graphics/README.md new file mode 100644 index 0000000..0536c11 --- /dev/null +++ b/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**. diff --git a/Graphics/image-anonymizer/README.md b/Graphics/image-anonymizer/README.md index 6b17e85..193a9c1 100644 --- a/Graphics/image-anonymizer/README.md +++ b/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 & diff --git a/Graphics/image-anonymizer/image-anonymizer.sh b/Graphics/image-anonymizer/image-anonymizer.sh index 30aa3d3..e5a04c5 100755 --- a/Graphics/image-anonymizer/image-anonymizer.sh +++ b/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 \