Remove Peco brand images (#4401)

This commit is contained in:
b-uwe 2023-05-26 08:04:50 +02:00 committed by GitHub
parent 3a75a7b8eb
commit d48b1dae0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 0 deletions

View file

@ -55,6 +55,11 @@ while read image; do
continue
fi
if [[ "${filename}" == "REMOVAL_NOTE" ]]; then
# This file should not be processed
continue
fi
# Read properties from image
properties=($(identify -format "%w %h %m" "${image}"))
if [[ "$?" -ne 0 ]]; then

View file

@ -0,0 +1 @@
Brand requested the logo to be removed

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB