I would really love for RV to render a QImage of a specified source at a specified frame, optionally specifying a resolution, using a built in command. (rv.commands, extra_commands) The returned object would be a QImage that I could store and use in my plugins. The basic premise here is to avoid exporting temporary thumbnails and temporary session files to generate a QImage which is then used in a qt gui.
Thanks!
-Gates