ParaView currently does not have any direct way to add a logo to a view's foreground or to an animation capture. The best you can do right now is one of the following hacks:
1. As Utkarsh suggested, make a background image with the logo where you want it. Set up your animation so that nothing covers the logo. 2. Make a Plane source. Add a transform filter to place the plane where you want the logo to show up. In the properties panel under Display and then the Miscellaneous subgroup, there is an advanced option for Texture. (The easiest way to find it is to type "texture" in the properties panel's search box.) Use that to load your logo as a texture on the plane. (Lighting and placement could be an issue with this approach.) 3. Add the logo after the movie is generated in a movie-editing tool. This is probably the method I would go for, but it does require finding and using a separate software application. -Ken From: "Madalena S. Malhadas" <[email protected]<mailto:[email protected]>> Date: Wednesday, March 18, 2015 at 6:49 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [EXTERNAL] Re: [Paraview] Add logo to animation paraview script Dear all, What are the steps to include a image, as logo, in a corner of an animated script. Basicaly I want to know what is the code that allows to include image as logo in my animated script. I do not want image as background but image as logo, placed in one of the corners of my figure. Kind regards Madalena
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
