mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 19:35:24 +00:00
fix use of imagemagick :(
This commit is contained in:
parent
143c0b328a
commit
5cad1221bc
2
all
2
all
@ -1544,7 +1544,7 @@ case "$cmd" in
|
||||
# texture: convert to jpeg and dds
|
||||
verbose export do_jpeg=true
|
||||
verbose export jpeg_qual_rgb=95
|
||||
verbose export jpeg_qual_a=99
|
||||
verbose export jpeg_qual_a=100
|
||||
verbose export do_dds=true
|
||||
verbose export dds_flags=
|
||||
verbose export do_ogg=false
|
||||
|
@ -158,7 +158,7 @@ reduce_rgb_jpeg()
|
||||
{
|
||||
i=$1; shift; shift
|
||||
o=$1; shift; shift
|
||||
convert "$i" "$o" && \
|
||||
convert "$i" -quality 100 "$o" && \
|
||||
jpegoptim --strip-all -m"$1" "$o"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user