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 "exiv2lib_export.h"
#include "image.hpp"

Classes

class  Exiv2::EpsImage
 Class to access EPS images. More...
 

Namespaces

 Exiv2
 Class CrwImage to access Canon CRW images.
References:
The Canon RAW (CRW) File Format by Phil Harvey.
 

Functions

EXIV2API Image::UniquePtr Exiv2::newEpsInstance (BasicIo::UniquePtr 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.
 

Detailed Description