-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
47 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# CharLS.Native .NET Convert Sample | ||
|
||
This sample demonstrates how to convert common image formats that .NET can read by default (.bmp, .png, .jpg, etc.) to the JPEG-LS format. | ||
|
||
## How to use | ||
|
||
Usage: Convert "input-image-filename" | ||
|
||
The sample will create at the same location an output file called "input-image-filename".jls | ||
|
||
## Remarks | ||
|
||
- This sample uses the NuGet package System.Drawing.Common. This NuGet package is only supported on Windows. | ||
A good simple cross-platform alternative is unfortunately not available. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
2.0.0 | ||
- Dropped support for .NET 5.0 (out of support) | ||
- Latest version of CharLS Windows DLLs v2.2.4 (c6af80b). | ||
3.0.0 | ||
- Added support for .NET 7.0 | ||
- Latest version of CharLS Windows DLLs v2.4.0 (c781c3). |