-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Adobe Photoshop (PSD) file format #138
Comments
Status update on the draft ksy specification:
|
We had an idea of alternative one-repo-per-file-format development model for bigger, more important formats that require lots of careful planning, testing, storing samples, etc, etc. Generally, under this model, development of such "big" formats happens in separate repo that gets merged into kaitai_struct_formats periodically. I guess I shall create a separate issue for disucssion of this approach, and I totally want to invite you to try it with Photoshop file format project. This should aid collaboration on such non-trivial formats immersively. |
Ok, here we go: kaitai-io/kaitai_struct#165 |
Alternative PSD spec implementation from @ertaquo: https://gist.github.com/ertaquo/b1d12c37a21268e3d095d39e196f5863 |
Official specification of the Adobe Photoshop (.psd) file format: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/
Work in progress branch for implementing a Kaitai Struct format specification for .psd: https://github.com/davidhicks/kaitai_struct_formats/tree/psd
The text was updated successfully, but these errors were encountered: