V. Armando Solé

Results 153 comments of V. Armando Solé

Besides the license, that should not be a big issue, the main issue I see is if we want to build ourselves the libjpeg library or if we want to...

I guess the simplest solution is to provide the reference old implementation with the possibility for the user to compile and link against the system libjpeg. That way the default...

I have tried to incorporate the plugin into our hdf5plugin building chain. It is straightforward **if** one can rely on an installed version of libjpeg-turbo. We have to take a...

@MarkRivers, what sources of libjpeg are you using?

@petoor The branch jpeg https://github.com/silx-kit/hdf5plugin/tree/jpeg shows how things would look like to add the plugin using a static version of libjpeg-turbo as jpeg library. That code is just for illustration...

@MarkRivers Thank you. I have seen you are using compatibility with JPEG version 9 when the default compatibility mode for libjpeg-turbo is 6.2 https://github.com/areaDetector/ADSupport/blob/4767b1afcaa676045d4bf9ee68a25448bb8a0b58/supportApp/jpegSrc/os/default/jpeglib.h#L40 Clearly if one wants to remain...

It could well be. Not being an expert I do not know if the incompatibilities can affect the output. I have been able to build your plugin against libjpeg-turbo built...

If you do not use any extension mentioned in https://en.wikipedia.org/wiki/Libjpeg it should be fine.

Documentation is missing.

Is this still in draft status?