You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kdztools handles unpacking of KDZ files as a two step process. First, breaking the KDZ format into separate files; second, unpacking the inner DZ file. This matches reasonably to the format, but it appears newer KDZ files are placing extra data between the inner file headers and the start of the inner files.
See commit f34bf67 which attempts to save off this data for later review (during my kdztools work I'd noticed the potential for extra data and added an error for this situation occurring).
The text was updated successfully, but these errors were encountered:
kdztools handles unpacking of KDZ files as a two step process. First, breaking the KDZ format into separate files; second, unpacking the inner DZ file. This matches reasonably to the format, but it appears newer KDZ files are placing extra data between the inner file headers and the start of the inner files.
See commit f34bf67 which attempts to save off this data for later review (during my kdztools work I'd noticed the potential for extra data and added an error for this situation occurring).
The text was updated successfully, but these errors were encountered: