Little CMS-2.6
      
      
        
          Introduction to Little CMS2
        
        
          The Little Color Management System is a small-footprint color
          management engine, with special focus on accuracy and performance.
          It uses the International Color Consortium standard (ICC), which is
          the modern standard for color management.
        
        
          This package is known to build and work properly using an LFS-7.7
          platform.
        
        
          Package Information
        
        
          
            - 
              
                Download (HTTP): http://downloads.sourceforge.net/lcms/lcms2-2.6.tar.gz
               
- 
              
                Download MD5 sum: f4c08d38ceade4a664ebff7228910a33
               
- 
              
                Download size: 4.4 MB
               
- 
              
                Estimated disk space required: 15 MB (additional 1 MB for the
                tests)
               
- 
              
                Estimated build time: 0.1 SBU (additional 0.1 SBU for the
                tests)
               
 
        
          Little CMS2 Dependencies
        
        
          Optional
        
        
          libjpeg-turbo-1.4.0 and LibTIFF-4.0.3
        
        
          User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lcms2
        
       
      
        
          Installation of Little CMS2
        
        
          Install Little CMS2 by running the
          following commands:
        
        
./configure --prefix=/usr --disable-static &&
make
        
          To test the results, issue: make
          check.
        
        
          Now, as the root user:
        
        
make install
       
      
        
          Command Explanations
        
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
       
      
        
          Contents
        
        
          
            
              Installed Programs:
              jpgicc, linkicc, psicc, tificc, and
              transicc
            
            
              Installed Library:
              liblcms2.so
            
            
              Installed Directories:
              None
            
           
         
        
          
            Short Descriptions
          
          
            
            
              
                | 
                    jpgicc
                   | 
                    is the Little CMS ICC profile applier for JPEG.
                   | 
              
                | 
                    linkicc
                   | 
                    is the Little CMS ICC device link generator
                   | 
              
                | 
                    psicc
                   | 
                    is the Little CMS ICC PostScript generator.
                   | 
              
                | 
                    tificc
                   | 
                    is the Little CMS ICC tiff generator.
                   | 
              
                | 
                    transicc
                   | 
                    is the Little CMS ColorSpace conversion calculator.
                   | 
              
                | 
                    liblcms2.so | 
                    contains functions implement the lcms2 API.
                   | 
            
          
         
       
      
        Last updated on 2015-02-22 21:16:54 -0800