Expand description
EPS file support: DOS binary header stripping and BoundingBox parsing.
Functionsยง
- content_
is_ epsf - Detect EPS by content: checks if the first line contains
EPSF(e.g.%!PS-Adobe-2.0 EPSF-1.2). - read_
eps_ bounding_ box - Parse a
%%BoundingBoxor%%HiResBoundingBoxDSC comment from EPS data. - strip_
dos_ eps_ header - Strip a DOS EPS binary header if present, returning the PostScript portion.