GNOME Bugzilla – Bug 706750
Paint Shop Pro image plugin fails to load .pspimage created by PSP circa 2005
Last modified: 2018-05-24 13:50:14 UTC
Created attachment 253055 [details] SnertSoft logo layered image. Trying to update a logo image originally created with Corel Paint Shop Pro around 2005. Opening the file reports: " Invalid block header Calling error for procedure 'gimp-image-delete': Procedure 'gimp-image-delete' has been called with an invalid ID for argument 'image'. Most likely a plug-in is trying to work on an image that doesn't exist any longer. " Attempts to read other .pspimage files also fail with a different error like: "Unsupported PSP file format version 8.0" :-(
The first error is due to a check in the read_block_header function, https://git.gnome.org/browse/gimp/tree/plug-ins/common/file-psp.c#n730. The second error is due to the following code in the load_image function of the PSP plug-in: https://git.gnome.org/browse/gimp/tree/plug-ins/common/file-psp.c#n1743 ff. - the PSP plug-in claims support for PSP format version 3, 4, 5 and 6, and none other. PSP file format specs for current versions, at least 7 and 8, seem to be available from ftp://ftp.corel.com/pub/documentation/PSP/
I doubt this is platform-specific.
-- 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/493.