Hi Gibra. Thank you for following up on this!

Yes, PhotoDemon now offers comprehensive PSD import/export support. I wrote a little article about it earlier this year:

https://photodemon.org/2019/02/20/ps...available.html

The import/export code is pure VB6 except for two 3rd-party dependencies covering DEFLATE support (libdeflate) and color management (littlecms). The parser successfully reads more images than any other 3rd-party PSD engine I have tested, including GIMP, Paint.NET's PSD plugin, etc. All PSD color models and compression types are fully supported.

Full parser source code is available at GitHub, especially the pdPSD, pdPSDLayer, and pdPSDLayerInfo classes.

Your PSD files were helpful in developing and testing the class. Thank you again!