After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706750 - Paint Shop Pro image plugin fails to load .pspimage created by PSP circa 2005
Paint Shop Pro image plugin fails to load .pspimage created by PSP circa 2005
Status: RESOLVED OBSOLETE
Product: GIMP
Classification: Other
Component: Plugins
2.8.6
Other All
: Normal major
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2013-08-25 13:30 UTC by Anthony C Howe
Modified: 2018-05-24 13:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
SnertSoft logo layered image. (62.33 KB, application/octet-stream)
2013-08-25 13:30 UTC, Anthony C Howe
Details

Description Anthony C Howe 2013-08-25 13:30:46 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"

:-(
Comment 1 Michael Schumacher 2013-08-26 09:03:53 UTC
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/
Comment 2 Michael Schumacher 2015-06-06 10:48:18 UTC
I doubt this is platform-specific.
Comment 3 GNOME Infrastructure Team 2018-05-24 13:50:14 UTC
-- 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.