iccdev
Version: 
The International Color Consortium....promoting and encouraging the standardization of an open color management system with WASM Tools for managing ICC Color Profiles
16 lines (15 loc) • 827 B
JavaScript
module.exports = {
  IccApplyNamedCmm: require('./IccApplyNamedCmm/iccApplyNamedCmm.js'),
  IccScan: require('./IccScan/iccScan.js'),
  IccApplyProfiles: require('./IccApplyProfiles/iccApplyProfiles.js'),
  IccApplyToLink: require('./IccApplyToLink/iccApplyToLink.js'),
  IccDumpProfile: require('./IccDumpProfile/iccDumpProfile.js'),
  IccFromCube: require('./IccFromCube/iccFromCube.js'),
  IccFromXml: require('./IccFromXml/iccFromXml.js'),
  IccJpegDump: require('./IccJpegDump/iccJpegDump.js'),
  IccRoundTrip: require('./IccRoundTrip/iccRoundTrip.js'),
  IccSpecSepToTiff: require('./IccSpecSepToTiff/iccSpecSepToTiff.js'),
  IccTiffDump: require('./IccTiffDump/iccTiffDump.js'),
  IccToXml: require('./IccToXml/iccToXml.js'),
  IccV5DspObsToV4Dsp: require('./IccV5DspObsToV4Dsp/iccV5DspObsToV4Dsp.js')
};