It's not too hard to write one. I wrote this back in 2000.
` ------------------------------------------------------------------------
` BMP 2 DATA DarkForge Snippet (14/10/2000)
` ------------------------------------------------------------------------
` Convert a BMP file into a data statement, useful for small images.
sync rate 0
sync on
hide mouse
`BMP 2 DATA
load bitmap "alien.bmp",1
w=bitmap width(1)
h=bitmap height(1)
for a=0 to h
for b=0 to w
x=point(b,a)
print x
next b
next a
wait key
end
"Bite my shiny metal ass" - Bender, Futurama
No pixels were harmed in the making of this post
"Don't ping my cheese with your bandwidth"