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
AgeCommit message (Collapse)Author
2020-12-08Recover the old'n good PDF documentationMarti Maria
But put them on a diet
2020-12-03Autotools for latest changesmm2
2020-12-03Add Lab -> RGB/CMYK/Gray/Lab kernel to fast float pluginMarti Maria
First try, although it seems to work. Is is more accurate close to neutral axis and less accurate on self-flourescent hyper-saturated colors, which are rare. configure have to be regenerated (it will be wiped out soon)
2020-11-22Plugin supports RGB->LabMarti Maria
Add support for "RGB to any" in the fast float plug-in cleanup of interpolation (cosmetics) ongoing "lab to any" support in the fast float plug-in
2020-11-03XCode 12 & clarify SSE2 detection togglemm2
New XCode12 project Comments on fast float SSE2 toggle
2020-11-03hopefully, fix the plugin compilationmm2
use AM_CONDITIONAL
2020-11-02remove broken fast plugin compilationmm2
It does not pass travis, so now it is disabled
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-11-01fast_float autoconf/automake buildGlenn Butcher
2020-10-02Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria
2020-10-02fast float plugin now can be compiled as C++Marti Maria
Fixed some glitches that prevent linking when mixing C and C++
2020-10-02fast plugin update to development sourcesMarti Maria
Fixes several issues on C++ (functions not found due to mangling) Converts all optimizers to version 2 Adds complete alpha handling Improves speed on certain cases
2020-09-03added interpolation kernels for more input channelsMarti Maria
Thanks to Carles Llopis for the idean and the code
2020-07-15some fixes for XCodemm2
XCode found some issues
2020-07-01no SSE2 toggle on pluginMarti Maria
allow to compile withou SSE2
2020-06-16Documentation now in odt, results in HUGE space savings2.11Marti Maria
And this is source code as well
2020-06-14Update fast_8_matsh_sse.cMarti Maria
missing return
2020-06-14Update fast_8_matsh_sse.cMarti Maria
Fix SSE2 for linux
2020-05-25Merged SSE matrix-shaper optimizerMarti Maria
It makes small difference, but here you go! In my computer, matrix shaper runs times x 2.4 faster the core lcms2 without SSE is about times x 2
2020-05-25Changes from ArtifexMarti Maria
Many thanks for sharing!
2020-05-21fix overoptimization issueMarti Maria
The cmsFLAGS_NOOPTIMIZE was ignored when a plug-in was used
2020-05-21fix resgister keyword in plug-inMarti Maria
2020-05-21Update LittleCMS fast float extensions 1.0.pdfMarti Maria
updated manual
2020-05-17add manual to projectlcms2.10rc1Marti Maria
plug in documentation
2020-05-17Create LittleCMS fast float extensions 1.0.pdfMarti Maria
Plug-in manual
2020-05-17get rid of bsc files & activate change formatMarti Maria
- get rid of bsc files - activate change format feature on plugin
2020-05-17fast float plugin updateMarti Maria
Add an extra check to prevent bogus change of format
2020-04-25Second try to fix pluginsMarti Maria
Makefile is now out of .gitignore
2020-04-25Attempt to upgrade configure script to 2.10Marti Maria
Fix plugins issue as well.
2020-04-23Release of fast floating point plug-in to open sourceMarti Maria
Release of fast floating point plug-in to open source. This plug-in greatly increments the throughput in some situations. It is released under GPL3, which is different from the core library, released under MIT.