Recent Changes for "Output Commands" - Graph Exploration System (GUESS)http://guess.wikispot.org/Output_CommandsRecent Changes of the page "Output Commands" on Graph Exploration System (GUESS).en-us Output Commandshttp://guess.wikispot.org/Output_Commands2007-08-11 00:21:59EytanAdar <div id="content" class="wikipage content"> Differences for Output Commands<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ = Output Commands =<br> + <br> + GUESS is able to export various image formats. You can either do this by selecting the export option from the file menu or utilizing one of the following commands (their function should be clear from the name):<br> + <br> + * exportGIF(filename)<br> + * exportJPG(filename)<br> + * exportPDF(filename)<br> + * exportPS(filename)<br> + * exportEPS(filename)<br> + * exportSVG(filename)<br> + * exportSWF(filename)<br> + * exportJAVA(filename)<br> + * exportCGM(filename)<br> + * exportEMF(filename)<br> + * exportPNG(filename)<br> + <br> + Note that these commands (at present) export a screenshot of what is visible in the window. If you would like to capture the full screen use the appropriate export command in the File menu.<br> + <br> + In addition to image formats GUESS will also allow you to save a (quicktime) movie of what is happening on the screen. To start a movie type: startMovie(fps,filename) where fps is the frames per second. Note that each redraw of the GUESS visualization is considered a frame but this does not necessarily map to real time). You may want to set the frames per second to be very low to render movies that appear in real time. The command stopMovie() will stop the movie recording.<br> + <br> + '''A Note on Memory''': Graphs that take up a lot of (pixel) space will take lots of memory. Because GUESS will try to render things in the "real" scale of the image, you may need to up your memory limits with the -Xmx memory option to Java.<br> + <br> + [non-image formats (GraphML, pajek, etc.)]</span> </td> </tr> </table> </div>