update 16x16 icon and change used font for 16x16
This commit is contained in:
parent
6b915eea03
commit
736530de79
@ -142,12 +142,18 @@ DL_ARCH[20]="X86_64"
|
||||
DL_EXTRACT_FORMAT[20]="unzip"
|
||||
DL_EXTRACT_TO[20]="Plugin"
|
||||
|
||||
DL_FILE[21]="imagineiconsv3.zip"
|
||||
DL_SOURCE[21]="http://ftp.disconnected-by-peer.at/pub/imagineiconsv3.zip"
|
||||
DL_FILE[21]="imagineiconsv4.zip"
|
||||
DL_SOURCE[21]="http://ftp.disconnected-by-peer.at/pub/imagineiconsv4.zip"
|
||||
DL_ARCH[21]="ALL"
|
||||
DL_EXTRACT_FORMAT[21]="unzip"
|
||||
DL_EXTRACT_TO[21]="Template"
|
||||
|
||||
DL_FILE[22]="small_5x3.zip"
|
||||
DL_SOURCE[22]="http://www.fonts2u.com/download/small-5x3-regular.schriftart"
|
||||
DL_ARCH[22]="ALL"
|
||||
DL_EXTRACT_FORMAT[22]="unzip"
|
||||
DL_EXTRACT_TO[22]="Font"
|
||||
|
||||
# DL_FILE[22]="Imagine_Plugin_7Z_0.0.5.zip"
|
||||
# DL_SOURCE[22]="http://www.nyam.pe.kr/dev/imagine/download/plugin/Imagine_Plugin_7Z_0.0.5.zip"
|
||||
# DL_ARCH[22]="X86"
|
||||
|
@ -35,6 +35,7 @@ function create() {
|
||||
for typenr in ${WINST_VALUE[0]}
|
||||
do
|
||||
type=${typenr/*-/}
|
||||
typebig=${typenr/-*/}
|
||||
### 24bit #############################################################################################################################################
|
||||
# 256x256
|
||||
convert -verbose -size 256x256 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 68 -fill white -stroke black -strokewidth 2 -draw "gravity south text 0,5 '$type'" $type-256x256-txt.png
|
||||
@ -67,7 +68,7 @@ function create() {
|
||||
# 24x24
|
||||
convert -verbose -resize 24x24 $type-48x48-24bit.png $type-24x24-24bit.png
|
||||
# 16x16
|
||||
convert -verbose -size 16x16 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 5 -fill black -draw "gravity south text 0,1 '$type'" $type-16x16-txt.png
|
||||
convert -verbose -size 16x16 xc:transparent -font $INST_DIR/CLIENT_DATA/ALL/Font/Small_5x3/small_5x3.ttf -pointsize 5 -fill black -draw "gravity south text 0,1 '$typebig'" $type-16x16-txt.png
|
||||
composite -verbose -quality 100 $type-16x16-txt.png $INST_DIR/CLIENT_DATA/ALL/Template/icon_imagine_24bit_16x16.png $type-16x16-24bit.png
|
||||
|
||||
#### 8bit #############################################################################################################################################
|
||||
|
@ -1 +0,0 @@
|
||||
d7fcaf723f458137794926607c07571eda0d4639 /home/mario/.opsi-dist-cache/nyam.imagine-1.0.9/ALL/imagineiconsv2.zip
|
@ -1 +0,0 @@
|
||||
a38d5a65d9befa6421d5c9c095485ee59c9a3da7 /home/mario/.opsi-dist-cache/nyam.imagine-1.0.9/ALL/imagineiconsv3.zip
|
1
imagineiconsv4.zip.sha1sum
Normal file
1
imagineiconsv4.zip.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
ede30aa4a10169962f8aac9eb488895b11e64e99 /home/mario/.opsi-dist-cache/nyam.imagine-1.0.9/ALL/imagineiconsv4.zip
|
1
small_5x3.zip.sha1sum
Normal file
1
small_5x3.zip.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
9757c861c2abf87db3426b5437502cea1c14c535 /home/mario/.opsi-dist-cache/nyam.imagine-1.0.9/ALL/small_5x3.zip
|
Loading…
Reference in New Issue
Block a user