Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2022-09-01An old function was returning a wrong valueMarti Maria
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.
2022-08-22fix a typoMarti Maria
poof-poof
2022-08-22missing\n on helpMarti Maria
A minor typo
2022-08-22Add more help to tifficcMarti Maria
Per #332 suggestion....
2022-06-05version should be dynamicMarti Maria
On all utils, to get right number even a *.so is used.
2022-03-24Fix black point compensation issue on unbounded capable profilesMarti Maria
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
2022-02-12Fix an out of bounds readMarti Maria
Harmless but nasty, the memory was read and then not used.
2022-01-29update copyright noticesMarti Maria
Update copyrights to generate the release
2022-01-06Final changes for 2.13Marti Maria
- typos - changelog - readme.1st
2022-01-05Silent a warning on signmm2
No warnings allowed on Mac
2022-01-05Documentation for 2.13Marti Maria
We are close to release candidate 0
2021-12-22tifficc should not rely on latest libtiffMarti Maria
make linux distros happy
2021-12-22Premultiplied alpha works on tifficcMarti Maria
Some tested formats are now working
2021-12-21tifficc premultiplied alphaMarti Maria
First attempt to add premultiplied alpha support Other cosmetic changes
2021-12-13update tifficc to fix #294Marti Maria
Fix for #294, thanks for reporting
2021-11-06Recreate autotools filesmm2
fix a typo in pointer casts
2021-09-06Update tificc.cMarti Maria
Fix for issue #269
2021-06-24Remove all autotools filesmm2
2021-06-24Fix for #267Marti Maria
Fixed possible buffer overflow on error logger in tificc sample program
2021-06-20Add automatic linear space detectionMarti Maria
- 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.
2021-06-20Fix #258Marti Maria
Fix vulnerability of jpegicc example on crafted EXIF
2021-04-27update tifficc sampleMarti Maria
detect some corrupted TIFF files add a check for broken uint16 types
2020-12-18Prepare 2.12 release candidate 0Marti Maria
Some changes to prepare incoming release
2020-12-18Fix tiffdiff typoMarti Maria
Fix syntax error due to undefined constant
2020-12-08Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria
2020-12-08Cleanup on tools & samplesMarti Maria
add --help option add copyright notice refactoring on xgetopt remove unused toggle char
2020-12-03Autotools for latest changesmm2
2020-11-04updating to 2.12mm2
Change resource compiler files for windows try to add --help to command line utilities
2020-11-02First try for fast float plugin automakemm2
Early 2.12 alpha includes dynamic linking with fast float plugin Next steps in removing generated files from repository
2020-10-01cosmetic changesMarti Maria
to make codeQL happy
2020-06-02Fix Lut16 matrixMarti Maria
Matrix should always be 3x3
2020-05-23Regeneration of configuremm2
2020-04-29Fix end of lines messMarti Maria
Hopefully it is now fixed
2020-04-25Attempt to upgrade configure script to 2.10Marti Maria
Fix plugins issue as well.
2020-04-24Update tifficc.c to remove VS 2019 warningsMarti Maria
It also detects wrong TIFF with strips too big (more than MAX_INT)
2020-04-10Fix man page installation for utilskmilos
2020-04-05Revert "Update autotools"Marti Maria
This reverts commit 08fe5c96ed4089b21fa6e6b6248a54a5a4396cb4.
2020-04-01Update autotoolsMarti Maria
Update configure script to 2.10
2020-04-01Prepare 2.10 release (I)Marti Maria
Some minor changes to prepeare 2.10 release
2018-05-21Misc. typosluz.paz
Found via `codespell -q 3`
2018-05-02Add deplibs to transicc, psiccMarti Maria
fixes #160
2018-02-24Replace non-ASCII charactersStefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-09-27upgrade autotools to 2.9Marti Maria
Matches release candidate
2017-07-25rollback of a wrong PRMarti Maria
Back to safety
2017-07-14Prepare for 2.9 releaseMarti Maria
Set copyright notices and version stamp, Still there are missing files, like documentation
2017-05-03Fixed reversed logic test & a typo on the && operatorMarti Maria
2017-01-23spelling fixesklemens
2016-06-22Added a check on filelen functionMarti
2016-05-19downgrade to automake 1.14.1 which is stableMarti
2016-05-11Fix some typos (found by codespell)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>