This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tsai
/
ImageSharp
mirror of
https://github.com/SixLabors/ImageSharp
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Rename WebP to Webp
pull/1552/head
Brian Popow
5 years ago
parent
3ca3f5f876
commit
bcd4c4c0cc
27 changed files
with
0 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
0
src/ImageSharp/Formats/WebP/IWebpDecoderOptions.cs
0
src/ImageSharp/Formats/WebP/IWebpEncoderOptions.cs
0
src/ImageSharp/Formats/WebP/Lossless/WebpLosslessDecoder.cs
0
src/ImageSharp/Formats/WebP/Lossless/Webp_Lossless_Bitstream_Specification.pdf
0
src/ImageSharp/Formats/WebP/Lossy/Vp8BandProbas.cs
0
src/ImageSharp/Formats/WebP/Lossy/WebpLossyDecoder.cs
0
src/ImageSharp/Formats/WebP/WebpAlphaFilterType.cs
0
src/ImageSharp/Formats/WebP/WebpBitsPerPixel.cs
0
src/ImageSharp/Formats/WebP/WebpChunkType.cs
0
src/ImageSharp/Formats/WebP/WebpCommonUtils.cs
0
src/ImageSharp/Formats/WebP/WebpConstants.cs
0
src/ImageSharp/Formats/WebP/WebpDecoder.cs
0
src/ImageSharp/Formats/WebP/WebpDecoderCore.cs
0
src/ImageSharp/Formats/WebP/WebpEncoder.cs
0
src/ImageSharp/Formats/WebP/WebpEncoderCore.cs
0
src/ImageSharp/Formats/WebP/WebpFeatures.cs
0
src/ImageSharp/Formats/WebP/WebpFormat.cs
0
src/ImageSharp/Formats/WebP/WebpFormatType.cs
0
src/ImageSharp/Formats/WebP/WebpImageFormatDetector.cs
0
src/ImageSharp/Formats/WebP/WebpImageInfo.cs
0
src/ImageSharp/Formats/WebP/WebpLookupTables.cs
0
src/ImageSharp/Formats/WebP/WebpMetadata.cs
0
src/ImageSharp/Formats/WebP/WebpThrowHelper.cs
0
src/ImageSharp/Formats/WebP/Webp_Container_Specification.pdf
0
tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs
0
tests/ImageSharp.Tests/Formats/WebP/WebpEncoderTests.cs
0
tests/ImageSharp.Tests/Formats/WebP/WebpMetaDataTests.cs
0
src/ImageSharp/Formats/WebP/IWebPDecoderOptions.cs → src/ImageSharp/Formats/WebP/IWebpDecoderOptions.cs
View File
0
src/ImageSharp/Formats/WebP/IWebPEncoderOptions.cs → src/ImageSharp/Formats/WebP/IWebpEncoderOptions.cs
View File
0
src/ImageSharp/Formats/WebP/Lossless/WebPLosslessDecoder.cs → src/ImageSharp/Formats/WebP/Lossless/WebpLosslessDecoder.cs
View File
0
src/ImageSharp/Formats/WebP/Lossless/WebP_Lossless_Bitstream_Specification.pdf → src/ImageSharp/Formats/WebP/Lossless/Webp_Lossless_Bitstream_Specification.pdf
View File
0
src/ImageSharp/Formats/WebP/Lossy/VP8BandProbas.cs → src/ImageSharp/Formats/WebP/Lossy/Vp8BandProbas.cs
View File
0
src/ImageSharp/Formats/WebP/Lossy/WebPLossyDecoder.cs → src/ImageSharp/Formats/WebP/Lossy/WebpLossyDecoder.cs
View File
0
src/ImageSharp/Formats/WebP/WebPAlphaFilterType.cs → src/ImageSharp/Formats/WebP/WebpAlphaFilterType.cs
View File
0
src/ImageSharp/Formats/WebP/WebPBitsPerPixel.cs → src/ImageSharp/Formats/WebP/WebpBitsPerPixel.cs
View File
0
src/ImageSharp/Formats/WebP/WebPChunkType.cs → src/ImageSharp/Formats/WebP/WebpChunkType.cs
View File
0
src/ImageSharp/Formats/WebP/WebPCommonUtils.cs → src/ImageSharp/Formats/WebP/WebpCommonUtils.cs
View File
0
src/ImageSharp/Formats/WebP/WebPConstants.cs → src/ImageSharp/Formats/WebP/WebpConstants.cs
View File
0
src/ImageSharp/Formats/WebP/WebPDecoder.cs → src/ImageSharp/Formats/WebP/WebpDecoder.cs
View File
0
src/ImageSharp/Formats/WebP/WebPDecoderCore.cs → src/ImageSharp/Formats/WebP/WebpDecoderCore.cs
View File
0
src/ImageSharp/Formats/WebP/WebPEncoder.cs → src/ImageSharp/Formats/WebP/WebpEncoder.cs
View File
0
src/ImageSharp/Formats/WebP/WebPEncoderCore.cs → src/ImageSharp/Formats/WebP/WebpEncoderCore.cs
View File
0
src/ImageSharp/Formats/WebP/WebPFeatures.cs → src/ImageSharp/Formats/WebP/WebpFeatures.cs
View File
0
src/ImageSharp/Formats/WebP/WebPFormat.cs → src/ImageSharp/Formats/WebP/WebpFormat.cs
View File
0
src/ImageSharp/Formats/WebP/WebPFormatType.cs → src/ImageSharp/Formats/WebP/WebpFormatType.cs
View File
0
src/ImageSharp/Formats/WebP/WebPImageFormatDetector.cs → src/ImageSharp/Formats/WebP/WebpImageFormatDetector.cs
View File
0
src/ImageSharp/Formats/WebP/WebPImageInfo.cs → src/ImageSharp/Formats/WebP/WebpImageInfo.cs
View File
0
src/ImageSharp/Formats/WebP/WebPLookupTables.cs → src/ImageSharp/Formats/WebP/WebpLookupTables.cs
View File
0
src/ImageSharp/Formats/WebP/WebPMetadata.cs → src/ImageSharp/Formats/WebP/WebpMetadata.cs
View File
0
src/ImageSharp/Formats/WebP/WebPThrowHelper.cs → src/ImageSharp/Formats/WebP/WebpThrowHelper.cs
View File
0
src/ImageSharp/Formats/WebP/WebP_Container_Specification.pdf → src/ImageSharp/Formats/WebP/Webp_Container_Specification.pdf
View File
0
tests/ImageSharp.Tests/Formats/WebP/WebPDecoderTests.cs → tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs
View File
0
tests/ImageSharp.Tests/Formats/WebP/WebPEncoderTests.cs → tests/ImageSharp.Tests/Formats/WebP/WebpEncoderTests.cs
View File
0
tests/ImageSharp.Tests/Formats/WebP/WebPMetaDataTests.cs → tests/ImageSharp.Tests/Formats/WebP/WebpMetaDataTests.cs
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
tsai/ImageSharp
Title
Body
Create Issue