NineWorlds / xstreamer

XStreamer X-Wing Squad and Imperial Assault Army Helper for Twitch and YouTube Streamers
MIT License
8 stars 3 forks source link

Automatically Save Images for Streaming #62

Closed kingargyle closed 6 years ago

kingargyle commented 6 years ago

Currently there is a Save As option within the Image Viewer, however this takes a few extra steps in order to get the image out to a point where it can be used. A work around is the use an Window Capture in OBS Studio but again this will show any image around in the same window. which may not work the best.

Images when loaded should automatically save to the same output directory as the template that is being used. File names will be preceeded with xstreamer and the type of image being saved.

  1. xstreamer_xwing_pilot_card.png - XWing Pilot cards.
  2. xstreamer_xwing_upgrade_card.png - XWing Upgrade cards
  3. xstreamer_deployment_card.png - Imperial Assault Deployment Card image
  4. xstreamer_command_card_png - Imperial Assault Command Card Image

Streamers can then point an ImageSource overlay to the appropriate image and when it is re-written it will automatically refresh.

kingargyle commented 6 years ago

Implemented.