Hi
I want to capture the text currently seen (not as a picture)
avishaya wrote:
> Ben-Nes Michael wrote:
>
>> Hi
>>
>> Any one have idea or direction how to capture the text CURRENTLY
>> shown
>> in a window under X.
>> For example what text netscape CURRENTLY show (view able).
>>
>> Is there an X component that can be queried for such information,
>> or
>> maybe memory segment ?
>>
>> Docs and hints are welcomed :)
>>
>> --
>> --------------------------
>> Canaan Surfing Ltd.
>> Internet Service Providers
>> Ben-Nes Michael - Manager
>> Tel: 972-6-6925757
>> Fax: 972-6-6925858
>> http://www.canaan.co.il
>> --------------------------
>>
>> =================================================================
>> To unsubscribe, send mail to [EMAIL PROTECTED] with
>> the word "unsubscribe" in the message body, e.g., run the command
>> echo unsubscribe | mail [EMAIL PROTECTED]
>
>
> If you want to capture the whole screen(including all the windows +
> the main windows)
>
> type:
> # xwd -root -out dumpfile.out
>
>
> to capture only a single window type:
> # xwd -out dumpfile.xwd
>
> and then click the changed cursor on the window you want to capture!!
>
>
> at last you can convert this format to whatever format
>
> you want with the "convert" util:
>
> # convert dumpfile.xwd rasta.jpeg
>
> references:
>
> man xwd
>
> man convert
>
> cheers
>
> --
> Avishay Aton
> Unix system administrator
> mcse.
> linux + freebsd lover.
> [EMAIL PROTECTED]
>
>
--
--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-6-6925757
Fax: 972-6-6925858
http://www.canaan.co.il
--------------------------
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]