[fpc-pascal] Bitmap-as-const-and-write-to-file-thingy

2018-09-19 Thread Marc Santhoff
Hi, a program im fiddling with uses exactly 2 small .gif pictures that are to be stored in the code and written out to the file system. For several reasons - no gif writer, complicates ressouce file handling, linking fpimage or similar - I want to handle those files directly in code, having an ar

Re: [fpc-pascal] Bitmap-as-const-and-write-to-file-thingy

2018-09-19 Thread Tomas Hajny
On Wed, September 19, 2018 23:58, Marc Santhoff wrote: Hi, . . > What I need: > > - A program taking a binary file and spitting out pascal code for the > const array. I know I have seen such program in the past, but do not know > where. data2inc is included with FPC. > - Some hints on using