summaryrefslogtreecommitdiff
path: root/gs/src/gdevpsdi.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-05Update licence headers. Copyright has been transfered from artofcode LLCRalph Giles1-1/+1
2007-04-18Fix a few warnings generated by GCC 4.1.2.Alex Cherepanov1-1/+0
2007-03-05Non-backwards compatible change: use consistent reference count allocationRaph Levien1-4/+3
2006-06-28Fix (pdfwrite) : Improve the filter choice logic.Igor Melichev1-0/+2
2006-06-28Fix (pdfwrite) : Luratech filters must not apply to indexed images.Igor Melichev1-1/+1
2006-04-28pdfwrite : Luratech filters must not apply to inline images, part 2.Igor Melichev1-9/+9
2006-04-27pdfwrite : Luratech filters must not apply to inline images and for Indexed i...Igor Melichev1-14/+18
2006-04-25pdfwrite : Implementing ColorImageAutoFilterStrategy, GrayImageAutoFilterStra...Igor Melichev1-0/+37
2006-03-23(pdfwrite) : Integrating Luratech modules for JPXEncode, JBIG2Encode.Igor Melichev1-2/+2
2006-03-22(pdfwrite) : Integrating Luratech modules for JPXEncode, JBIG2Encode.Igor Melichev1-1/+42
2006-03-22Fix (pdfwrite) : A minor code cleanup.Igor Melichev1-3/+0
2006-03-13changed copyright headersStefan Kemper1-13/+10
2006-03-09pdfwrite : A simplified implementation for ColorConversionStrategy, continued 2.Igor Melichev1-28/+1
2005-09-29Fix (pdfwrite) : Improve DCT compression quality with a hewristic choice of D...Igor Melichev1-5/+5
2005-09-29Fix (pdfwrite) : Improve DCT compression quality with a hewristic choice of D...Igor Melichev1-1/+1
2005-09-21MSVC 6 cannot convert from int64 to double (not yet implemented error).Ray Johnston1-3/+3
2005-09-20Fix (pdfwrite) : Improve DCT compression quality with a hewristic choice of D...Igor Melichev1-9/+140
2005-04-04Fix : LZWEncode filtyer template didn't provide a set_defaults method.Igor Melichev1-3/+2
2005-02-26ps2write : Implementing a conversion of images into ProcessColorModel, step 3...Igor Melichev1-8/+16
2005-02-26ps2write : Implementing a conversion of images into ProcessColorModel, step 2.Igor Melichev1-8/+8
2005-02-25ps2write : Implementing a conversion of images into ProcessColorModel, step 1.Igor Melichev1-0/+52
2005-02-25pdfwrite : Simplify data exchange for pdf_color_space.Igor Melichev1-5/+13
2005-02-24Fix (pdfwrite) : Improving the heap consistensy with compression chooser.Igor Melichev1-0/+2
2005-02-23Fix (pdfdwrite) : Don't apply FlateEncode generating a PDF 1.2.Igor Melichev1-0/+2
2005-02-16ps2write : Implementing a conversion of type 4 images into an 'imagemask' wit...Igor Melichev1-0/+21
2005-01-30Fix (pdfwrite) : Uninitialized variables when applying LZWEncode.Igor Melichev1-0/+4
2004-12-21Fix (pdfwrite) : Propagate error code from setup_image_compression.Igor Melichev1-0/+2
2004-09-02Fix : Unwind an unintentional change to setup_image_compression.Igor Melichev1-1/+1
2004-08-10Added memory_t pointers to gs_malloc() gs_free() calls inStefan Kemper1-1/+1
2004-08-04Addition of a Library Context to start the process of removing globals.Stefan Kemper1-3/+4
2004-07-13Fix (pdfwrite) : Dont create the alternative image compression if a loseless ...Igor Melichev1-1/+2
2004-06-02Fix (pdfwrite) : ConvertCMYKImagesToRGB crashed.Igor Melichev1-4/+7
2003-11-25Fix (pdfwrite) : A fixed overflow in setup_image_compression.Igor Melichev1-2/+3
2002-12-08Fix (pdfwrite) : Fixing a spelling in a comment.Igor Melichev1-2/+2
2002-12-06Fix (pdfwrite) : Improving documentation about compression choice.Igor Melichev1-4/+4
2002-10-31Fix: Propagate error codes from gs_distance_transform_inverse.Igor Melichev1-1/+3
2002-08-22DeviceN.Henry Stiles1-3/+5
2002-06-14Corrects a spelling error ("samile" => "sample"), and changes the name ofL Peter Deutsch1-4/+4
2002-06-09Implementing dynamic choice of image compression filter.Igor Melichev1-13/+37
2002-04-08Fix: Changes the operation of AutoFilter{Gray,Color}Images to always use theL Peter Deutsch1-5/+11
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
2001-12-09Updates pdfwrite to match Acrobat Distiller 5 more closely: addsL Peter Deutsch1-4/+0
2001-09-25Fix: If "distiller" image compression options were changed in the middle ofL Peter Deutsch1-0/+1
2001-03-24Fix: AutoFilter.* options now select lossless compression for the imageAlex Cherepanov1-3/+4
2000-11-02Fix: PDF patterns and masks could be compressed with the DCT filter, causingL Peter Deutsch1-0/+26
2000-09-19Updates the license notices to reflect the name change from AladdinL Peter Deutsch1-16/+16
2000-04-30Improves the test for whether compressing an image is worthwhile.L Peter Deutsch1-2/+2
2000-04-21When writing PDF output, reduces the size of compressed images in IndexedL Peter Deutsch1-20/+24
2000-04-18Fix: Downsampled mask images could cause a memory access error.L Peter Deutsch1-1/+3