Le 14/06/2009 12:05, Werner LEMBERG a écrit : > I want to compare the graphical output of different versions of a > program pixel by pixel. To do that, I would like to divert the > contents of the program's (single) X11 frame directly to a file -- a > kind of automatic capturing without manual selection of the window.
xwd is probably what you're looking for. "convert" should then be able to convert the dump's content to png or whatever format you like. Cheers, Rémi Cardona _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
