GNOME Bugzilla – Bug 765337
Extending the file-psd plug-in to load the PSB file format
Last modified: 2018-05-24 16:18:57 UTC
Created attachment 326438 [details] file-psd plug-in source modified to load PSB also Currently the file-psd plug-in does not load the PSB file format. According to the the Photoshop File Format spec (please see http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577409_72092), the difference between PSD and PSB is quite minor, as such I decided to update the plug in to handle PSB. The following files have been modified (source code downloaded from GIT some time ago): - psd.h - psd.c - psd-load.h - psd-load.c - psd-util.h - psd-util.c I have tested all the PSD and PSB files (not that many) I have on my machine, without issue. Obviously due to the importance of the plug-in I expect a lot more testing is necessary. Also this is my first contribution to GIMP (as well as my first time coding in plain c) and as such may need guidance on expected code style etc. Attached is the file-psd source, zipped. I have not yet implemented anything for saving in the PSB format, I will consider it if requested.
I'll get the latest source from GIT and create a patch file for this soon. Will attach it when done.
Thanks, I was just about to ask for that :)
Hi Rob, any luck updating your patch?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gimp/issues/884.