File tree
3 files changed
+10
-3
lines changed- articles/imagesharp
- ext
3 files changed
+10
-3
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - |
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 |
| |
51 | 59 |
| |
52 | 60 |
| |
|
Submodule ImageSharp updated 34 files
- .github/workflows/build-and-test.yml+10-3
- src/ImageSharp/Formats/Bmp/BmpDecoderCore.cs+1-1
- src/ImageSharp/Formats/Gif/GifDecoderCore.cs+57-15
- src/ImageSharp/Formats/Gif/LzwDecoder.cs+154-1
- src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs+1-1
- src/ImageSharp/Formats/Pbm/PbmDecoderCore.cs+1-1
- src/ImageSharp/Formats/Png/PngDecoderCore.cs+1-1
- src/ImageSharp/Formats/Tga/TgaDecoderCore.cs+1-2
- src/ImageSharp/Formats/Tiff/Constants/TiffInkSet.cs+26
- src/ImageSharp/Formats/Tiff/Constants/TiffPhotometricInterpretation.cs+18-27
- src/ImageSharp/Formats/Tiff/Ifd/DirectoryReader.cs+2-2
- src/ImageSharp/Formats/Tiff/README.md+3-3
- src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs+29-27
- src/ImageSharp/Formats/Tiff/TiffDecoderCore.cs+33-20
- src/ImageSharp/Formats/Tiff/TiffDecoderMetadataCreator.cs+6-10
- src/ImageSharp/Formats/Tiff/TiffDecoderOptionsParser.cs+5
- src/ImageSharp/Formats/Tiff/TiffEncoderCore.cs+4
- src/ImageSharp/Formats/Tiff/TiffFrameMetadata.cs+15-6
- src/ImageSharp/Formats/Tiff/TiffMetadata.cs+5-1
- src/ImageSharp/Formats/Webp/WebpDecoderCore.cs+4-1
- src/ImageSharp/Image.cs+42-10
- src/ImageSharp/ImageFrameCollectionExtensions.cs+21
- src/ImageSharp/ImageInfo.cs+20-7
- tests/ImageSharp.Tests/Formats/Gif/GifMetadataTests.cs+49-20
- tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.Metadata.cs+101-35
- tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs+1
- tests/ImageSharp.Tests/Formats/Tiff/TiffMetadataTests.cs+30-1
- tests/ImageSharp.Tests/ImageInfoTests.cs+23-1
- tests/ImageSharp.Tests/TestFormat.cs+4-1
- tests/ImageSharp.Tests/TestImages.cs+1
- tests/ImageSharp.Tests/TestUtilities/ReferenceCodecs/MagickReferenceDecoder.cs+1-1
- tests/ImageSharp.Tests/TestUtilities/ReferenceCodecs/SystemDrawingReferenceDecoder.cs+1-1
- tests/ImageSharp.Tests/TestUtilities/Tests/TestImageProviderTests.cs+3-2
- tests/Images/Input/Tiff/cmyk_deflate_64bit.tiff+3
0 commit comments