EmilDohne / PhotoshopAPI

A modern and performant C++20 read/write parser of Photoshop Files (*.psd and *.psb) with fully fledged Python bindings hosted on PyPi
https://photoshopapi.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
94 stars 9 forks source link

82 add unicode layer name support #93

Closed EmilDohne closed 2 months ago

EmilDohne commented 2 months ago

Added support for unicode layer names defaulting to using these rather than the pascal strings. Additionally added a bidirectional_map type for internal usage which I aim to implement into a lot of our enum code (rather than maintaining two different maps manually

Used one of your post titles @kkgg0521, maybe people that can read chinese will get a laugh out of it ;)