From bcd4c4c0cc33d7151d406b1be9f90714662177e9 Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Sat, 12 Dec 2020 19:07:12 +0000 Subject: [PATCH] Rename WebP to Webp --- ...WebPDecoderOptions.cs => IWebpDecoderOptions.cs} | 0 ...WebPEncoderOptions.cs => IWebpEncoderOptions.cs} | 0 ...ebPLosslessDecoder.cs => WebpLosslessDecoder.cs} | 0 ...df => Webp_Lossless_Bitstream_Specification.pdf} | Bin .../Lossy/{VP8BandProbas.cs => Vp8BandProbas.cs} | 0 .../{WebPLossyDecoder.cs => WebpLossyDecoder.cs} | 0 ...ebPAlphaFilterType.cs => WebpAlphaFilterType.cs} | 0 .../{WebPBitsPerPixel.cs => WebpBitsPerPixel.cs} | 0 .../WebP/{WebPChunkType.cs => WebpChunkType.cs} | 0 .../WebP/{WebPCommonUtils.cs => WebpCommonUtils.cs} | 0 .../WebP/{WebPConstants.cs => WebpConstants.cs} | 0 .../Formats/WebP/{WebPDecoder.cs => WebpDecoder.cs} | 0 .../WebP/{WebPDecoderCore.cs => WebpDecoderCore.cs} | 0 .../Formats/WebP/{WebPEncoder.cs => WebpEncoder.cs} | 0 .../WebP/{WebPEncoderCore.cs => WebpEncoderCore.cs} | 0 .../WebP/{WebPFeatures.cs => WebpFeatures.cs} | 0 .../Formats/WebP/{WebPFormat.cs => WebpFormat.cs} | 0 .../WebP/{WebPFormatType.cs => WebpFormatType.cs} | 0 ...FormatDetector.cs => WebpImageFormatDetector.cs} | 0 .../WebP/{WebPImageInfo.cs => WebpImageInfo.cs} | 0 .../{WebPLookupTables.cs => WebpLookupTables.cs} | 0 .../WebP/{WebPMetadata.cs => WebpMetadata.cs} | 0 .../WebP/{WebPThrowHelper.cs => WebpThrowHelper.cs} | 0 ...ication.pdf => Webp_Container_Specification.pdf} | Bin .../{WebPDecoderTests.cs => WebpDecoderTests.cs} | 0 .../{WebPEncoderTests.cs => WebpEncoderTests.cs} | 0 .../{WebPMetaDataTests.cs => WebpMetaDataTests.cs} | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename src/ImageSharp/Formats/WebP/{IWebPDecoderOptions.cs => IWebpDecoderOptions.cs} (100%) rename src/ImageSharp/Formats/WebP/{IWebPEncoderOptions.cs => IWebpEncoderOptions.cs} (100%) rename src/ImageSharp/Formats/WebP/Lossless/{WebPLosslessDecoder.cs => WebpLosslessDecoder.cs} (100%) rename src/ImageSharp/Formats/WebP/Lossless/{WebP_Lossless_Bitstream_Specification.pdf => Webp_Lossless_Bitstream_Specification.pdf} (100%) rename src/ImageSharp/Formats/WebP/Lossy/{VP8BandProbas.cs => Vp8BandProbas.cs} (100%) rename src/ImageSharp/Formats/WebP/Lossy/{WebPLossyDecoder.cs => WebpLossyDecoder.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPAlphaFilterType.cs => WebpAlphaFilterType.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPBitsPerPixel.cs => WebpBitsPerPixel.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPChunkType.cs => WebpChunkType.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPCommonUtils.cs => WebpCommonUtils.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPConstants.cs => WebpConstants.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPDecoder.cs => WebpDecoder.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPDecoderCore.cs => WebpDecoderCore.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPEncoder.cs => WebpEncoder.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPEncoderCore.cs => WebpEncoderCore.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPFeatures.cs => WebpFeatures.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPFormat.cs => WebpFormat.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPFormatType.cs => WebpFormatType.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPImageFormatDetector.cs => WebpImageFormatDetector.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPImageInfo.cs => WebpImageInfo.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPLookupTables.cs => WebpLookupTables.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPMetadata.cs => WebpMetadata.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebPThrowHelper.cs => WebpThrowHelper.cs} (100%) rename src/ImageSharp/Formats/WebP/{WebP_Container_Specification.pdf => Webp_Container_Specification.pdf} (100%) rename tests/ImageSharp.Tests/Formats/WebP/{WebPDecoderTests.cs => WebpDecoderTests.cs} (100%) rename tests/ImageSharp.Tests/Formats/WebP/{WebPEncoderTests.cs => WebpEncoderTests.cs} (100%) rename tests/ImageSharp.Tests/Formats/WebP/{WebPMetaDataTests.cs => WebpMetaDataTests.cs} (100%) diff --git a/src/ImageSharp/Formats/WebP/IWebPDecoderOptions.cs b/src/ImageSharp/Formats/WebP/IWebpDecoderOptions.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/IWebPDecoderOptions.cs rename to src/ImageSharp/Formats/WebP/IWebpDecoderOptions.cs diff --git a/src/ImageSharp/Formats/WebP/IWebPEncoderOptions.cs b/src/ImageSharp/Formats/WebP/IWebpEncoderOptions.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/IWebPEncoderOptions.cs rename to src/ImageSharp/Formats/WebP/IWebpEncoderOptions.cs diff --git a/src/ImageSharp/Formats/WebP/Lossless/WebPLosslessDecoder.cs b/src/ImageSharp/Formats/WebP/Lossless/WebpLosslessDecoder.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/Lossless/WebPLosslessDecoder.cs rename to src/ImageSharp/Formats/WebP/Lossless/WebpLosslessDecoder.cs diff --git a/src/ImageSharp/Formats/WebP/Lossless/WebP_Lossless_Bitstream_Specification.pdf b/src/ImageSharp/Formats/WebP/Lossless/Webp_Lossless_Bitstream_Specification.pdf similarity index 100% rename from src/ImageSharp/Formats/WebP/Lossless/WebP_Lossless_Bitstream_Specification.pdf rename to src/ImageSharp/Formats/WebP/Lossless/Webp_Lossless_Bitstream_Specification.pdf diff --git a/src/ImageSharp/Formats/WebP/Lossy/VP8BandProbas.cs b/src/ImageSharp/Formats/WebP/Lossy/Vp8BandProbas.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/Lossy/VP8BandProbas.cs rename to src/ImageSharp/Formats/WebP/Lossy/Vp8BandProbas.cs diff --git a/src/ImageSharp/Formats/WebP/Lossy/WebPLossyDecoder.cs b/src/ImageSharp/Formats/WebP/Lossy/WebpLossyDecoder.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/Lossy/WebPLossyDecoder.cs rename to src/ImageSharp/Formats/WebP/Lossy/WebpLossyDecoder.cs diff --git a/src/ImageSharp/Formats/WebP/WebPAlphaFilterType.cs b/src/ImageSharp/Formats/WebP/WebpAlphaFilterType.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPAlphaFilterType.cs rename to src/ImageSharp/Formats/WebP/WebpAlphaFilterType.cs diff --git a/src/ImageSharp/Formats/WebP/WebPBitsPerPixel.cs b/src/ImageSharp/Formats/WebP/WebpBitsPerPixel.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPBitsPerPixel.cs rename to src/ImageSharp/Formats/WebP/WebpBitsPerPixel.cs diff --git a/src/ImageSharp/Formats/WebP/WebPChunkType.cs b/src/ImageSharp/Formats/WebP/WebpChunkType.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPChunkType.cs rename to src/ImageSharp/Formats/WebP/WebpChunkType.cs diff --git a/src/ImageSharp/Formats/WebP/WebPCommonUtils.cs b/src/ImageSharp/Formats/WebP/WebpCommonUtils.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPCommonUtils.cs rename to src/ImageSharp/Formats/WebP/WebpCommonUtils.cs diff --git a/src/ImageSharp/Formats/WebP/WebPConstants.cs b/src/ImageSharp/Formats/WebP/WebpConstants.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPConstants.cs rename to src/ImageSharp/Formats/WebP/WebpConstants.cs diff --git a/src/ImageSharp/Formats/WebP/WebPDecoder.cs b/src/ImageSharp/Formats/WebP/WebpDecoder.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPDecoder.cs rename to src/ImageSharp/Formats/WebP/WebpDecoder.cs diff --git a/src/ImageSharp/Formats/WebP/WebPDecoderCore.cs b/src/ImageSharp/Formats/WebP/WebpDecoderCore.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPDecoderCore.cs rename to src/ImageSharp/Formats/WebP/WebpDecoderCore.cs diff --git a/src/ImageSharp/Formats/WebP/WebPEncoder.cs b/src/ImageSharp/Formats/WebP/WebpEncoder.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPEncoder.cs rename to src/ImageSharp/Formats/WebP/WebpEncoder.cs diff --git a/src/ImageSharp/Formats/WebP/WebPEncoderCore.cs b/src/ImageSharp/Formats/WebP/WebpEncoderCore.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPEncoderCore.cs rename to src/ImageSharp/Formats/WebP/WebpEncoderCore.cs diff --git a/src/ImageSharp/Formats/WebP/WebPFeatures.cs b/src/ImageSharp/Formats/WebP/WebpFeatures.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPFeatures.cs rename to src/ImageSharp/Formats/WebP/WebpFeatures.cs diff --git a/src/ImageSharp/Formats/WebP/WebPFormat.cs b/src/ImageSharp/Formats/WebP/WebpFormat.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPFormat.cs rename to src/ImageSharp/Formats/WebP/WebpFormat.cs diff --git a/src/ImageSharp/Formats/WebP/WebPFormatType.cs b/src/ImageSharp/Formats/WebP/WebpFormatType.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPFormatType.cs rename to src/ImageSharp/Formats/WebP/WebpFormatType.cs diff --git a/src/ImageSharp/Formats/WebP/WebPImageFormatDetector.cs b/src/ImageSharp/Formats/WebP/WebpImageFormatDetector.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPImageFormatDetector.cs rename to src/ImageSharp/Formats/WebP/WebpImageFormatDetector.cs diff --git a/src/ImageSharp/Formats/WebP/WebPImageInfo.cs b/src/ImageSharp/Formats/WebP/WebpImageInfo.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPImageInfo.cs rename to src/ImageSharp/Formats/WebP/WebpImageInfo.cs diff --git a/src/ImageSharp/Formats/WebP/WebPLookupTables.cs b/src/ImageSharp/Formats/WebP/WebpLookupTables.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPLookupTables.cs rename to src/ImageSharp/Formats/WebP/WebpLookupTables.cs diff --git a/src/ImageSharp/Formats/WebP/WebPMetadata.cs b/src/ImageSharp/Formats/WebP/WebpMetadata.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPMetadata.cs rename to src/ImageSharp/Formats/WebP/WebpMetadata.cs diff --git a/src/ImageSharp/Formats/WebP/WebPThrowHelper.cs b/src/ImageSharp/Formats/WebP/WebpThrowHelper.cs similarity index 100% rename from src/ImageSharp/Formats/WebP/WebPThrowHelper.cs rename to src/ImageSharp/Formats/WebP/WebpThrowHelper.cs diff --git a/src/ImageSharp/Formats/WebP/WebP_Container_Specification.pdf b/src/ImageSharp/Formats/WebP/Webp_Container_Specification.pdf similarity index 100% rename from src/ImageSharp/Formats/WebP/WebP_Container_Specification.pdf rename to src/ImageSharp/Formats/WebP/Webp_Container_Specification.pdf diff --git a/tests/ImageSharp.Tests/Formats/WebP/WebPDecoderTests.cs b/tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs similarity index 100% rename from tests/ImageSharp.Tests/Formats/WebP/WebPDecoderTests.cs rename to tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs diff --git a/tests/ImageSharp.Tests/Formats/WebP/WebPEncoderTests.cs b/tests/ImageSharp.Tests/Formats/WebP/WebpEncoderTests.cs similarity index 100% rename from tests/ImageSharp.Tests/Formats/WebP/WebPEncoderTests.cs rename to tests/ImageSharp.Tests/Formats/WebP/WebpEncoderTests.cs diff --git a/tests/ImageSharp.Tests/Formats/WebP/WebPMetaDataTests.cs b/tests/ImageSharp.Tests/Formats/WebP/WebpMetaDataTests.cs similarity index 100% rename from tests/ImageSharp.Tests/Formats/WebP/WebPMetaDataTests.cs rename to tests/ImageSharp.Tests/Formats/WebP/WebpMetaDataTests.cs