Documentation/devtools/maemo5/xresponse-visualize: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>kaltsi
New page: == Description == xresponse-visualize is a set of scripts that can be used on the host/Scratchbox environment to visualize xresponse log files....
 
imported>amigadave
devtools template
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Devtools}}
== Description ==
== Description ==


Line 20: Line 23:
== Notes ==
== Notes ==


The recommended dependencies (''imagemagick'' and ''python-pygame'') for xresponse-visualize are not (yet) provided with the maemo SDK, but are expected to be found from the user's host system.
The recommended ''imagemagick'' dependency for xresponse-visualize is not (yet) provided with the maemo SDK, but are expected to be found from the user's host system.  It's needed only by the animated GIF creation script, not by the visualization program itself.


== Links ==
== Links ==
Line 31: Line 34:


[[Documentation/devtools/maemo5/xresponse|xresponse]]
[[Documentation/devtools/maemo5/xresponse|xresponse]]
[[Category:Fremantle]]

Latest revision as of 15:28, 11 March 2010

This article documents a developer tool.
A list of available devtools is available, together with installation instructions.


Description

xresponse-visualize is a set of scripts that can be used on the host/Scratchbox environment to visualize xresponse log files.

  • xresponse-convert: create a series of images from xresponse logs highlighting the area of the screen where changes were detected.
  • xresponse-visualize: animates images create with xresponse-convert

Packages

source: xresponse-visualize

binary: xresponse-visualize


Usage Examples

-

Notes

The recommended imagemagick dependency for xresponse-visualize is not (yet) provided with the maemo SDK, but are expected to be found from the user's host system. It's needed only by the animated GIF creation script, not by the visualization program itself.

[xresponse-convert man page](/development/documentation/man_pages/xresponse-convert.html)

[xresponse-visualize man page](/development/documentation/man_pages/xresponse-visualize.html)

See Also

xresponse