Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit860fc4c

Browse files
authored
Update procedure.md
Removed the section about using XV for creating screenshots in Linux. The software does not exist anymore. Caveat: there is an "XV Web" but it is dental imaging software.
1 parent578da3f commit860fc4c

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

‎source/help/bitmap/procedure.md

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ What is the easiest way to do bitmapping?
44
It depends on your operating system:
55

66
- Most platforms (including Windows):[ImageMagick](#shortImageM)
7-
- Unix/Linux:[XV screen grab](#shortXV)
87
- Mac:[Mac screen capture](#shortMac)
98

109
------------------------------------------------------------------------
@@ -36,50 +35,7 @@ option with `convert`. You can also try some of the many of `convert`'s
3635
options, like monochrome, sharpen, etc. to achieve better visual quality
3736
(refer to ImageMagick documentation for more details).
3837

39-
<spanid="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-
><spanclass="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. <spanid="shortMac"></span>
38+
<spanid="shortMac"></span>
8339

8440
Shortcut to getting a bitmap version of any figure using Macintosh
8541
------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp