Commit efb03a6
committed
fix: Fix ColorTableMode parameter of Gif encoder in release build
In the release build, the GifEncoder.ColorTableMode property in the ImageSharp library has been renamed to FrameColorTableMode. This change ensures the code compiles correctly and generates GIF images under the release configuration.1 parent 2758c95 commit efb03a6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments