Large XMP:DocumentAncestors: convert/identify app crash
Posted: 2015-04-21T04:55:03-07:00
I'm trying to convert a rather large PSD file to jpg.
Not using any fancy attributes just
The PSD file opens just fine in Adobe Photoshop but it crashes the "convert" & "identify" executable upon converting/identifying.
I started investigating the metadata using exiftool. It seems this PSD file contains a lot of data in the "XMP:DocumentAncestors" tag. (see warning exiftool)
ex. XMP:DocumentAncestors data:
If I strip this metadata field from the PSD file the conversion succeeds else it crashes the convert.exe/identify.exe application.
Best Regards,
Kristof
Not using any fancy attributes just
Code: Select all
convert.exe "psdsource" "jpgdestination"
I started investigating the metadata using exiftool. It seems this PSD file contains a lot of data in the "XMP:DocumentAncestors" tag. (see warning exiftool)
Code: Select all
Warning : [Minor] Excessive number of items for photoshop:DocumentAncestors. Extracted only the first 1000.
Code: Select all
0, 37601C489066AEE4DA394F67D5FF3E21, 378FF53A78BB829717A984EA40531873, 379FC2A07
5CED6CB1641B64836C85D77, 37B045E65BC157EBB9E38658C99E97AF, 37BEB1A341DF55FE84320
A5755C59DDE, 37C26AD1835682ABF20D0FDD61A5833E, 37E22BAB72BA00E0FA41A56CDC508D18,
37E287AB58F663720E0390E44DD2FA67, 37EE2D49528EAA227F061166266D291A, 37F553D0014
8B5EE2D78B04195C5BABF, 37F90674878BA67725F01ED0411387E2, 37FF7E4039D9DB4CF32A6F8
1A6FEC1D3, 380A19086BF0056840E27D9DA1386AF7, 381D6B58E407760361C8A038129ED0FD, 3
839608F3AB6D3E1C976FD2736C36F98, 38492EB34488D02B8611F44AF5E117B6, 384A65FE25C06
D366819AD3CE5CCE71E, 384EFAFBCDA8989F6320C72CBB83AE0A, 38566D244F797D8B168AEAD76
472B392, 385C73CE4F6422D181B281CB9569F260, 386083498DBE1B90577CE6F67F7EA7B2, 386
4E567A496CBF1431499AABAD679C9, 3883C9504222F81CD007611A4BB1170D, 3891EF6E47E3266
07D4C9F6E62B45BD6, 38966068E154B2DA52EF7F972DBAAB4C, 38C73D791F40C8D6C0845394FE1
8AF66
Best Regards,
Kristof