webtoon / psd

Fast zero-dependency PSD parser for the web and Node.js
https://webtoon.github.io/psd
MIT License
1.21k stars 55 forks source link

Psd.composite() note about "Maximize Compatibility" #44

Closed Arecsu closed 2 years ago

Arecsu commented 2 years ago

AFAIK only the pixel data of the entire image needs the PSD/PSB to be saved with "Maximize Compatibility". I've tested this.

I didn't test for layer.composite(). I suspect layers don't need it.

By the way: beautiful library!! I've just tested it with ZMOK coming from psd.js and made really noticeable speed improvements. Impressive work 🎉

pastelmind commented 2 years ago

Thank you! We appreciate your PR.

LGTM but could you fix the small typo ("maximizize")? If you don't have the time, I can fix it tomorrow.

Arecsu commented 2 years ago

Of course! I've just fixed it 😊