Age | Commit message (Expand) | Author | Files | Lines |
2003-08-20 | Removing the obsolete code PATTERN_STREAM_ACCUMULATION 0 . | Igor Melichev | 1 | -46/+40 |
2003-08-18 | This commit is part of extending support for high level colors to | Dan Coby | 1 | -0/+1 |
2003-05-16 | Wild core returned sometimes as an error code from pdf_image_end_image_data() | Alex Cherepanov | 1 | -1/+1 |
2003-04-21 | A preparation for non-convert PatternType 1 to rasters with pdfwrite. | Igor Melichev | 1 | -0/+54 |
2003-03-25 | Fix (pdfwrite) : Provide a complete monitoring of the viewer's graphic state | Igor Melichev | 1 | -4/+7 |
2002-11-27 | Fix (pdfwrite) : Skip redundant clipping paths. | Igor Melichev | 1 | -1/+3 |
2002-10-10 | Fix (pdfwrite) : Skipping zero height images because AR cannot handle them. | Igor Melichev | 1 | -20/+20 |
2002-08-14 | Fix: AR5 fails in image when CTM is singular. Skipping such images. | Igor Melichev | 1 | -0/+5 |
2002-08-13 | Skipping 0-size images in pdfwrite because AR5 doesn't support them. | Igor Melichev | 1 | -0/+3 |
2002-07-15 | Fix: (pdfwrite) Fixing the image dimensions for the alternative compression s... | Igor Melichev | 1 | -23/+25 |
2002-06-22 | Fix: (pdfwrite) Force completion of incomplete images encoded with DCT. | Igor Melichev | 1 | -0/+4 |
2002-06-14 | Fix: pdfwrite accepted imagemasks with invalid parameters, producing invalid | L Peter Deutsch | 1 | -0/+8 |
2002-06-14 | Fixes minor compilation errors introduced by the recent image compression | L Peter Deutsch | 1 | -2/+1 |
2002-06-14 | Corrects a spelling error ("samile" => "sample"), and changes the name of | L Peter Deutsch | 1 | -1/+1 |
2002-06-14 | Implements namespaces (/NamespacePush, /NamespacePop pdfmarks) and the /NI | L Peter Deutsch | 1 | -2/+18 |
2002-06-09 | Implementing dynamic choice of image compression filter. | Igor Melichev | 1 | -16/+57 |
2002-06-06 | Changing PDF image writer with writing all images through cos_write_stream. | Igor Melichev | 1 | -4/+1 |
2002-05-28 | Fix: The recent (2002/05/19 22:37:38) change broke in-line images -- they | L Peter Deutsch | 1 | -1/+4 |
2002-05-19 | Fix : improving image stream writer in pdfwrite. | Igor Melichev | 1 | -4/+1 |
2002-05-07 | Fix: pdfwrite could not convert a CIEBased color space with input domains | L Peter Deutsch | 1 | -8/+25 |
2002-04-12 | Removes all tests for pdfwrite CompatibilityLevel < 1.2, since these are | L Peter Deutsch | 1 | -24/+3 |
2002-02-21 | Reverts to marking files with the single Id cvs tag instead of the | Ralph Giles | 1 | -1/+1 |
2002-02-21 | Update banner to the new format common to all releases (AFPL, GPL and | Ray Johnston | 1 | -13/+11 |
2002-02-11 | Fix: pdfwrite could output Indexed color spaces with more than 256 entries, | L Peter Deutsch | 1 | -0/+3 |
2002-01-17 | Fix: Work around an apparent Acrobat Reader 5 bug -- it gives an error for | L Peter Deutsch | 1 | -2/+120 |
2001-08-03 | Fix: If an image used a color space that couldn't be represented in PDF, an | L Peter Deutsch | 1 | -4/+4 |
2001-07-24 | Fix: If ConvertCMYKImagesToRGB was true, pdfwrite produced images with the | L Peter Deutsch | 1 | -5/+14 |
2001-07-12 | Fix: pdfwrite didn't write transfer functions in the output for images, and | L Peter Deutsch | 1 | -4/+16 |
2001-02-07 | Fix: imagemask used the color of previous object if the object had smaller | Alex Cherepanov | 1 | -1/+1 |
2000-09-19 | Updates the license notices to reflect the name change from Aladdin | L Peter Deutsch | 1 | -16/+16 |
2000-09-11 | Adds the ability to write PDF 1.4 soft-masked images. | L Peter Deutsch | 1 | -5/+21 |
2000-09-11 | Adds the ability to write some PDF 1.4 constructs: graphics state parameters | L Peter Deutsch | 1 | -95/+196 |
2000-05-02 | Fix: A "0 ||" was omitted, potentially causing some kinds of errors that | L Peter Deutsch | 1 | -1/+1 |
2000-04-30 | Implements ImageType 3 images in the PDF writer. | L Peter Deutsch | 1 | -667/+166 |
2000-04-28 | Fix: Patterns were sometimes written twice, with an empty definition the | L Peter Deutsch | 1 | -0/+1 |
2000-04-28 | Fix: The color space for images wasn't always written in the correct form | L Peter Deutsch | 1 | -5/+37 |
2000-04-24 | Fix: PDF Patterns weren't written correctly if the ProcessColorModel wasn't | L Peter Deutsch | 1 | -14/+8 |
2000-04-13 | Fix: Bitmapped characters weren't written properly on the output file (new | L Peter Deutsch | 1 | -2/+10 |
2000-04-13 | Fix: The PDF writer could get an ioerror when downsampling images whose size | L Peter Deutsch | 1 | -3/+4 |
2000-04-13 | Fix: Pattern resources were written with incorrectly scaled XStep and YStep, | L Peter Deutsch | 1 | -1/+1 |
2000-04-12 | In pdfwrite, rewrites the image writing code to use Cos objects rather than | L Peter Deutsch | 1 | -708/+263 |
2000-04-11 | Implements additional distiller parameters: PreserveHalftoneInfo, | L Peter Deutsch | 1 | -78/+50 |
2000-03-24 | Substantially enhances the Cos object machinery. Interface: Adds a few more | L Peter Deutsch | 1 | -9/+8 |
2000-03-20 | Fix: The computation for testing whether a tiled pattern could be | L Peter Deutsch | 1 | -1/+12 |
2000-03-20 | Fix: The pointer enumeration procedure for pdf_image_enum was wrong, | L Peter Deutsch | 1 | -2/+2 |
2000-03-20 | Adds parsing for the remaining Acrobat Distiller 4 parameters. Implements | L Peter Deutsch | 1 | -10/+15 |
2000-03-16 | Adds the ability to set the ProcessColorModel of the pdfwrite device to | L Peter Deutsch | 1 | -15/+37 |
2000-03-10 | Fix: In-line images emitted an extra 'q' (gsave), causing the CTM to become | L Peter Deutsch | 1 | -1/+1 |
2000-03-09 | Populate repository with gs 6.0 files.ghostscript-6.0 | L Peter Deutsch | 1 | -3/+15 |
2000-02-15 | Update to Aladdin 6.0 - Files with changes other than license block. | Ray Johnston | 1 | -73/+206 |