Commit bc9d183
committed
Use extractbb instead of ebb
ebb was the old tool and looks like it is on its way out, a very least
from Debian and for pdfTeX.
From manpage:
-------------
Here are more details about the bb and xbb formats:
The original ebb (from dvipdfm) ignored density information in bitmap
images, and generated bounding boxes with 100px = 72bp = 1in. Unfortu‐
nately, screenshots (especially) tend to look bad with this approach.
So, extractbb (from dvipdfmx) uses density information if present.
Otherwise, it generates bounding box with 100px = 100bp. This is what
pdfTeX does.1 parent 75287c9 commit bc9d183
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments