mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:57:36 +00:00
LibGfx: Add initial ISO BMFF parsing and a utility to print file info
Currently, the `isobmff` utility will only print the media file type info from the FileTypeBox (major brand and compatible brands), as well as the names and sizes of top-level boxes.
This commit is contained in:
parent
9caa0bda7d
commit
66c9696687
13 changed files with 510 additions and 0 deletions
|
@ -534,6 +534,9 @@ if (BUILD_LAGOM)
|
|||
add_executable(image ../../Userland/Utilities/image.cpp)
|
||||
target_link_libraries(image LibCore LibGfx LibMain)
|
||||
|
||||
add_executable(isobmff ../../Userland/Utilities/isobmff.cpp)
|
||||
target_link_libraries(isobmff LibCore LibGfx LibMain)
|
||||
|
||||
add_executable(ttfdisasm ../../Userland/Utilities/ttfdisasm.cpp)
|
||||
target_link_libraries(ttfdisasm LibGfx LibMain)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue