[Gimp-user] Error 17718 when opening a file



On 10/09/2012 11:35 AM, Martijn wrote:
Any clues on how I can repair the corrupted file? (Note: Upgrade to 
version 2.8.2 did not solve the issue) 

Did you try with the regular can opener for PSD files?

Yes, will it open in PS.

Maybe a long shot with imagemagick
Is there a result with identify -verbose <your_filename>.psd
If there is one and it reports layers try devolving into separate layers and rebuilding in Gimp.
convert <your_filename.psd[1] 1.png for the base layer 
convert <your_filename.psd[2] 2.png  ..etc

This BB does not like my syntax, might be ok on the mailing list.

Is there a result with identify -verbose 'your_filename'.psd
If there is one and it reports layers try devolving into separate layers and rebuilding in Gimp.
convert 'your_filename'.psd[1] 1.png for the base layer 
convert 'your_filename'.psd[2] 2.png  ..etc

-- 
rich (via gimpusers.com)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]