summaryrefslogtreecommitdiff
path: root/base/gxiscale.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Bug 705316 -dUseFastColor issue with image interpolationMichael Vrhel2022-05-211-3/+29
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Fix -dAntidropuoutDownscaler for non-masked images.Ray Johnston2020-12-141-0/+1
* Bug 703164: Endian issues with CMMMichael Vrhel2020-11-201-4/+14
* Bug 703161: Fix unknown error when interpolating transparent imagemasks.Robin Watts2020-11-201-2/+5
* Bug 703027: Tweak previous fix.Robin Watts2020-11-171-2/+2
* Bug 703027: Avoid Infinite loop.Robin Watts2020-11-171-52/+65
* Fix bug 702951. Valgrind error in image_render_interpolate_landscape_iccRay Johnston2020-10-231-1/+1
* Fix error handling in image_render_interpolate_icc().Julian Smith2020-05-251-0/+3
* Remove "magic numbers" from profile type selectionMichael Vrhel2020-05-111-1/+1
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-111-3/+3
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Bug 702116 Avoid NULL dereferenceMichael Vrhel2020-02-131-2/+3
* Coverity issue 102147: initialise gx_device_color::type.Julian Smith2019-11-071-0/+1
* Bug 701296: Fix Interpolation in Indexed spaces with UseFastColorRobin Watts2019-07-181-13/+10
* Initial import of CAL.Robin Watts2019-06-251-0/+15
* Valgrind: image_render_interpolate_landscape_icc.Robin Watts2019-05-011-2/+5
* Bug 700606: Fix problem with interpolated indexed >8bit images.Robin Watts2019-02-271-2/+2
* Bug 693747: Fix valgrind problem.Robin Watts2019-01-171-8/+28
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Bug 697545: Update gx_image_enum_begin to correctly handle error returns.Shailesh Mistry2019-01-021-6/+10
* Fix header inclusions.Robin Watts2018-12-141-0/+1
* Simplify image enumerator rectangle logic for scalers.Robin Watts2018-03-141-6/+6
* Revert "Tweak bitmap interpolater patch size."Robin Watts2018-03-141-46/+16
* Yet more scanbuild warningsKen Sharp2018-02-071-8/+2
* Tweak scale parameters in structure.Robin Watts2018-02-061-1/+11
* Tweak bitmap interpolater patch size.Robin Watts2018-02-061-10/+40
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Fix Bug 698729: White lines with LeadingEdge=3 and InterpolateControl>1Ray Johnston2018-01-121-23/+23
* Add CMYK optimised core to image rendering.Robin Watts2017-12-181-1/+79
* Optimise image_render_interpolate_icc.Robin Watts2017-12-181-226/+392
* Repair the device API - device methods should never be NULLKen Sharp2017-11-161-1/+1
* Optimise handle_colors in gxiscale.cRobin Watts2017-11-011-83/+250
* Avoid looking up the profile for every pixel of an image.Robin Watts2017-11-011-9/+17
* Pass device_profile into color concretizing functions.Robin Watts2017-11-011-1/+1
* Coverity ID# 122660Chris Liddell2017-09-051-1/+1
* Bug 693684: Add InterpolateControl parameter to limit image interpolation.Ray Johnston2017-07-051-199/+461
* Speed up image interpolation with UseFastColorRay Johnston2017-07-051-4/+11
* Add error checking for gs_colorspace_set_icc_equivalent()Chris Liddell2017-06-301-1/+1
* Squash a float <-> double warning.Robin Watts2017-04-101-1/+1
* Bug 696921: Don't "early decode" when interpolating Lab imagesRobin Watts2017-02-271-21/+47
* Apply fix suggested in Bug 697108 to prevent infinite loopRay Johnston2016-09-101-1/+1
* Add some parentheses to clarify interpolation condition.Robin Watts2016-07-291-4/+4
* Remove Visual DebuggerRobin Watts2016-07-291-5/+0
* Fix landscape imagemask plotting.Robin Watts2016-07-121-0/+2
* Improve performance for interpolated landscape images (bug 696841)Ray Johnston2016-07-071-14/+66
* Fix force_interpolation to work properly with interpolation thresholdRay Johnston2016-07-051-12/+14
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-21/+21
* Remove a load of macros in the graphics libraryKen Sharp2016-05-111-20/+106