summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #361 from Biswa96/psicc_manMarti Maria2023-03-101-0/+2
|\ | | | | | | meson: Install psicc man page Looks great, thank you!
| * meson: Install psicc man pageBiswapriyo Nath2023-03-021-0/+2
| |
* | Fix compiling the samples using mesonRichard Hughes2023-03-021-2/+2
|/
* refresh default build system from DebianMarti Maria2023-02-175-15/+15
| | | | Create a default configure in Debian
* version bumpMarti Maria2023-02-169-14/+14
| | | | | In preparation to 2.15 release candidate Updated copyright year as well
* Build: skip utils with missing optional dependenciesLovell Fuller2023-01-251-2/+6
| | | | | - jpgicc depends on optional libjpeg - tificc depends on optional libtiff-4
* samples: Fix wtpt buildL. E. Segovia2022-12-061-0/+2
|
* meson: Support building the samplesL. E. Segovia2022-12-061-0/+33
|
* meson: Support building utilsL. E. Segovia2022-12-067-0/+94
|
* An old function was returning a wrong valueMarti Maria2022-08-311-12/+12
| | | | | It makes no sense that cmsChannelsOf() returns 3 when colorspace is bugus. Added a new function that returns -1 instead. Will document that in 2.15. It is in the API now, but not in docs.
* fix a typoMarti Maria2022-08-221-1/+1
| | | | poof-poof
* missing\n on helpMarti Maria2022-08-221-1/+1
| | | | A minor typo
* Add more help to tifficcMarti Maria2022-08-221-1/+4
| | | | Per #332 suggestion....
* version should be dynamicMarti Maria2022-06-051-1/+1
| | | | On all utils, to get right number even a *.so is used.
* Fix black point compensation issue on unbounded capable profilesMarti Maria2022-03-245-5/+5
| | | | | Some profiles on unbounded mode can return L* negative, this was affecting black point compensation algorithm. Also, added dynamic version reporting as fixing the described bug uncovered an issue with *.so version reporting
* Fix an out of bounds readMarti Maria2022-02-121-1/+1
| | | | Harmless but nasty, the memory was read and then not used.
* update copyright noticesMarti Maria2022-01-298-12/+12
| | | | Update copyrights to generate the release
* Final changes for 2.13Marti Maria2022-01-063-6/+6
| | | | | | - typos - changelog - readme.1st
* Silent a warning on signmm22022-01-051-2/+2
| | | | No warnings allowed on Mac
* Documentation for 2.13Marti Maria2022-01-051-2/+6
| | | | We are close to release candidate 0
* tifficc should not rely on latest libtiffMarti Maria2021-12-221-2/+2
| | | | make linux distros happy
* Premultiplied alpha works on tifficcMarti Maria2021-12-221-145/+149
| | | | Some tested formats are now working
* tifficc premultiplied alphaMarti Maria2021-12-211-21/+40
| | | | | First attempt to add premultiplied alpha support Other cosmetic changes
* update tifficc to fix #294Marti Maria2021-12-131-3/+7
| | | | Fix for #294, thanks for reporting
* Recreate autotools filesmm22021-11-065-10/+10
| | | | fix a typo in pointer casts
* Update tificc.cMarti Maria2021-09-061-0/+1
| | | | Fix for issue #269
* Remove all autotools filesmm22021-06-245-0/+5
|
* Fix for #267Marti Maria2021-06-241-21/+20
| | | | Fixed possible buffer overflow on error logger in tificc sample program
* Add automatic linear space detectionMarti Maria2021-06-201-2/+5
| | | | | - Added a function to estimate gamma space of RGB profiles (only a subset). This function is still undocumented. - Lcms now automatically turns off optimizations when 16-bit on RGB and input linear space is found.
* Fix #258Marti Maria2021-06-201-34/+55
| | | | Fix vulnerability of jpegicc example on crafted EXIF
* update tifficc sampleMarti Maria2021-04-271-1/+16
| | | | | detect some corrupted TIFF files add a check for broken uint16 types
* Prepare 2.12 release candidate 0Marti Maria2020-12-182-25/+32
| | | | Some changes to prepare incoming release
* Fix tiffdiff typoMarti Maria2020-12-181-5/+5
| | | | Fix syntax error due to undefined constant
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2020-12-085-10/+15
|\
| * Autotools for latest changesmm22020-12-035-10/+15
| |
* | Cleanup on tools & samplesMarti Maria2020-12-088-388/+421
|/ | | | | | | add --help option add copyright notice refactoring on xgetopt remove unused toggle char
* updating to 2.12mm22020-11-042-5/+20
| | | | | Change resource compiler files for windows try to add --help to command line utilities
* First try for fast float plugin automakemm22020-11-025-15/+15
| | | | | | Early 2.12 alpha includes dynamic linking with fast float plugin Next steps in removing generated files from repository
* cosmetic changesMarti Maria2020-10-013-4/+4
| | | | to make codeQL happy
* Fix Lut16 matrixMarti Maria2020-06-021-1/+1
| | | | Matrix should always be 3x3
* Regeneration of configuremm22020-05-235-30/+45
|
* Fix end of lines messMarti Maria2020-04-295-0/+5
| | | | Hopefully it is now fixed
* Attempt to upgrade configure script to 2.10Marti Maria2020-04-255-56/+279
| | | | Fix plugins issue as well.
* Update tifficc.c to remove VS 2019 warningsMarti Maria2020-04-241-6/+14
| | | | It also detects wrong TIFF with strips too big (more than MAX_INT)
* Fix man page installation for utilskmilos2020-04-104-4/+4
|
* Revert "Update autotools"Marti Maria2020-04-055-12/+17
| | | | This reverts commit 08fe5c96ed4089b21fa6e6b6248a54a5a4396cb4.
* Update autotoolsMarti Maria2020-04-015-17/+12
| | | | Update configure script to 2.10
* Prepare 2.10 release (I)Marti Maria2020-04-018-8/+8
| | | | Some minor changes to prepeare 2.10 release
* Misc. typosluz.paz2018-05-213-4/+4
| | | Found via `codespell -q 3`
* Add deplibs to transicc, psiccMarti Maria2018-05-022-2/+2
| | | | fixes #160