Skip to content

Issue #11885: Add export support for PSB images

Alx Sa requested to merge alxsa-export-psb into master

This patch attempts to resolve #11885 (closed)

Photoshop's PSB format is nearly the same as PSD. The main differences are that it allows you to save images up to 300,000 by 300,000 pixels, and it doubles the size of pointers related to pixel data (such as layers and channels).

The specification is located here: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/ Just search for "PSB" to see the differences from PSD.

Merge request reports

Loading