summaryrefslogtreecommitdiff
path: root/support/xwpick/xwpick-2.10.README
blob: 32a9ee62a574b7aec2dad36d4815f6b75db84762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
XWPICK - X Windows Image Pick up Utility.


GENERAL INFO 
============

Xwpick lets you pick an image from an arbitrary window or rectangular
area of an X11-server and write it to a file in a variety of formats. 

Why xwpick?

 o  Xwpick is convenient in use. The onmipresent blinking rectangle
    surrounding the area to be picked and involment of the keyboard
    input in addition to the mouse help to get rid of numerous parameters,
    nevertheless satisfying in quite a natural way the most common needs
    of users, namely, picking an image from a selected window or from
    an arbitrary rectangular area and a possibility to  change the
    selected image just before outputing to a file.

    Xwpick also allows to pick images from pop-up menus, which are on the
    screen only when the mouse button is pressed and disappear immediately
    after the button is released.

 o  Xwpick can output images in various formats: different PostScripts,
    GIF, PCX (IBM PC), PICT (Macintosh), PPM (PBM Plus).

 o  Xwpick runs not only on UNIX platforms, but on OpenVMS (VAX/Alpha)
    as well.

 o  Xwpick uses the Lempel-Ziv Welch (LZW) compression algorithm for 
    image encoding in PostScript, thus producing very compact files:
    3-5 time less than files produced with Run Length Encoding (RLE) and
    10-30 times less than files produced without compression.

    PostScipt files produced by XWPICK automatically understand on what
    kind of printer they are being output. On level 2 PostScript printers
    the native LZW/ASCII85 decoding filters will be invoked,  while on 
    level 1 printers the inline decompression code is executed. Rendering
    time on level 2 printers is pretty fast (usually less than 1 minute),
    on level 1 printers the image rendering, of cause, is much slower, but
    nevertheless essentially faster than for Run Length Encoded PostScript
    images.


LIMITATION
==========

Xwpick does not work on 24-bit DirectColor/TrueColor devices.


AUTHOR
======

Evgeni Chernyaev  
chernaev@mx.ihep.su