I have found that I can create a much smaller failing psb by blanking all the pixels to white and saving it. Here is a much more manageable 26MB file:
https://www.dropbox.com/s/t5e82aot3yu5d ... h.psb?dl=0
This file works in psdparse but not in imagemagick.
Search found 3 matches
- 2017-06-23T02:43:37-07:00
- Forum: Bugs
- Topic: PSB InvalidLength convert fail
- Replies: 4
- Views: 6099
- 2017-06-21T02:57:58-07:00
- Forum: Bugs
- Topic: PSB InvalidLength convert fail
- Replies: 4
- Views: 6099
Re: PSB InvalidLength convert fail
As reference for anyone finding this thread in the future: I tried commenting out the failing check in the imagemagick psd.c code but (unsurprisingly) although the convert then completed the resulting TIFF was corrupt. As a workaround I have moved to using http://telegraphics.com.au/sw/product ...
- 2017-06-05T02:05:27-07:00
- Forum: Bugs
- Topic: PSB InvalidLength convert fail
- Replies: 4
- Views: 6099
PSB InvalidLength convert fail
I am using convert to go from a psb file (Photoshop Big) to a tiff (so I can feed it into another piece of software) convert -debug all '/path/to/file.psb' TIFF64:'/path/to/file.tif' However it fails with the following errors: 2017-06-02T17:13:34+01:00 0:51.480 11.180u 7.0.4 Exception convert[2125 ...