Dan Čermák
|
efe2ccdcb6
|
Replaced all hardcoded error codes with ker... constants
|
7 years ago |
tbeu
|
5b5987a596
|
Remove obsolete EXIV2_RCSID
|
8 years ago |
tbeu
|
5df8b01b77
|
Remove obsolete svn revision
|
8 years ago |
Robin Mills
|
6d5c2c3256
|
Getting ready to release v0.26
|
8 years ago |
Robin Mills
|
2ebacb6b0b
|
#1272 Use in-memory temporary files.
|
8 years ago |
Robin Mills
|
b15a401569
|
#1187 Thank You to Taras for the patch.
|
9 years ago |
Andreas Huggel
|
fd80993ab0
|
Updated copyright notice.
|
10 years ago |
Robin Mills
|
d393b0fa7e
|
trunk: exiv2 v0.25
|
11 years ago |
Robin Mills
|
4e530fbce0
|
Bumping the copyright notice again. (re-doing 3089 without breaking the build!)
|
12 years ago |
Robin Mills
|
a297d2b69e
|
Rollback 3089 - somehow it's broken the build!
|
12 years ago |
Robin Mills
|
da1ed8c536
|
Bumping the copyright notice in src &samples from 2012 to 2013
|
12 years ago |
vog
|
8f7a9d8cca
|
Issue #847: Ensure that Photoshop will always recognize modified Photoshop EPS files
For a full description of this issue, see:
http://dev.exiv2.org/issues/847
|
13 years ago |
vog
|
4a6bb768c8
|
Issue #847: Split recognition of implicit Page, BeginPageSetup and EndPageSetup
|
13 years ago |
vog
|
afd9c40e95
|
Issue #847: Always insert BeginPageSetup/EndPageSetup when missing
|
13 years ago |
vog
|
7f0c44f802
|
Issue #847: Add recognition of explicit and implicit BeginPageSetup
|
13 years ago |
vog
|
d8bb48438c
|
Add more EPS debug output
|
13 years ago |
vog
|
cc1bb0edc0
|
Bugfix in EPS debug output
|
13 years ago |
Andreas Huggel
|
0d397b95c7
|
Updated copyright message for 2012.
|
13 years ago |
vog
|
9fa8c893b1
|
#790: Added workaround for EPS files generated by CorelDRAW
|
14 years ago |
Andreas Huggel
|
2e1edc8d56
|
Removed obsolete #include.
|
14 years ago |
vog
|
50699a8884
|
drop support for UTF-16/32 encoded XMP in EPS files, which is unrealistic anyway
|
14 years ago |
vog
|
84ec018c48
|
fixed indentation
|
14 years ago |
Andreas Huggel
|
d428a3f10e
|
Another tweak to make older MSVCs happy.
|
14 years ago |
Andreas Huggel
|
833c030cf9
|
Removed static keyword from objects in anonymous namespace.
|
14 years ago |
Andreas Huggel
|
e4475fb453
|
Casts added to make 64bit MSVC compiler happy.
|
14 years ago |
vog
|
71f74c1a33
|
#689: Added support for nested EPS documents
|
14 years ago |
vog
|
0b9894b100
|
Removed unneeded code in EpsImage
|
14 years ago |
vog
|
a4c1d3f5b5
|
Changed version number in EPS files to the fixed length hex version number, to simplify testing DOS EPS files
|
14 years ago |
vog
|
058f1ea221
|
Added support for Illustrator previews (%AI7_Thumbnail) in EPS files, decoded to *.pnm
|
14 years ago |
vog
|
d6d2e633a8
|
Improved coding style
|
14 years ago |
vog
|
50469e9747
|
Improved variable naming in EpsImage
|
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
|
a35ef10f30
|
Improved variable naming in EpsImage
|
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
|
992865659b
|
Removed duplicate helper function toString()
|
14 years ago |
vog
|
da6051a3a0
|
Added the possibility to define a filter in the NativePreview mechanism, e.g. for hex decoding
|
14 years ago |
vog
|
9389aaa89a
|
Implemented handling of %%Include DSC comments in EpsImage, adjusted and added test cases
|
14 years ago |
vog
|
e0d3fabab1
|
Avoid unnecessary %%LanguageLevel: comments in EPS files after "exiv2 -dx"
|
14 years ago |
vog
|
dbde8b815a
|
Added support for deleting XMP metadata from EPS files (exiv2 -dx), adjusted test suite
|
14 years ago |
vog
|
aa60fc8d96
|
Improved coding style in EpsImage
|
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
|
c62fa03a86
|
Improved coding style in EpsImage
|
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
|
115ba5a04e
|
Improved epsimage.cpp and preview.cpp to avoid unnecessary type casts, also make some implicit type casts explicit for clarity
|
14 years ago |