#PRO - Taking screenshots of planets

1 messages · Page 1 of 1 (latest)

slim oak
#

Hello,

How to screenshot a planet from space, with transparent background, including atmospheric effects? Currently atmosphere is not visible where there is transparent background - view screenshots.

lone gladeBOT
#

Thanks for posting in the support forums, madz!

Guidelines and First Steps:

  1. Please include your se.log file located at <Steamapps>/common/SpaceEngine/system/se.log.
    -# ^ This step is not optional for 95% percent of issues. If you need to know how put "!p log" into the chat below and i will give you a step-by-step
  2. Is your installation modded? Not all mod authors keep up with updates, and old or buggy mods can cause many issues, even those that may not seem related.
  3. Are you on the latest version? Older versions of SpaceEngine are not supported. Check your Betas tab in Steam to make sure you are on the current version.
  4. Have you updated your graphics drivers recently? We only test against up-to-date drivers. Old drivers can cause a plethora of issues.
  5. Does your PC meet the system requirements? (Windows 10, Dual core Intel i3 3rd gen / AMD FX or better, 6 GB RAM, GeForce 1050 Ti or Radeon RX 460 (4 GB)).
    Is This a request for help modding? the correct place for mod help is https://discord.com/channels/148933808811409408/1164988630671044638
wheat basin
#

You must save the image in a format that supports transparency such as PNG. PNG's support 256 levels of transparency and this allows for smooth blending into other images. Personally I use the hires tool(Shift+F11) for my transparencies. here is a quick and crude example of a gas giant overlaid over the moon using a image captured with the hires tool.

slim oak
#

Effectively being cutoff by the background transparency

slim oak
wheat basin
#

I created that composite in Gimp. the gas giant was against space. Aurora's and some atmospheric bloom effects being cutoff are however a limitation of the transparency option.

tired cloud
#

The atmosphere is transparent, so it has an alpha value of roughly zero. Its color should still be in the RGB channels. If you want to put it in front of some background image, you're going to have to additively blend the RGB foreground with the RGB background, modulated by the foreground's alpha (0 = additive, 1 = no blending)