ed4f4c
Update render_svg_convertGplToHex.sh.
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
#
|
3
|
-
#
|
3
|
+
# render_svg_convertGplToHex.sh -- This function takes one palette
|
4
4
|
# produced by Gimp (e.g., syslinux.gpl) as input and outputs the list
|
5
5
|
# of hexadecimal colors and their respective index position the
|
6
6
|
# `pnmtolss16' program needs (e.g., #RRGGBB=0 #RRGGBB=1 ... [all
|
@@ -26,7 +26,7 @@
|
|
26
26
|
# $Id$
|
27
27
|
# ----------------------------------------------------------------------
|
28
28
|
|
29
|
-
function
|
29
|
+
function render_svg_convertGplToHex {
|
30
30
|
|
31
31
|
local COLOR=''
|
32
32
|
local COUNT=0
|