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
CLI: pyimg4 [im4m/img4] info: Fix an edge case in where some values would be null, resulting in an error when attempting to print information on an IM4M.
CLI: pyimg4 [im4p/img4] info: If extra payload data is found within an IM4P, print info on it
CLI: pyimg4 img4 create: If a raw file is provided, ensure that a FourCC has also been passed as an argument.
API Changes
pyimg4.IM4M
IM4Ms with no signature or certificates are now handled properly.
pyimg4._Property
Falsy value arguments will no longer be ignored (#56).