epsimage.hpp File Reference
EPS image.References:
[1] Adobe PostScript Language Document Structuring Conventions Specification, Version 3.0, September 1992
[2] Adobe Encapsulated PostScript File Format Specification, Version 3.0, May 1992
[3] Adobe XMP Specification Part 3: Storage in Files, July 2010
[4] Re: Thumbnail data format in ai file, Dec 2003. More...
#include "image.hpp"
#include "types.hpp"
#include <string>
Namespaces | |
| namespace | Exiv2 |
| namespace | Exiv2::ImageType |
Classes | |
| class | Exiv2::EpsImage |
| Class to access EPS images. More... | |
Functions | |
| EXIV2API Image::AutoPtr | Exiv2::newEpsInstance (BasicIo::AutoPtr io, bool create) |
| Create a new EpsImage instance and return an auto-pointer to it. Caller owns the returned object and the auto-pointer ensures that it will be deleted. | |
| EXIV2API bool | Exiv2::isEpsType (BasicIo &iIo, bool advance) |
| Check if the file iIo is a EPS image. | |
Variables | |
| const int | Exiv2::ImageType::eps = 18 |
| EPS image type. | |
Detailed Description
EPS image.References:
[1] Adobe PostScript Language Document Structuring Conventions Specification, Version 3.0, September 1992
[2] Adobe Encapsulated PostScript File Format Specification, Version 3.0, May 1992
[3] Adobe XMP Specification Part 3: Storage in Files, July 2010
[4] Re: Thumbnail data format in ai file, Dec 2003.
- Version:
- Rev
- Date:
- 7-Mar-2011, vog: created