psd
psd copied to clipboard
feature: expose ICC profile
fixes https://github.com/webtoon/psd/issues/46
I went for the dumbest implementation - just expose the underlying Uint8Array. As far as I can tell this produces a correct profile (can be opened and used with Little-CMS CLI tools).
I'll work next week on integrating emscripten Little-CMS build into our internal parser, so will come back with more feedback :)
I'm a little worried about our fixtures growing - this might be a potential repo bloat in the future, unless we start using something like Git LFS for them?