summaryrefslogtreecommitdiff
path: root/source/gprf
AgeCommit message (Expand)Author
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...Tor Andersson
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-02-02Fix Gproof DLL calling on windows.Robin Watts
2016-01-20Various formatting cleanups.Tor Andersson
2016-01-05Clean up trailing whitespace.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-09-29add fz_separation_disabled_on_page() and related functionsfredrossperry
2015-09-29gproof: put the generated page file in the same directory as the gproof filefredrossperry
2015-09-29Support for proofingfredrossperry
2015-09-02Add in support for icc profiles in gprf/gproof formatMichael Vrhel
2015-08-28Update gproof document handler to cope with renamed gs device.Robin Watts
2015-08-26Make the ICC color path the default when rendering the gproof pages with gs.Michael Vrhel
2015-08-24GProof: Hook up fz_meta - just for 'format' currently.Robin Watts
2015-08-19Add stdout and stderr procedures for use with gs api callsMichael Vrhel
2015-08-17GPrf: Alter gsapi invocationRobin Watts
2015-08-17Fix stupid ommission in gprf-doc.cRobin Watts
2015-08-17gprf: Minor fixes for neatness.Robin Watts
2015-08-17GProof: Use better RGB -> CMYK conversion when working from seps.Robin Watts
2015-08-17GProof: Fix creating images from a selection of separationsRobin Watts
2015-08-17GProof: Fix a potential signed/unsigned problem in CMYK conversion.Robin Watts
2015-08-17Add fz_read_string function to read a null terminated stringRobin Watts
2015-08-17Add JNI interface to MuPDFCore to read/write separations on a page.Robin Watts
2015-07-31Clean up fz_read_[u]intNN() functions and add big-endian versions.Tor Andersson
2015-07-20Gproof doc handler; add ability to call gs via gsapi rather than exe.Robin Watts
2015-07-20Improve Grid fitting of images for .gproof files.Robin Watts
2015-07-20Code to generate a GProof file from a currently opened document.Robin Watts
2015-07-20First cut at gprf document handler.Robin Watts