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
* GitHub Test onto ds/NFE-150
* Added comments as notes to help me understand the code better
* Added debug function in libheif, added comments
* Reverted to original version
* heif_api_structs.h - reverted to original version
* libheif/bistream.h reverted to original version
* libheif/box.h reverted to original version
* Added function: get_heif_file(). This allows the private heif_file object to be extracted from the heif_context
* libheif/heif_file.h - The HeifFile class has a private vector of boxes called 'm_top_level_boxes'. The function 'get_top_level_boxes()' was added to retrieve that vector.
* examples/heif_convert.cc - Reverted to original version
* examples/heif_convert.cc - Reverted to original version (attempt #2)
* examples/heif_convert.cc - Reverted to original version (attempt strukturag#3)
* heif_box.cc is a file that recently created and no longer need
* Delete heif_box.cc
This file was recently created by me and is no longer needed.
* This example has been completely gutted, leaving only the essential code for converting a heif to a jpg
* added additional executable examples files for testing
* Removed all-caps comments, removed People's names, Error handling is now std::cerr (rather than mixing in fprintf(stderr, ...), created functions: create_heif_file() & printBoxes(), replaced complicated variables with 'auto'
0 commit comments