charls-sys 2.4.5

Bindings for charls
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; Copyright (c) Team CharLS.
; SPDX-License-Identifier: BSD-3-Clause

; In x86 DLL builds, C functions can be exported with __declspec(dllexport) but will
; have different names depending on the calling convention. The __stdcall uses by default a
; decoration with @ and the number of bytes in the parameter list.
; The legacy functions have however always been exported with undecorated names, to ensure
; a stable ABI, explicit define the legacy exported functions here.
; Note 1: new functions are exported with the default naming decoration as this will
;         ensure incorrect linkage detection at runtime
; Note 2: a x64 DLL build doesn't require a .def files as only 1 calling convention is used in x64 mode.

LIBRARY
EXPORTS
    JpegLsEncode
    JpegLsDecode
    JpegLsDecodeRect
    JpegLsReadHeader