i need to store some binary data in a file larger than allowed as a resource.
i am looking for a function that will read a file in binary mode, and store the bytes as a picture.

reading in 3 byte chuncks, it would set the R,g, and b values equivalent to the read data.

has anyone done this before, or better yet, have a module/function/snippet for this task?

i noticed that once compiled, any loaded pics on a form are packeged into the EXE.