Recreate xxhdpi fallback cover
and remove the imagemagick call that killed it
This commit is contained in:
parent
106e783b4b
commit
968c065861
@ -15,7 +15,6 @@ gen() {
|
|||||||
png="res/drawable-$2/$name.png"
|
png="res/drawable-$2/$name.png"
|
||||||
if [ "$1" -nt "$png" -o ! -e "$png" ]; then
|
if [ "$1" -nt "$png" -o ! -e "$png" ]; then
|
||||||
inkscape --without-gui --export-area-page --export-dpi=$3 --export-png="$png" $1
|
inkscape --without-gui --export-area-page --export-dpi=$3 --export-png="$png" $1
|
||||||
convert -strip "$png" "$png" # strip comments and other metadata
|
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
x
Reference in New Issue
Block a user