Sha256: ecb4973bf0ecf3812419baac243eb53a50c7a38e250ae330c883aed996be48bc

Contents?: true

Size: 1.45 KB

Versions: 2

Compression:

Stored size: 1.45 KB

Contents

#
# Example icon file
#
screen width 640
screen height 480
screen colors 16
screen background 0

screen map
	rgb   0   0   0	is .	# Black
	rgb   0   0 170	is 1	# Blue
	rgb   0 170   0	is 2	# Green
	rgb   0 170 170	is 3	# Cyan
	rgb 170   0   0	is 4	# Red
	rgb 170   0 170	is 5	# Magenta
	rgb 170 170   0	is 6	# Brown
	rgb 170 170 170	is 7	# LightGray
	rgb  85  85  85	is X	# DarkGray
	rgb  85  85 255	is 9	# LightBlue
	rgb  85 255  85	is A	# LightGreen
	rgb  85 255 255	is #	# LightCyan
	rgb 255  85  85	is C	# LightRed
	rgb 255  85 255	is D	# LightMagenta
	rgb 255 255  85	is E	# Yellow
	rgb 255 255 255	is F	# White
end

#
# Shield
#
image
image top 30
image left 50
image bits 16 by 16
################
################
##XXX######XXX##
##XXXXXXXXXXXX##
###XXXXXXXXXX###
###XXXXXXXXXX###
###XXXXXXXXXX###
###XXXXXXXXXX###
###XXXXXXXXXX###
###XXXXXXXXXX###
###XXXXXXXXXX###
####XXXXXXXX####
#####XXXXXX#####
######XXXX######
################
################

comment
This is a klugey way of embedding a comment in a GIF.
end

#
# Questionmark
#
image
image top 30
image left 500
image bits 16 by 16
......XXXXX.....
.....XXXXXXX....
....XXX..XXXX...
...XXX....XXXX..
...XXX....XXXX..
....XX...XXXX...
........XXXX....
.......XXXX.....
......XXXX......
......XXXX......
......XXXX......
................
.......XX.......
......XXXX......
......XXXX......
.......XX.......

# The following sets edit modes for GNU EMACS
# Local Variables:
# mode:picture
# truncate-lines:t
# End:

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
giflib-0.4 ext/giflib/giflib-5.1.1/pic/sample.ico
giflib-0.3 ext/giflib/giflib-5.1.1/pic/sample.ico