----------------
- Initial support for 16bit and 32bit PSD files: ``psd-tools`` v0.2 can
read composite (merged) images for such files and extract information
(names, dimensions, hierarchy, etc.) about layers and groups of 16/32bit PSD;
extracting image data for distinct layers in 16/32bit PSD files is not
suported yet;
- better ``Layer.__repr__``;
- ``bbox`` property for ``Group``.