You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio><!-- Enable faster builds for SDK style projects in Visual Studio 2022 17.5 and newer. -->
Copy file name to clipboardexpand all lines: README.md
+22-18
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,24 @@ This Windows Imaging Component (WIC) codec makes it possible to decode and encod
15
15
16
16
The Windows Imaging Component (WIC) is a built-in codec framework of Windows that makes it possible to create independent native image codecs that can be used by a large set of applications. WIC is implemented using COM technology. Image codecs for many popular formats are already pre-installed on Windows.
17
17
18
-
### Status
18
+
##Installing
19
19
20
-
This project is the development phase:
20
+
### Requirements
21
21
22
-
- No installer with pre-built binaries is available, manually building and registering is required.
22
+
- Windows 11 or Windows 10 (version 22H2).
23
+
- x86, x64 or ARM64 processor
23
24
24
-
### Supported Operation Systems
25
+
### Via GitHub with EXE
25
26
26
-
The JPEG-LS WIC codec supports the following Windows operating systems:
27
+
Go to the [releases](https://github.com/team-charls/jpegls-wic-codec/releases) page and click on
28
+
Assets at the bottom to show the files available in the release.
29
+
Please use the appropriate installer that matches your machine's architecture.
27
30
28
-
- Windows 11 and 10 (x86, x64, ARM64)
29
-
- Windows Server 2022 and 2019 (x86, x64)
31
+
> [!NOTE]
32
+
> Microsoft Defender SmartScreen may show a warning about an unrecognised app when running the installer. Click on "More Info" + "Run anyway" to continue the installation.
33
+
The installer and the DLL are signed, but Defender SmartScreen requires an EV code signing certificate, which is only available to commercial organisations.
30
34
31
-
Note: on Windows 10 "N" the Media Feature Pack needs to be installed.
32
-
33
-
### Applications that can use the JPEG-LS WIC codec
35
+
## Applications that can use the JPEG-LS WIC codec
34
36
35
37
The following application have been validated to work with the JPEG-LS WIC codec:
36
38
@@ -41,7 +43,7 @@ The following application have been validated to work with the JPEG-LS WIC codec
41
43
- ZackViewer <https://github.com/peirick/ZackViewer>. This viewer can also be used to convert from one image encoding format to another.
42
44
- Microsoft Office applications like Word, Excel, PowerPoint. These applications can, when the JPEG-LS codec is installed, import JPEG-LS images in their documents.
43
45
44
-
####Windows 10 Microsoft Photos Application not supported
46
+
### Windows 10 Microsoft Photos Application not supported
45
47
46
48
The standard Windows 10 Microsoft Photos application cannot be used at this moment as it is limited to the WIC codecs that are pre-installed on Windows or are provided by Microsoft in the Microsoft Store.
47
49
Microsoft currently does not make it possible to create WIC codecs that can be uploaded to the Microsoft Store.
@@ -72,11 +74,11 @@ The following table provides the codec identification information:
72
74
73
75
The following table lists the GUIDs used to identify the native JPEG-LS codec components:
0 commit comments