psd-parser
psd-parser copied to clipboard
Only support 8 Bit Channel
Can support 32 bit Channel ?
if i commented the error throw in FileHeaderSectionReader , it works wrong in 32bit PSD file.
there is the Error.

Hello
After checking the contents of the link below, the Depth value of the File Header Section is: 1, 8, 16 and 32, but only 8bit channels are implemented in psd-parser.
https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/
If you can change the channel depth of the psd file you want to use, I would appreciate it if you could change it to 8bit. :)