vog
9fa8c893b1
#790 : Added workaround for EPS files generated by CorelDRAW
14 years ago
vog
71f74c1a33
#689 : Added support for nested EPS documents
14 years ago
vog
315b5d9707
Replaced heuristics with hard criteria about where the %%Page section of an EPS file begins when it is not specified explicitly, adjusted test suite
14 years ago
vog
4ce2d7e717
Improved error handling of nested documents at invalid positions, improved test cases
14 years ago
vog
cbb0bb2934
Added mechanism to refuse to write to EPS files created by Adobe Illustrator 8.0 or older, because Illustrator won't be able to open those afterwards
14 years ago
vog
8e0a97a0a2
Added support for native Photoshop EPS previews, adjusted test suite
14 years ago
vog
7a27f3aa3c
Fixed small mistake in test suite
14 years ago
vog
9389aaa89a
Implemented handling of %%Include DSC comments in EpsImage, adjusted and added test cases
14 years ago
vog
dbde8b815a
Added support for deleting XMP metadata from EPS files (exiv2 -dx), adjusted test suite
14 years ago
vog
3db4d31938
Handle trailing garbage after XMP metadata in EPS files more gracefully
14 years ago
vog
2b0ff37419
More graceful handling of EPS images in which non-existing XMP metadata is announced
14 years ago
vog
da9eab3ede
Improved error message in EpsImage
14 years ago
vog
43fe61ab73
improved EpsImage to handle any combination of removable XMP embeddings, added test cases
14 years ago
vog
8c6d9fe2c2
fixed EpsImage to handle %%PageTrailer and %%Trailer properly, adjusted test suite
14 years ago
vog
5eb9aefc67
Improved XMP embedding/replace mechanism for EPS files, achieved more flexibility with less code, added and adjusted test cases
14 years ago
vog
7d8f0060ef
Improved naming of test files
14 years ago
vog
96dd7911eb
Added new test driver preview-test.sh, added preview PSD test file
14 years ago
vog
3c1d3d993b
#689 : Added support for native DOS EPS previews
14 years ago
vog
8bd69f7c46
#689 : Added support for DOS EPS files
14 years ago
vog
98e90dc738
#689 : Add EPS preview tests
14 years ago
vog
155b37d45f
#689 : Support XMP previews that use the old xapGImg: namespace prefix
14 years ago
vog
9e36ca5dbf
#689 : Provide support for JPEG previews stored in the XMP metadata
14 years ago
vog
6c63b40c4d
#689 : Add test EPS file that contains XMP metadata > 64 KB
14 years ago
vog
c3b6c2b919
#689 : Workaround for Photoshop EPS files, adjusted test suite
14 years ago
vog
e9e3386f72
#689 : Improved eps-test driver
14 years ago
vog
cf97ad9b83
#689 : Added nested EPS files to the tests
14 years ago
vog
c3b4e7af67
#689 : Improved EPS tests
14 years ago
vog
ad1a376412
#689 : provide an example EPS file that contains an %%Include DSC comment
14 years ago
vog
c5bc7b0c07
#689 : provide an example EPS file that contains read-only XMP metadata
14 years ago
vog
add6498031
#689 : Improved EPS tests
14 years ago
vog
ab70bae59c
#689 : Improved EPS tests
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