LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Rotate overlapping images with transparent backgrounds 360°

I’m trying to build a .vi where I will simulate an airplane carrying a container. One knob will control the airplane rotating 360° on its own axis, and another knob will control the container rotating 360° on its own axis as well.
My difficulty is making the transparent .png images rotate 360° without losing their transparent background.
Thank you very much.

 

0 Kudos
Message 1 of 2
(122 Views)

Hi sozo,

 


sozo3d.contato@gmail.com wrote:

My difficulty is making the transparent .png images rotate 360° without losing their transparent background.


Suggestions:

  • Use a 3rd party tool to rotate those PNGs with transparent background.
  • Prepare images for each 10° of rotation (makes 36 images), so you don't need to do that part every time: just display the corresponding image for each rotation value. (Change the numbers according to your requirements.)
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(110 Views)