Recreate xxhdpi fallback cover

and remove the imagemagick call that killed it
This commit is contained in:
Adrian Ulrich 2015-04-16 19:19:04 +02:00
parent 106e783b4b
commit 968c065861
2 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ gen() {
png="res/drawable-$2/$name.png"
if [ "$1" -nt "$png" -o ! -e "$png" ]; then
inkscape --without-gui --export-area-page --export-dpi=$3 --export-png="$png" $1
convert -strip "$png" "$png" # strip comments and other metadata
echo
fi
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB