aboutsummaryrefslogtreecommitdiffstats
path: root/tools/file2c/readme.txt
blob: 54984111fd4b43107319075e0d1a43e585fc8162 (plain)
1
2
3
4
5
6
7
8
This utility converts a file (of any type) into a c array
so that it can be compiled into your project.

For example:
	file2c -cs test.bmp test-image.h

For usage instructions:
	file2c -?