Devon Sookhoo

Results 26 comments of Devon Sookhoo

Thanks @stevenheffner, but they gave me the following error: `window.libheif is not a function` I posted my attempt at using libheif.js [here](https://github.com/dukesook/use_libheif-js). Are there any glaring mistakes?

> It worked for me! Thank you! @Duefectu The codepen is working great, but when I try to create my own .html & .js files I get an error. Would...

@bradh I created some test data here here: https://github.com/dukesook/enoji The jpeg2k branch in libheif was used to create the test file. Currently, I have a working J2K in HEIF decoder...

Yes, I will be available to work on PRs in about two weeks.

@d-hand The example worked, thank you!

I updated the PR with the provided feedback. The Box class now: 1. Overrides the == operator 2. Provides an equal() function to work with shared_ptrs 3. Provides a generic...

I wasn't sure if adding a new Box_uuid class to box.h was a good idea. Instead, I extended the Box class to handle the uuid functionality. Any feedback would be...

@farindk This is a great implementation, thanks for doing it. Go ahead and close this PR.

I think an "auto" mode would be great. Hopefully that wouldn't be too difficult to implement.

I don't have a list of rules, but they are explicit in the the 23011-17 document itself by searching the terms SHALL and SHOULD. Yes, I can intentionally create non-compliant...