First post, by krum110487
Hello, I am in a position where I need to overlay an image (png, bmp, gif, etc...) over the dosbox screen.
I would need it to be semi transparent and the image could be interchangeable.
I would like to be able to change the image via command line.
the reason for this is that I have some games which use a transparent film to add color to the game. (normally it would be taped on your screen)
I am willing to code this myself, although I am VERY new to any type of directx/opengl/etc... but if this sounds simple enough for someone out there to do, I would be VERY appreciative.
requirements:
-command line
---overlay "relative_image_path.png"
---overlayalpha .5
---overlaypos center/topleft
---overlayaspect normal/fillscreen
any help is appreciated!
thank you for your time.