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