diff --git a/readme.md b/readme.md index ab27261..2446b74 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,13 @@ -## node-transicc [![NPM version](https://badge.fury.io/js/transicc.svg)](http://badge.fury.io/js/transicc) +## node-transicc A simple nodejs module that wraps the LittleCMS transicc command line utility, to allow you to make true ICC Profile-based color conversions inside your node apps. +***** + +![GitHub release](https://img.shields.io/github/release/jpederson/node-transicc.svg?label=github) ![npm](https://img.shields.io/npm/v/transicc.svg) + +***** + ### Installation First, install [LittleCMS](https://github.com/mm2/Little-CMS) using the commands below on Unix/Linux/OSX (binaries available for other OSs). It's a small, open source C-based color management system - transicc uses a LittleCMS command line utility by the same name to perform the actual profile comparisons.