Skip to content

opendesigndev/image-icc-profile-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopus Converter for Photoshop

How to build:

  1. install nix. Also take a look at our useful tools setup.
  2. run nix-shell command in root
  3. run yarn workspace lcms build inside nix-shell
    1. to create a debug build run env ASSERTIONS=1 yarn workspace lcms build
  4. run yarn build

How to use:

import { getRenderer } from '@opendesign/image-icc-profile-converter'

    const renderer = await getRenderer()
    const processed_image = renderer.render(buff, iccProfile)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors