2668 Commits (cd7dd0ca8ba814e9652ddd24da114f8e7f7cb10c)
 

Author SHA1 Message Date
vog a9d9a4a53c Added missing "const" 14 years ago
Andreas Huggel 774e18da73 #778: Added epsimage.[ch]pp files to cmake scripts. 14 years ago
vog fa499da21f Added helper shell script "diffeps" for debugging failed EPS tests 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
Andreas Huggel 64d1308ec7 #769: Fixed calculation of binary array size in the case when the array elements are not sorted in ascending order, added test case. 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 bd7254aed6 Added native preview filter "hex-irb" that is needed for Photoshop EPS previews 14 years ago
vog b30f73cb0b Added helper function Photoshop::locatePreviewIrb() which is needed for native previews of Photoshop EPS files 14 years ago
vog 72bdc994f0 Added helper function decodeHex() that is needed to decode some types of EPS previews 14 years ago
vog aad2a3d32f Small bugfix 14 years ago
vog 08ef2ff9af Added missing type cast 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
Andreas Huggel 36923ec921 [unstable] #585: Added class Tag(1). 14 years ago
Andreas Huggel 576639e95f Added untracked files in doc/templates and some emacs and Mac specific files 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 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
Andreas Huggel e5497c5188 #439: Added optional parameters to XmpParser::initialize() to work around thread-safety issues (Jonathan Potter, GP Software) 14 years ago
vog 42c6c0f190 Added all EPS images to preview-test which actually contain preview data (even if currently not recognized by EpsImage) 14 years ago
vog 87439e6b81 Improved order of preview test images, removed duplicate entries 14 years ago
vog 7d8f0060ef Improved naming of test files 14 years ago
vog b8ce473aad Added test case for a *.xmp file that contains an XMP preview 14 years ago
vog fa206863b8 improved error message in the eps-test driver 14 years ago
vog 8d93c76e67 Use Perl instead of GNU Sed for increased portability in the eps-test driver 14 years ago
vog 640921e6c0 make cast in decodeBase64() more explicit 14 years ago
Robin Mills 25b4bf2ce9 Added cast to enable compilation with DevStudio VS2003 and VS2005. 14 years ago
vog 083a685b25 Fixed EPS test suite: use GNU SED to ensure that SED won't add a line ending at EOF which would make the test comparisons fail 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
Robin Mills ebfb513a21 Removing the casts which were regrettably added with SVN: 2525. 14 years ago
Robin Mills b960062f90 EPS: fixed a cast and removed a useless comment. 14 years ago
Robin Mills e2c570a1ce EPS project.
added long ul2Data(byte* buf, size_t s, ByteOrder byteOrder) to the DevStudio 64 bit build.
This rippled requiring casts to differentiate ul2Data(byte*, uint32_t,size_t) and ul2Data(byte*,size_t,size_t)
Team review requested.
14 years ago
Robin Mills 67c98c21c4 Issue: 777
Added #include <iterator> to iptc.cpp
Added epsimage.{cpp|h} and version.{cpp|h} to the DevStudio build environments.
Some compilation issues remain in VS2010/64 bit build and those fixes will be submitted separately.
14 years ago
vog 96dd7911eb Added new test driver preview-test.sh, added preview PSD test file 14 years ago
vog 848b7bd3b2 Fixed debug settings of crwimage.cpp and pgfimage.cpp 14 years ago
vog ef30654ef2 Improved coding style in EpsImage 14 years ago
vog 3434496d0d improved coding style of EPS test driver 14 years ago