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