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