Skip to content

Commit 2f1f114

Browse files
committed
Update text files
Since things have changed
1 parent 5418aec commit 2f1f114

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGE-LOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 1.0.7 (released 2023-11-18)
2+
- Use .NET 8.0 for release builds
3+
- Drop netcoreapp3.1 and net5.0 targets (they aren't supported anymore)
4+
- Replace System.Drawing with SkiaSharp
5+
16
## Version 1.0.6 (released 2022-11-15)
27
- Use .NET 7.0 for release builds
38

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,16 @@ You can also download Windows release (an .exe file) and Linux release from [Rel
4646

4747
## Linux issues
4848

49-
You have to have **libgdiplus** in your system. Otherwise you will get following error
50-
> Unhandled exception. System.TypeInitializationException: The type initializer for 'Gdip' threw an exception.
51-
---> System.DllNotFoundException: Unable to load shared library 'libgdiplus' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibgdiplus: cannot open shared object file: No such file or directory
5249

5350
## Input files
5451

55-
In theory System.Drawing.Bitmap should support BMP, GIF, EXIF, JPG, PNG and TIFF file formats. I have only tested it with PNG and JPG files.
52+
In theory SkiaSharp [should support](https://learn.microsoft.com/en-us/dotnet/api/skiasharp.skencodedimageformat?view=skiasharp-2.88) e.g. BMP, GIF, JPG, PNG and Webp file formats. I have only tested it with PNG and JPG files.
5653

5754
## Output files
5855

5956
Output can be either PNG file(s) or HTML file with embedded PNG images.
6057

6158
## License
6259

63-
Text in this document and source code files are released into the public domain. See [LICENSE](https://github.com/mcraiha/Dithery-cli/blob/master/LICENSE) file.
60+
Text in this document and source code files are released into the public domain. See [LICENSE](https://github.com/mcraiha/Dithery-cli/blob/master/LICENSE) file.
61+
License for [SkiaSharp](https://github.com/mono/SkiaSharp) is [MIT](https://github.com/mono/SkiaSharp/blob/main/LICENSE.md).

0 commit comments

Comments
 (0)