webtoon / psd

Fast zero-dependency PSD parser for the web and Node.js

Home Page:https://webtoon.github.io/psd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to recover color with hsb?

windyrain opened this issue · comments

I have a problem when the color have hsb attribute like that.

image

image

top is export by photoshop, bottom is by @webtoon/psd. color is grayer than designed.

is there any good way to solve it, thanks.

The problem is not caused by hsb.

I found this psd file with icc profile,

#47 is amazing, but i don't know how to use the expose icc profile.

is there any sample code or demo, thank you very much ~