vog
7c99e174e8
#689 : Improved coding style of EpsImage: prefer byte* over char*, make use of getULong(), etc
14 years ago
vog
ed060a7a35
Fixed isEpsType() to handle size_t / long types in a clean way
14 years ago
vog
11f52679c5
Fixed isEpsType() to use DataBuf instead of a local allocation on the stack
14 years ago
vog
8bd69f7c46
#689 : Added support for DOS EPS files
14 years ago
vog
3b13ab8717
#689 : Make private implementation pf EpsImage really private
14 years ago
vog
f7c8463132
#689 : Improved code readability of EpsImage
14 years ago
vog
c3b6c2b919
#689 : Workaround for Photoshop EPS files, adjusted test suite
14 years ago
vog
3656fe930e
#689 : Improved Exiv2 EPS comments
14 years ago
vog
1cd0eff9a2
#689 : Bugfix for Photoshop EPS files
14 years ago
vog
dfe65c4214
#689 : Improved performance of EpsImage
14 years ago
vog
e3d2c7491b
#689 : Workaround for handling Exiftool's XMP embedding into EPS
14 years ago
vog
ca452746e2
#689 : Improved coding style and warnings in EpsImage
14 years ago
vog
69b05be843
#689 : Improved debug output in EpsImage
14 years ago
vog
641164a49c
#689 : Provide support for more EPS variants
14 years ago
vog
de48225d9b
#689 : provide support for EPS files
...
EPS is added to the front of the registry to ensure that very small
EPS files will be detected.
This implementation refuses to deal with "read-only XMP" as well
as "%%Include..." DSC comments, because it is unclear how to handle
those properly. If one of these special cases occur, a warning will
be emitted which encourages the user to provide a real-world EPS
file to us.
14 years ago