How can I include resources such as images that I want to be used within my program inside an external DLL for instance? Like what if I want all images for icons within my program to be included in an external DLL?

My real goal is to include image files such as .png and .jpg within the binary so I won't have to use external resources but I don't know how to do this

Any enlightenment would be greatly appreciated!

-Thank You