Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-02 | Add in support for icc profiles in gprf/gproof format | Michael Vrhel | |
The default profile case (sRGB and SWOP CMYK) are indicated by empty strings for those entries. | |||
2015-07-20 | Code to generate a GProof file from a currently opened document. | Robin Watts | |
Given a document, generate a gproof file from it. This encapsulates the name of the file, the desired resolution for proofing, and the page dimensions of all the pages in the file. The idea is that an app will call this when it is asked to go into 'proofing' mode, and will reinvoke itself on this file. This gives the gprf document handler just enough information to fake up a document of n pages of the required sizes. Each page will then be autogenerated on demand. |