summaryrefslogtreecommitdiff
blob: 838ddd95da127db586a0fc9c84a48525832a1c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- src/makemenu	2006-07-06 05:32:48.000000000 +0200
+++ src/makemenu.new	2006-10-16 15:57:14.000000000 +0200
@@ -473,7 +473,7 @@
     -font \"$USE_TITLE_FONT\" -weight bold -pointsize $TITLE_SIZE \
     -fill \"$HIGHLIGHT_COLOR\" -draw \"gravity $TEXT_ALIGN $BUTTON_TEXT\" \
     -type Palette -colors 3 \
-    png8:$FG_HIGHLIGHT"
+    $FG_HIGHLIGHT"
 echo $SEPARATOR
 echo "Creating the highlighted titles with the following command:"
 echo $"$MAGICK_CMD"
@@ -484,7 +484,7 @@
     -font \"$USE_TITLE_FONT\" -weight bold -pointsize $TITLE_SIZE \
     -fill \"$SELECT_COLOR\" -draw \"gravity $TEXT_ALIGN $BUTTON_TEXT\" \
     -type Palette -colors 3 \
-    png8:$FG_SELECTION"
+    $FG_SELECTION"
 echo $SEPARATOR
 echo "Creating the selection titles with the following command:"
 echo $"$MAGICK_CMD"
@@ -500,7 +500,7 @@
 
 # Composite highlight canvas with transparent background
 MAGICK_CMD="composite -compose Src -gravity center \
-    $FG_HIGHLIGHT $BG_CANVAS png8:\"$OUT_PREFIX.hi.png\""
+    $FG_HIGHLIGHT $BG_CANVAS \"$OUT_PREFIX.hi.png\""
 echo $SEPARATOR
 echo "Compositing highlighted titles with the following command:"
 echo $"$MAGICK_CMD"
@@ -508,7 +508,7 @@
 
 # Composite highlight canvas with transparent background
 MAGICK_CMD="composite -compose Src -gravity center \
-    $FG_SELECTION $BG_CANVAS png8:\"$OUT_PREFIX.sel.png\""
+    $FG_SELECTION $BG_CANVAS \"$OUT_PREFIX.sel.png\""
 echo $SEPARATOR
 echo "Compositing selection titles with the following command:"
 echo $"$MAGICK_CMD"