Skip to content

plug-ins: fix reading of creator block data of PSP images.

Jacob Boerema requested to merge Wormnest/gimp:psp-fix-creator-block into master

Since string data in PSP images is not zero terminated reading creator block data always failed.

Sample image to test with can be found here: https://github.com/mike-lischke/GraphicEx/blob/master/TestSuite%20original/!Problems!/Timber%20wolf.psp

Merge request reports