Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xautomation(7) [debian man page]

XAUTOMATION(7)						 Miscellaneous Information Manual					    XAUTOMATION(7)

NAME
xautomation - control X from the command line, and find things on the screen DESCRIPTION
xautomation is a set of command lines programs to control X and do "visual scraping" to find things on the screen. The control interface allows mouse movement, clicking, button up/down, key up/down, etc, and uses the XTest extension so you don't have the annoying problems that xse has when apps ignore sent events. The visgrep program find images inside of images and reports the coordinates, allowing programs to find buttons, etc, on the screen to click on. xautomation consists in the following programs: pat2ppm Converts an image file from PAT to PPM format. patextract Extract a part of a PNG image file. png2pat Converts an image file from PNG to PAT format. rgb2pat Converts an image file from 24-bit RGB to PAT format visgrep Visual grep, greps for images in another image. xte Generates fake input using the XTest extension. For more information, please see the individual manpages of these programs. SEE ALSO
pat2ppm(1), patextract(1), png2pat(1), rgb2pat(1), visgrep(1), xte(1). AUTHOR
xautomation was written by Steve Slaven <bpk@hoopajoo.net>. This manual page was written by Aurelien Jarno <aurel32@debian.org>, for the Debian project (but may be used by others). August 08, 2005 XAUTOMATION(7)

Check Out this Related Man Page

pfsout(1)						      General Commands Manual							 pfsout(1)

NAME
pfsout - Read pfs frames from stdin and write them in the format determined by the extension of the file name SYNOPSIS
pfsout pfsout <file> [<file>...] DESCRIPTION
This command can be used to write pfs frames piped to standard input in one of the several recognized formats. The proper format is deter- mined by the extension of the give file name. To get a list of recognized formats and extensions, execute: pfsin --help This command is a front-end for pfsout* programs for writing images: pfsoutrgbe, pfsoutexr, etc. Based on the file extension, appropriate program is executed. If two different file format are given as parameters, two different program for writing images are executed. Addi- tional options starting with dash '-' can be passed to pfsout* programs. The following rules apply for passing the options: the options given before any image file name (or %d pattern) are passed to all pfsout* programs. Options given after image file name are only passed to the program executed for that file(s). Note also that all option that take an argument (except --frames) must given in the form --option=value, that is without a space between an option and its argument. EXAMPLES
pfsin memorial.tiff | pfsout memorial.hdr Converts from one HDR format to another SEE ALSO
pfsin(1) BUGS
This command currently does not handle multiple frames given with a %d pattern in case of LDR formats: JPEG, PNG, PNM. Please report bugs and comments on implementation to the discussion group http://groups.google.com/group/pfstools pfsout(1)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Using find command

Hy, Does someone know how to setup "find" command allowing to find all files or directories according to a specific filter whatever case sensitive (I'm working on AIX platform 4.3.3). Example: find / -type d -exec grep .... Or perhaps using regular expresssion find / -type d -name... (6 Replies)
Discussion started by: jo_aze
6 Replies

2. UNIX for Dummies Questions & Answers

permission help

Ok heres the situation I've been studying Solaris 8 for about 6 months now and some things click in my head but others don't. One of the things that don't click are file permissions. For example I login at work and I use the ls -l command to get a long listing of the files w/ the permissions.... (2 Replies)
Discussion started by: eloquent99
2 Replies

3. UNIX for Dummies Questions & Answers

find cannot be redirected to specific stdout ?

I tried to redirect the find command to a file (using find ..... > asdf ) and the file asdf is always empty . The results keep appearing on the screen. Is there another way to do this ? hmm . i just figured out that the file is empty only when in fact all results of the find command give a... (1 Reply)
Discussion started by: Shady_Creeper
1 Replies

4. UNIX for Dummies Questions & Answers

find command help

hi, i have a selection of directories on a filesystem and i want to know the total size of the lot of them. I can list the contence of them with: find /mystuff/*/*/work/*/prog/images/ but how do i get there total size? thanks for any help (4 Replies)
Discussion started by: purest
4 Replies

5. UNIX for Dummies Questions & Answers

How to find a file with specific string inside it.

Hi , Is there any way i can find a file with specific word inside it. For example if i want to find a file which has some text written inside it. How would i form a command to search them? (3 Replies)
Discussion started by: pinga123
3 Replies

6. Programming

C++ last bit of an image

Hi guys, I've been trying to find out what's wrong with the code, g++ doesn't prompt any error but it doesn't do what I want it to do, and after looking at it over and over I can't find anything wrong with it. The code its quite simple: I need to save the last bit of every position on the vector... (2 Replies)
Discussion started by: lamachejo
2 Replies

7. Shell Programming and Scripting

Tricky recursive removal (find with grep)

Tricky one: I want to do several things all at once to blow away a directory (rm -rf <dir>) 1) I want to find all files recursively that have a specific file extension (.ver) for example. 2) Then in that file, I want to grep for an expression ( "sp2" ) for example. 3) Then I want to... (1 Reply)
Discussion started by: jvsrvcs
1 Replies

8. Shell Programming and Scripting

Adding incomplete HTML code to a file

Hi folks, I am scraping data from the Internet that has the format similar to what's on this page -- Trigger Notice Report The code I've written for scraping and storing results works fine when the HTML code is well written, but not when there are mistakes. In particular, the code breaks when... (4 Replies)
Discussion started by: ksk
4 Replies

9. UNIX for Dummies Questions & Answers

How to find string of file name of images?

Hi & good day, How to use find correctly ? I have several folders, _img1, _img2 etc. Then I want to use the find command to find part of an image name, such as: the string ”modern” which is (at least) in: ”_img2/modern_world2PS220.jpg” Also I want to know _in which folder_ it... (10 Replies)
Discussion started by: OmarKN
10 Replies

10. Shell Programming and Scripting

Finding all files based on pattern

Hi All, I need to find all files in a directory which are containing specific pattern. Thing is that file name should not consider if pattern is only in commented area. all contents which are under /* */ are commented all lines which are starting with -- or if -- is a part of some sentence... (13 Replies)
Discussion started by: Lakshman_Gupta
13 Replies