How to Visualize PNG With Transparent Background? #6070
-
This is the code I'm using to make my PNG:
This produces a PNG with a white background. How can I make it produce a PNG with a transparent background? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @tempaccountforissue Open3D doesn't support transparency in the saved image. But a workaround would be to use a "green screen" type color (something absent in your scene - white may work as well), capture the image and then post process it with imagemagick to replace the green screen with transparency. See here for help: |
Beta Was this translation helpful? Give feedback.
Hi @tempaccountforissue Open3D doesn't support transparency in the saved image. But a workaround would be to use a "green screen" type color (something absent in your scene - white may work as well), capture the image and then post process it with imagemagick to replace the green screen with transparency. See here for help:
https://stackoverflow.com/questions/9155377/set-transparent-background-using-imagemagick-and-commandline-prompt