@@ -4,7 +4,6 @@ What is the easiest way to do bitmapping?
4
4
It depends on your operating system:
5
5
6
6
- Most platforms (including Windows):[ ImageMagick] ( #shortImageM )
7
- - Unix/Linux:[ XV screen grab] ( #shortXV )
8
7
- Mac:[ Mac screen capture] ( #shortMac )
9
8
10
9
------------------------------------------------------------------------
@@ -36,50 +35,7 @@ option with `convert`. You can also try some of the many of `convert`'s
36
35
options, like monochrome, sharpen, etc. to achieve better visual quality
37
36
(refer to ImageMagick documentation for more details).
38
37
39
- <span id =" shortXV " ></span >
40
-
41
- Shortcut to getting a bitmap version of any figure using XV
42
- -----------------------------------------------------------
43
-
44
- If you have[ XV] ( http://www.trilon.com/xv/ ) installed, there is an easy
45
- way to make a bitmap version of any figure.
46
-
47
- First, display the original figure on the screen somehow, e.g. with
48
- ghostview.** DO NOT** open PostScript figures with XV -- this simply
49
- uses ghostscript as a backend to generate a low resolution ppmraw
50
- bitmap. It is better to display the PostScript file at the desired size
51
- with your favorite viewer and then grab the image from screen as
52
- described below.
53
-
54
- Next, use the "Grab" button in XV to snatch a copy of the displayed
55
- image into XV's buffer (after selecting "Grab" you can do this either by
56
- clicking the left mouse button on the desired window -- which grabs the
57
- whole window, or by holding down the middle mouse button and dragging --
58
- which selects a region).
59
-
60
- Once the image is in XV's buffer, you can manipulate it. You should use
61
- "Autocrop" or "Crop" to remove any excess margins around the figure.
62
- Then save it as a color or greyscale PostScript.
63
-
64
- > <span class =" note " >Note: </span >** When resaving as PostScript, you
65
- > must click the XV "compress" box; this vastly reduces the file size
66
- > with no loss of quality.**
67
-
68
- ![ A picture of the XV Save window showing the compress checkbox
69
- ticked] ( https://arxiv.org/icons/help/xvcompress.gif )
70
-
71
- > The "compress" option is available only when XV is in 8bit mode, this
72
- > is selected from the` 24/8 Bit ` menu in the` XV controls ` window. You
73
- > almost certainly do not need a 24bit color map so you should use 8bit
74
- > mode. Also, you should save as` Greyscale ` ,` Full Color ` or
75
- > ` Reduced Color ` rather than` B/W Dithered ` which does not allow
76
- > compression.** We do not want PostScript bitmaps generated without
77
- > this option because they can be many megabytes in size when
78
- > unzipped.**
79
-
80
- Finally, make sure that the size of the newly saved image is smaller
81
- than the original. In addition, the uncompressed size of a figure should
82
- not exceed 500kB. <span id =" shortMac " ></span >
38
+ <span id =" shortMac " ></span >
83
39
84
40
Shortcut to getting a bitmap version of any figure using Macintosh
85
41
------------------------------------------------------------------