Victor Derks
Victor Derks
Hi, The main reason that support for mapping tables have never been implemented is the fact that there has never been a request for it. The ISO/IEC 14495-1 documents in...
My proposal to limit the range would be limited to the actual values that are used to ensure the compression remains lossless. If you know that you are storing 14-bits...
I did some analysis on the development costs. Adding table support to the encoder would require 2 functions: ``` void encoder.write_mapping_table(const void* table_data, int32_t entry_width); size_t encoder.encode_scan(const void* source_buffer, size_t...
I will have a look at the data\images. **Viewing JPEG-LS images** I have created a WIC wrapper around CharLS, that makes it possible to use WIC enabled viewers to view...
Would recommend snupkg. Visual Studio has NuGet.org as predefined symbol server. Alternative is to switch to embedded pdb format (also works very well)
Hi Marius, Yes, that right. However the root "2.25" is mainly used in the medical domain (DICOM standard). A to_string function that would just return the uuid in its integer...
Thanks for feedback and hint.