cjee21
cjee21
Additional information: Looks like for Visual Studio 2026, only 22621 and 26100 are available for install. Latest build tools no longer support ARM. So ARM 32-bit support is really on...
@JeromeMartinez Noticed the official packages on MediaArea.net for x86/i386 does not contain `*.lib` files.
Does not work on Ubuntu. Need changes...
@JeromeMartinez is `MediaInfo_int8u* Buffer` in `Open_Buffer_Continue` supposed to be const? It is not marked a const and it looks like it is impossible to pass a read-only buffer from Rust...
Running `test_inform()` and `test_unicode()` in parallel will randomly fail. Seems the option is affecting the other instance. --- @JeromeMartinez `MediaInfoList->Open(file, options)`, the options do not work. Seems DLL does not...
``` Writing application : Ricoh Adobe Photoshop Camera Raw 16.0 Writing operating system : Apple macOS Writing hardware : Ricoh Pentax 645Z ``` Application name has `Ricoh` wrongly added. ```...
> sample file? I simply picked one from the link posted in JPEG XL issue -> https://people.csail.mit.edu/ericchan/hdr/jxl_images/20140606_102418_IMGP0297.jxl
The XML is brotli compressed in this one.
@JeromeMartinez I am not sure what you plan to do with the Brotli compressed data in JXL. I just did a quick implementation for MSVC only just for testing to...
@JeromeMartinez I think I got MSVC project done. Cannot figure out CMake and no idea about MacOS or Linux makefiles.