From 823ea46e0df5281618e11a423a4f89bd1ec52197 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 12 Nov 2015 22:35:49 +1100 Subject: [PATCH] Switch out List for ImmutableArray Use my full name. Former-commit-id: 329d5d6ae345d28b6c120966b77641cec4dce101 Former-commit-id: 121cd1a695ad5d3da170725385a3e555b5536798 Former-commit-id: c34c57087a21e44a404066329e2512d678eef567 --- src/ImageProcessor/Colors/Color.cs | 4 +-- src/ImageProcessor/Colors/Formats/Bgra32.cs | 4 +-- src/ImageProcessor/Colors/Formats/Cmyk.cs | 4 +-- src/ImageProcessor/Colors/Formats/Hsv.cs | 4 +-- src/ImageProcessor/Colors/Formats/YCbCr.cs | 4 +-- .../Common/Exceptions/ImageFormatException.cs | 4 +-- .../Common/Extensions/ByteExtensions.cs | 4 +-- .../Common/Extensions/ComparableExtensions.cs | 4 +-- .../Common/Extensions/EnumerableExtensions.cs | 4 +-- src/ImageProcessor/Common/Helpers/Guard.cs | 4 +-- .../Common/Helpers/ImageMaths.cs | 4 +-- src/ImageProcessor/Filters/Alpha.cs | 4 +-- src/ImageProcessor/Filters/Blend.cs | 4 +-- src/ImageProcessor/Filters/Brightness.cs | 4 +-- .../Filters/ColorMatrix/BlackWhite.cs | 4 +-- .../Filters/ColorMatrix/ColorMatrixFilter.cs | 4 +-- .../Filters/ColorMatrix/GreyscaleBt601.cs | 4 +-- .../Filters/ColorMatrix/GreyscaleBt709.cs | 4 +-- .../Filters/ColorMatrix/GreyscaleMode.cs | 4 +-- .../Filters/ColorMatrix/IColorMatrixFilter.cs | 4 +-- .../Filters/ColorMatrix/Kodachrome.cs | 4 +-- .../Filters/ColorMatrix/Lomograph.cs | 4 +-- .../Filters/ColorMatrix/Polaroid.cs | 4 +-- .../Filters/ColorMatrix/Saturation.cs | 4 +-- .../Filters/ColorMatrix/Sepia.cs | 4 +-- src/ImageProcessor/Filters/Contrast.cs | 4 +-- .../Convolution/Convolution2DFilter.cs | 4 +-- .../Convolution/Convolution2PassFilter.cs | 4 +-- .../Filters/Convolution/ConvolutionFilter.cs | 4 +-- .../EdgeDetection/EdgeDetector2DFilter.cs | 4 +-- .../EdgeDetection/EdgeDetectorFilter.cs | 4 +-- .../EdgeDetection/IEdgeDetectorFilter.cs | 4 +-- .../Convolution/EdgeDetection/Kayyali.cs | 4 +-- .../Convolution/EdgeDetection/Kirsch.cs | 4 +-- .../Convolution/EdgeDetection/Laplacian3X3.cs | 4 +-- .../Convolution/EdgeDetection/Laplacian5X5.cs | 4 +-- .../EdgeDetection/LaplacianOfGaussian.cs | 4 +-- .../Convolution/EdgeDetection/Prewitt.cs | 4 +-- .../Convolution/EdgeDetection/RobertsCross.cs | 4 +-- .../Convolution/EdgeDetection/Scharr.cs | 4 +-- .../Convolution/EdgeDetection/Sobel.cs | 4 +-- .../Filters/Convolution/GuassianBlur.cs | 4 +-- .../Filters/Convolution/GuassianSharpen.cs | 4 +-- .../Filters/ImageFilterExtensions.cs | 4 +-- src/ImageProcessor/Filters/Invert.cs | 4 +-- .../Formats/Bmp/BmpCompression.cs | 4 +-- src/ImageProcessor/Formats/Bmp/BmpDecoder.cs | 4 +-- .../Formats/Bmp/BmpDecoderCore.cs | 4 +-- src/ImageProcessor/Formats/Bmp/BmpEncoder.cs | 4 +-- .../Formats/Bmp/BmpFileHeader.cs | 4 +-- src/ImageProcessor/Formats/Bmp/BmpFormat.cs | 4 +-- .../Formats/Bmp/BmpInfoHeader.cs | 4 +-- src/ImageProcessor/Formats/Gif/BitEncoder.cs | 4 +-- .../Formats/Gif/DisposalMethod.cs | 4 +-- .../Formats/Gif/GifConstants.cs | 4 +-- src/ImageProcessor/Formats/Gif/GifDecoder.cs | 4 +-- .../Formats/Gif/GifDecoderCore.cs | 4 +-- src/ImageProcessor/Formats/Gif/GifEncoder.cs | 4 +-- src/ImageProcessor/Formats/Gif/GifFormat.cs | 4 +-- src/ImageProcessor/Formats/Gif/LzwDecoder.cs | 4 +-- src/ImageProcessor/Formats/Gif/LzwEncoder.cs | 4 +-- .../Formats/Gif/Quantizer/IQuantizer.cs | 4 +-- .../Formats/Gif/Quantizer/OctreeQuantizer.cs | 4 +-- .../Formats/Gif/Quantizer/QuantizedImage.cs | 4 +-- .../Formats/Gif/Quantizer/Quantizer.cs | 4 +-- .../Sections/GifGraphicsControlExtension.cs | 4 +-- .../Gif/Sections/GifImageDescriptor.cs | 4 +-- .../Sections/GifLogicalScreenDescriptor.cs | 4 +-- src/ImageProcessor/Formats/IImageDecoder.cs | 4 +-- src/ImageProcessor/Formats/IImageEncoder.cs | 4 +-- src/ImageProcessor/Formats/IImageFormat.cs | 4 +-- src/ImageProcessor/Formats/Jpg/JpegDecoder.cs | 4 +-- src/ImageProcessor/Formats/Jpg/JpegEncoder.cs | 4 +-- src/ImageProcessor/Formats/Jpg/JpegFormat.cs | 4 +-- .../Formats/Jpg/LibJpeg/BitStream.cs | 4 +-- .../Jpg/LibJpeg/DecompressorToJpegImage.cs | 4 +-- .../Jpg/LibJpeg/IDecompressDestination.cs | 4 +-- .../Formats/Png/GrayscaleReader.cs | 4 +-- .../Formats/Png/IColorReader.cs | 4 +-- .../Formats/Png/PaletteIndexReader.cs | 4 +-- src/ImageProcessor/Formats/Png/PngChunk.cs | 4 +-- .../Formats/Png/PngChunkTypes.cs | 4 +-- .../Formats/Png/PngColorTypeInformation.cs | 4 +-- src/ImageProcessor/Formats/Png/PngDecoder.cs | 4 +-- .../Formats/Png/PngDecoderCore.cs | 4 +-- src/ImageProcessor/Formats/Png/PngEncoder.cs | 4 +-- src/ImageProcessor/Formats/Png/PngFormat.cs | 4 +-- src/ImageProcessor/Formats/Png/PngHeader.cs | 4 +-- .../Formats/Png/TrueColorReader.cs | 4 +-- .../Formats/Png/Zlib/Adler32.cs | 4 +-- src/ImageProcessor/Formats/Png/Zlib/Crc32.cs | 4 +-- .../Formats/Png/Zlib/DeflateStrategy.cs | 4 +-- .../Formats/Png/Zlib/Deflater.cs | 4 +-- .../Formats/Png/Zlib/DeflaterConstants.cs | 4 +-- .../Formats/Png/Zlib/DeflaterEngine.cs | 4 +-- .../Formats/Png/Zlib/DeflaterOutputStream.cs | 4 +-- .../Formats/Png/Zlib/DeflaterPending.cs | 4 +-- .../Formats/Png/Zlib/GeneralBitFlags.cs | 4 +-- .../Formats/Png/Zlib/IChecksum.cs | 4 +-- src/ImageProcessor/IImageBase.cs | 4 +-- src/ImageProcessor/IImageProcessor.cs | 4 +-- src/ImageProcessor/Image.cs | 4 +-- src/ImageProcessor/ImageBase.cs | 4 +-- src/ImageProcessor/ImageFrame.cs | 4 +-- src/ImageProcessor/ImageProcessor.nuspec | 18 +++++++++++++ src/ImageProcessor/ImageProperty.cs | 4 +-- src/ImageProcessor/Numerics/Point.cs | 4 +-- src/ImageProcessor/Numerics/Rectangle.cs | 4 +-- src/ImageProcessor/Numerics/Size.cs | 4 +-- src/ImageProcessor/ParallelImageProcessor.cs | 4 +-- src/ImageProcessor/Properties/AssemblyInfo.cs | 2 +- src/ImageProcessor/Samplers/Crop.cs | 4 +-- .../Samplers/ImageSampleExtensions.cs | 4 +-- .../Samplers/Resamplers/BicubicResampler.cs | 4 +-- .../Samplers/Resamplers/BoxResampler.cs | 4 +-- .../Resamplers/CatmullRomResampler.cs | 4 +-- .../Samplers/Resamplers/HermiteResampler.cs | 4 +-- .../Samplers/Resamplers/IResampler.cs | 4 +-- .../Samplers/Resamplers/Lanczos3Resampler.cs | 4 +-- .../Samplers/Resamplers/Lanczos5Resampler.cs | 4 +-- .../Samplers/Resamplers/Lanczos8Resampler.cs | 4 +-- .../Resamplers/MitchellNetravaliResampler.cs | 4 +-- .../Samplers/Resamplers/RobidouxResampler.cs | 4 +-- .../Resamplers/RobidouxSharpResampler.cs | 4 +-- .../Resamplers/RobidouxSoftResampler.cs | 4 +-- .../Samplers/Resamplers/SplineResampler.cs | 4 +-- .../Samplers/Resamplers/TriangleResampler.cs | 4 +-- .../Samplers/Resamplers/WelchResampler.cs | 4 +-- src/ImageProcessor/Samplers/Resize.cs | 25 +++++++------------ src/ImageProcessor/stylecop.json | 2 +- .../Colors/ColorConversionTests.cs | 4 +-- .../ImageProcessor.Tests/Colors/ColorTests.cs | 4 +-- .../Helpers/GuardTests.cs | 4 +-- .../ImageProcessor.Tests.csproj | 4 +++ .../Numerics/PointTests.cs | 4 +-- .../Numerics/RectangleTests.cs | 4 +-- .../Numerics/SizeTests.cs | 4 +-- .../Processors/ProcessorTestBase.cs | 4 +-- .../Properties/AssemblyInfo.cs | 2 +- tests/ImageProcessor.Tests/packages.config | 5 ++++ 140 files changed, 305 insertions(+), 285 deletions(-) create mode 100644 src/ImageProcessor/ImageProcessor.nuspec diff --git a/src/ImageProcessor/Colors/Color.cs b/src/ImageProcessor/Colors/Color.cs index e2c6acf21..0e8dd1fce 100644 --- a/src/ImageProcessor/Colors/Color.cs +++ b/src/ImageProcessor/Colors/Color.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Colors/Formats/Bgra32.cs b/src/ImageProcessor/Colors/Formats/Bgra32.cs index 651f5993b..f76753a79 100644 --- a/src/ImageProcessor/Colors/Formats/Bgra32.cs +++ b/src/ImageProcessor/Colors/Formats/Bgra32.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Colors/Formats/Cmyk.cs b/src/ImageProcessor/Colors/Formats/Cmyk.cs index e20fe308c..10e7fa6b0 100644 --- a/src/ImageProcessor/Colors/Formats/Cmyk.cs +++ b/src/ImageProcessor/Colors/Formats/Cmyk.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Colors/Formats/Hsv.cs b/src/ImageProcessor/Colors/Formats/Hsv.cs index a954fcf54..bc6865cbc 100644 --- a/src/ImageProcessor/Colors/Formats/Hsv.cs +++ b/src/ImageProcessor/Colors/Formats/Hsv.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Colors/Formats/YCbCr.cs b/src/ImageProcessor/Colors/Formats/YCbCr.cs index c23d0ae0b..b1550c1ca 100644 --- a/src/ImageProcessor/Colors/Formats/YCbCr.cs +++ b/src/ImageProcessor/Colors/Formats/YCbCr.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Common/Exceptions/ImageFormatException.cs b/src/ImageProcessor/Common/Exceptions/ImageFormatException.cs index 1a3e2baf4..ad766ce23 100644 --- a/src/ImageProcessor/Common/Exceptions/ImageFormatException.cs +++ b/src/ImageProcessor/Common/Exceptions/ImageFormatException.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Common/Extensions/ByteExtensions.cs b/src/ImageProcessor/Common/Extensions/ByteExtensions.cs index ca96c455b..1fc3784a7 100644 --- a/src/ImageProcessor/Common/Extensions/ByteExtensions.cs +++ b/src/ImageProcessor/Common/Extensions/ByteExtensions.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Common/Extensions/ComparableExtensions.cs b/src/ImageProcessor/Common/Extensions/ComparableExtensions.cs index fae953072..3d82d7a44 100644 --- a/src/ImageProcessor/Common/Extensions/ComparableExtensions.cs +++ b/src/ImageProcessor/Common/Extensions/ComparableExtensions.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Common/Extensions/EnumerableExtensions.cs b/src/ImageProcessor/Common/Extensions/EnumerableExtensions.cs index c492bcf8e..b1f2f7524 100644 --- a/src/ImageProcessor/Common/Extensions/EnumerableExtensions.cs +++ b/src/ImageProcessor/Common/Extensions/EnumerableExtensions.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Common/Helpers/Guard.cs b/src/ImageProcessor/Common/Helpers/Guard.cs index bdde8149b..bb2952754 100644 --- a/src/ImageProcessor/Common/Helpers/Guard.cs +++ b/src/ImageProcessor/Common/Helpers/Guard.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Common/Helpers/ImageMaths.cs b/src/ImageProcessor/Common/Helpers/ImageMaths.cs index 933421f53..0c748ebf1 100644 --- a/src/ImageProcessor/Common/Helpers/ImageMaths.cs +++ b/src/ImageProcessor/Common/Helpers/ImageMaths.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Alpha.cs b/src/ImageProcessor/Filters/Alpha.cs index 4f2e01f70..cbb4288c3 100644 --- a/src/ImageProcessor/Filters/Alpha.cs +++ b/src/ImageProcessor/Filters/Alpha.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Blend.cs b/src/ImageProcessor/Filters/Blend.cs index 858ed5602..23697b092 100644 --- a/src/ImageProcessor/Filters/Blend.cs +++ b/src/ImageProcessor/Filters/Blend.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Brightness.cs b/src/ImageProcessor/Filters/Brightness.cs index e278ddaa4..39d5d26f8 100644 --- a/src/ImageProcessor/Filters/Brightness.cs +++ b/src/ImageProcessor/Filters/Brightness.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/BlackWhite.cs b/src/ImageProcessor/Filters/ColorMatrix/BlackWhite.cs index 26eb5f966..b305b6d76 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/BlackWhite.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/BlackWhite.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/ColorMatrixFilter.cs b/src/ImageProcessor/Filters/ColorMatrix/ColorMatrixFilter.cs index 26cf66da7..2e4d598ae 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/ColorMatrixFilter.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/ColorMatrixFilter.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/GreyscaleBt601.cs b/src/ImageProcessor/Filters/ColorMatrix/GreyscaleBt601.cs index d12fdd9cf..0d5e3e58a 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/GreyscaleBt601.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/GreyscaleBt601.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/GreyscaleBt709.cs b/src/ImageProcessor/Filters/ColorMatrix/GreyscaleBt709.cs index 7b16d1d1c..5b3128dd9 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/GreyscaleBt709.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/GreyscaleBt709.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/GreyscaleMode.cs b/src/ImageProcessor/Filters/ColorMatrix/GreyscaleMode.cs index e96c8175b..16bff5906 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/GreyscaleMode.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/GreyscaleMode.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/IColorMatrixFilter.cs b/src/ImageProcessor/Filters/ColorMatrix/IColorMatrixFilter.cs index b85f2eee9..fb231c5a8 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/IColorMatrixFilter.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/IColorMatrixFilter.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/Kodachrome.cs b/src/ImageProcessor/Filters/ColorMatrix/Kodachrome.cs index 5022dc318..b9c1e293d 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/Kodachrome.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/Kodachrome.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/Lomograph.cs b/src/ImageProcessor/Filters/ColorMatrix/Lomograph.cs index 88ca4003f..d8f4cd8e5 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/Lomograph.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/Lomograph.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs b/src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs index 7bd6cfeea..fb14c584c 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/Polaroid.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/Saturation.cs b/src/ImageProcessor/Filters/ColorMatrix/Saturation.cs index 32c4defc6..7359698bf 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/Saturation.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/Saturation.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ColorMatrix/Sepia.cs b/src/ImageProcessor/Filters/ColorMatrix/Sepia.cs index eebf77571..d0cfe6aaf 100644 --- a/src/ImageProcessor/Filters/ColorMatrix/Sepia.cs +++ b/src/ImageProcessor/Filters/ColorMatrix/Sepia.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Contrast.cs b/src/ImageProcessor/Filters/Contrast.cs index e1bd3a766..c48ca09e5 100644 --- a/src/ImageProcessor/Filters/Contrast.cs +++ b/src/ImageProcessor/Filters/Contrast.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/Convolution2DFilter.cs b/src/ImageProcessor/Filters/Convolution/Convolution2DFilter.cs index 4fae35f81..effdb1a82 100644 --- a/src/ImageProcessor/Filters/Convolution/Convolution2DFilter.cs +++ b/src/ImageProcessor/Filters/Convolution/Convolution2DFilter.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/Convolution2PassFilter.cs b/src/ImageProcessor/Filters/Convolution/Convolution2PassFilter.cs index cf75520ed..a7b7ac06c 100644 --- a/src/ImageProcessor/Filters/Convolution/Convolution2PassFilter.cs +++ b/src/ImageProcessor/Filters/Convolution/Convolution2PassFilter.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/ConvolutionFilter.cs b/src/ImageProcessor/Filters/Convolution/ConvolutionFilter.cs index 6d114adab..124049db2 100644 --- a/src/ImageProcessor/Filters/Convolution/ConvolutionFilter.cs +++ b/src/ImageProcessor/Filters/Convolution/ConvolutionFilter.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/EdgeDetector2DFilter.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/EdgeDetector2DFilter.cs index 94990b839..0c5949145 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/EdgeDetector2DFilter.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/EdgeDetector2DFilter.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/EdgeDetectorFilter.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/EdgeDetectorFilter.cs index b2cb1bbb8..d55be476e 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/EdgeDetectorFilter.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/EdgeDetectorFilter.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/IEdgeDetectorFilter.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/IEdgeDetectorFilter.cs index 714dffac2..2aa881a36 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/IEdgeDetectorFilter.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/IEdgeDetectorFilter.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Kayyali.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Kayyali.cs index 1f2deb287..bec3f59eb 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Kayyali.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Kayyali.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Kirsch.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Kirsch.cs index 1fac19272..621fc4df9 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Kirsch.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Kirsch.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Laplacian3X3.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Laplacian3X3.cs index 18ea3da19..71b145a4f 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Laplacian3X3.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Laplacian3X3.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Laplacian5X5.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Laplacian5X5.cs index 6fc83cd8e..b6c95e470 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Laplacian5X5.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Laplacian5X5.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/LaplacianOfGaussian.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/LaplacianOfGaussian.cs index 9033ac285..eb5629877 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/LaplacianOfGaussian.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/LaplacianOfGaussian.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Prewitt.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Prewitt.cs index 816d8e187..36a1da89b 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Prewitt.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Prewitt.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/RobertsCross.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/RobertsCross.cs index a8f85cee1..25d3151bf 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/RobertsCross.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/RobertsCross.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Scharr.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Scharr.cs index 523648a64..a16517126 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Scharr.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Scharr.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Sobel.cs b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Sobel.cs index a9fb820e5..6c74c0d7d 100644 --- a/src/ImageProcessor/Filters/Convolution/EdgeDetection/Sobel.cs +++ b/src/ImageProcessor/Filters/Convolution/EdgeDetection/Sobel.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/GuassianBlur.cs b/src/ImageProcessor/Filters/Convolution/GuassianBlur.cs index 3b64bc153..0a8cfe34d 100644 --- a/src/ImageProcessor/Filters/Convolution/GuassianBlur.cs +++ b/src/ImageProcessor/Filters/Convolution/GuassianBlur.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Convolution/GuassianSharpen.cs b/src/ImageProcessor/Filters/Convolution/GuassianSharpen.cs index 75eda001f..8da64d870 100644 --- a/src/ImageProcessor/Filters/Convolution/GuassianSharpen.cs +++ b/src/ImageProcessor/Filters/Convolution/GuassianSharpen.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/ImageFilterExtensions.cs b/src/ImageProcessor/Filters/ImageFilterExtensions.cs index f9a91e0f3..a322105b5 100644 --- a/src/ImageProcessor/Filters/ImageFilterExtensions.cs +++ b/src/ImageProcessor/Filters/ImageFilterExtensions.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Filters/Invert.cs b/src/ImageProcessor/Filters/Invert.cs index d2fa9445a..198c0d1ae 100644 --- a/src/ImageProcessor/Filters/Invert.cs +++ b/src/ImageProcessor/Filters/Invert.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Bmp/BmpCompression.cs b/src/ImageProcessor/Formats/Bmp/BmpCompression.cs index 3810be70a..ebc5e7007 100644 --- a/src/ImageProcessor/Formats/Bmp/BmpCompression.cs +++ b/src/ImageProcessor/Formats/Bmp/BmpCompression.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Bmp/BmpDecoder.cs b/src/ImageProcessor/Formats/Bmp/BmpDecoder.cs index 800353e42..168fa0a54 100644 --- a/src/ImageProcessor/Formats/Bmp/BmpDecoder.cs +++ b/src/ImageProcessor/Formats/Bmp/BmpDecoder.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Bmp/BmpDecoderCore.cs b/src/ImageProcessor/Formats/Bmp/BmpDecoderCore.cs index fa434da84..c11f2d7c7 100644 --- a/src/ImageProcessor/Formats/Bmp/BmpDecoderCore.cs +++ b/src/ImageProcessor/Formats/Bmp/BmpDecoderCore.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Bmp/BmpEncoder.cs b/src/ImageProcessor/Formats/Bmp/BmpEncoder.cs index c37809635..ee6555131 100644 --- a/src/ImageProcessor/Formats/Bmp/BmpEncoder.cs +++ b/src/ImageProcessor/Formats/Bmp/BmpEncoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Bmp/BmpFileHeader.cs b/src/ImageProcessor/Formats/Bmp/BmpFileHeader.cs index 9e097fc31..e3a21dbc4 100644 --- a/src/ImageProcessor/Formats/Bmp/BmpFileHeader.cs +++ b/src/ImageProcessor/Formats/Bmp/BmpFileHeader.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Bmp/BmpFormat.cs b/src/ImageProcessor/Formats/Bmp/BmpFormat.cs index 90ff4bff1..d73b0d203 100644 --- a/src/ImageProcessor/Formats/Bmp/BmpFormat.cs +++ b/src/ImageProcessor/Formats/Bmp/BmpFormat.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Bmp/BmpInfoHeader.cs b/src/ImageProcessor/Formats/Bmp/BmpInfoHeader.cs index 03c1b40d3..bee88dcec 100644 --- a/src/ImageProcessor/Formats/Bmp/BmpInfoHeader.cs +++ b/src/ImageProcessor/Formats/Bmp/BmpInfoHeader.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Gif/BitEncoder.cs b/src/ImageProcessor/Formats/Gif/BitEncoder.cs index 815348139..882a1ea4a 100644 --- a/src/ImageProcessor/Formats/Gif/BitEncoder.cs +++ b/src/ImageProcessor/Formats/Gif/BitEncoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/DisposalMethod.cs b/src/ImageProcessor/Formats/Gif/DisposalMethod.cs index ada28a6f1..8aa8fa089 100644 --- a/src/ImageProcessor/Formats/Gif/DisposalMethod.cs +++ b/src/ImageProcessor/Formats/Gif/DisposalMethod.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/GifConstants.cs b/src/ImageProcessor/Formats/Gif/GifConstants.cs index cfcb7defb..0e243c411 100644 --- a/src/ImageProcessor/Formats/Gif/GifConstants.cs +++ b/src/ImageProcessor/Formats/Gif/GifConstants.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/GifDecoder.cs b/src/ImageProcessor/Formats/Gif/GifDecoder.cs index cdc247269..dde73506e 100644 --- a/src/ImageProcessor/Formats/Gif/GifDecoder.cs +++ b/src/ImageProcessor/Formats/Gif/GifDecoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/GifDecoderCore.cs b/src/ImageProcessor/Formats/Gif/GifDecoderCore.cs index 8675cbc7a..077f28483 100644 --- a/src/ImageProcessor/Formats/Gif/GifDecoderCore.cs +++ b/src/ImageProcessor/Formats/Gif/GifDecoderCore.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/GifEncoder.cs b/src/ImageProcessor/Formats/Gif/GifEncoder.cs index 1375782da..5ea513dad 100644 --- a/src/ImageProcessor/Formats/Gif/GifEncoder.cs +++ b/src/ImageProcessor/Formats/Gif/GifEncoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/GifFormat.cs b/src/ImageProcessor/Formats/Gif/GifFormat.cs index bd7030de2..13576c8a4 100644 --- a/src/ImageProcessor/Formats/Gif/GifFormat.cs +++ b/src/ImageProcessor/Formats/Gif/GifFormat.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/LzwDecoder.cs b/src/ImageProcessor/Formats/Gif/LzwDecoder.cs index 4ce6c7202..716b67d51 100644 --- a/src/ImageProcessor/Formats/Gif/LzwDecoder.cs +++ b/src/ImageProcessor/Formats/Gif/LzwDecoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/LzwEncoder.cs b/src/ImageProcessor/Formats/Gif/LzwEncoder.cs index a6dca8c7a..73fc18735 100644 --- a/src/ImageProcessor/Formats/Gif/LzwEncoder.cs +++ b/src/ImageProcessor/Formats/Gif/LzwEncoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/Quantizer/IQuantizer.cs b/src/ImageProcessor/Formats/Gif/Quantizer/IQuantizer.cs index 9e82f2f45..71c632408 100644 --- a/src/ImageProcessor/Formats/Gif/Quantizer/IQuantizer.cs +++ b/src/ImageProcessor/Formats/Gif/Quantizer/IQuantizer.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/Quantizer/OctreeQuantizer.cs b/src/ImageProcessor/Formats/Gif/Quantizer/OctreeQuantizer.cs index 2ae1ea4b2..b7a04aab2 100644 --- a/src/ImageProcessor/Formats/Gif/Quantizer/OctreeQuantizer.cs +++ b/src/ImageProcessor/Formats/Gif/Quantizer/OctreeQuantizer.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/Quantizer/QuantizedImage.cs b/src/ImageProcessor/Formats/Gif/Quantizer/QuantizedImage.cs index 5bb8f9ec6..bddebe599 100644 --- a/src/ImageProcessor/Formats/Gif/Quantizer/QuantizedImage.cs +++ b/src/ImageProcessor/Formats/Gif/Quantizer/QuantizedImage.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs b/src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs index c35a9f7f4..c601b2e12 100644 --- a/src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs +++ b/src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/Sections/GifGraphicsControlExtension.cs b/src/ImageProcessor/Formats/Gif/Sections/GifGraphicsControlExtension.cs index c906cf2a2..9d3a1e904 100644 --- a/src/ImageProcessor/Formats/Gif/Sections/GifGraphicsControlExtension.cs +++ b/src/ImageProcessor/Formats/Gif/Sections/GifGraphicsControlExtension.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/Sections/GifImageDescriptor.cs b/src/ImageProcessor/Formats/Gif/Sections/GifImageDescriptor.cs index 111693b8e..e9d63fb3c 100644 --- a/src/ImageProcessor/Formats/Gif/Sections/GifImageDescriptor.cs +++ b/src/ImageProcessor/Formats/Gif/Sections/GifImageDescriptor.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Gif/Sections/GifLogicalScreenDescriptor.cs b/src/ImageProcessor/Formats/Gif/Sections/GifLogicalScreenDescriptor.cs index 6cee48fca..40cebff81 100644 --- a/src/ImageProcessor/Formats/Gif/Sections/GifLogicalScreenDescriptor.cs +++ b/src/ImageProcessor/Formats/Gif/Sections/GifLogicalScreenDescriptor.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/IImageDecoder.cs b/src/ImageProcessor/Formats/IImageDecoder.cs index bcdbb95b0..9a4299115 100644 --- a/src/ImageProcessor/Formats/IImageDecoder.cs +++ b/src/ImageProcessor/Formats/IImageDecoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/IImageEncoder.cs b/src/ImageProcessor/Formats/IImageEncoder.cs index cbf0aa198..bda8dbb42 100644 --- a/src/ImageProcessor/Formats/IImageEncoder.cs +++ b/src/ImageProcessor/Formats/IImageEncoder.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/IImageFormat.cs b/src/ImageProcessor/Formats/IImageFormat.cs index 31687db3f..4908a5c1d 100644 --- a/src/ImageProcessor/Formats/IImageFormat.cs +++ b/src/ImageProcessor/Formats/IImageFormat.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Jpg/JpegDecoder.cs b/src/ImageProcessor/Formats/Jpg/JpegDecoder.cs index 541400a4e..14252c394 100644 --- a/src/ImageProcessor/Formats/Jpg/JpegDecoder.cs +++ b/src/ImageProcessor/Formats/Jpg/JpegDecoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Jpg/JpegEncoder.cs b/src/ImageProcessor/Formats/Jpg/JpegEncoder.cs index 84ce9c423..2da1fe11f 100644 --- a/src/ImageProcessor/Formats/Jpg/JpegEncoder.cs +++ b/src/ImageProcessor/Formats/Jpg/JpegEncoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Jpg/JpegFormat.cs b/src/ImageProcessor/Formats/Jpg/JpegFormat.cs index bc77390c3..fcfb50823 100644 --- a/src/ImageProcessor/Formats/Jpg/JpegFormat.cs +++ b/src/ImageProcessor/Formats/Jpg/JpegFormat.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Jpg/LibJpeg/BitStream.cs b/src/ImageProcessor/Formats/Jpg/LibJpeg/BitStream.cs index c054559d9..3c78c63a2 100644 --- a/src/ImageProcessor/Formats/Jpg/LibJpeg/BitStream.cs +++ b/src/ImageProcessor/Formats/Jpg/LibJpeg/BitStream.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Jpg/LibJpeg/DecompressorToJpegImage.cs b/src/ImageProcessor/Formats/Jpg/LibJpeg/DecompressorToJpegImage.cs index 796b3a56d..bc1c7cce2 100644 --- a/src/ImageProcessor/Formats/Jpg/LibJpeg/DecompressorToJpegImage.cs +++ b/src/ImageProcessor/Formats/Jpg/LibJpeg/DecompressorToJpegImage.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Jpg/LibJpeg/IDecompressDestination.cs b/src/ImageProcessor/Formats/Jpg/LibJpeg/IDecompressDestination.cs index 2aa6cff40..c57fc3f40 100644 --- a/src/ImageProcessor/Formats/Jpg/LibJpeg/IDecompressDestination.cs +++ b/src/ImageProcessor/Formats/Jpg/LibJpeg/IDecompressDestination.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // -------------------------------------------------------------------------------------------------------------------- diff --git a/src/ImageProcessor/Formats/Png/GrayscaleReader.cs b/src/ImageProcessor/Formats/Png/GrayscaleReader.cs index 244c0e8c0..0392458a0 100644 --- a/src/ImageProcessor/Formats/Png/GrayscaleReader.cs +++ b/src/ImageProcessor/Formats/Png/GrayscaleReader.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/IColorReader.cs b/src/ImageProcessor/Formats/Png/IColorReader.cs index 0d7ff27e3..42facc331 100644 --- a/src/ImageProcessor/Formats/Png/IColorReader.cs +++ b/src/ImageProcessor/Formats/Png/IColorReader.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/PaletteIndexReader.cs b/src/ImageProcessor/Formats/Png/PaletteIndexReader.cs index 550ac358b..90b2053ac 100644 --- a/src/ImageProcessor/Formats/Png/PaletteIndexReader.cs +++ b/src/ImageProcessor/Formats/Png/PaletteIndexReader.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/PngChunk.cs b/src/ImageProcessor/Formats/Png/PngChunk.cs index f2590f93e..cbd3f9cbe 100644 --- a/src/ImageProcessor/Formats/Png/PngChunk.cs +++ b/src/ImageProcessor/Formats/Png/PngChunk.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Png/PngChunkTypes.cs b/src/ImageProcessor/Formats/Png/PngChunkTypes.cs index dd7e379f7..7f39a887d 100644 --- a/src/ImageProcessor/Formats/Png/PngChunkTypes.cs +++ b/src/ImageProcessor/Formats/Png/PngChunkTypes.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Png/PngColorTypeInformation.cs b/src/ImageProcessor/Formats/Png/PngColorTypeInformation.cs index 14043678a..cacb0fb1d 100644 --- a/src/ImageProcessor/Formats/Png/PngColorTypeInformation.cs +++ b/src/ImageProcessor/Formats/Png/PngColorTypeInformation.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Png/PngDecoder.cs b/src/ImageProcessor/Formats/Png/PngDecoder.cs index c8f1797bc..9661f2536 100644 --- a/src/ImageProcessor/Formats/Png/PngDecoder.cs +++ b/src/ImageProcessor/Formats/Png/PngDecoder.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Png/PngDecoderCore.cs b/src/ImageProcessor/Formats/Png/PngDecoderCore.cs index 1bf8e7740..919622e08 100644 --- a/src/ImageProcessor/Formats/Png/PngDecoderCore.cs +++ b/src/ImageProcessor/Formats/Png/PngDecoderCore.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Png/PngEncoder.cs b/src/ImageProcessor/Formats/Png/PngEncoder.cs index fd3c531d0..6ac2b0f71 100644 --- a/src/ImageProcessor/Formats/Png/PngEncoder.cs +++ b/src/ImageProcessor/Formats/Png/PngEncoder.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/PngFormat.cs b/src/ImageProcessor/Formats/Png/PngFormat.cs index a53680d99..dc286a510 100644 --- a/src/ImageProcessor/Formats/Png/PngFormat.cs +++ b/src/ImageProcessor/Formats/Png/PngFormat.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/PngHeader.cs b/src/ImageProcessor/Formats/Png/PngHeader.cs index 7d02b8c27..b4ccac005 100644 --- a/src/ImageProcessor/Formats/Png/PngHeader.cs +++ b/src/ImageProcessor/Formats/Png/PngHeader.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Formats/Png/TrueColorReader.cs b/src/ImageProcessor/Formats/Png/TrueColorReader.cs index 0ce755a3f..2a9f46198 100644 --- a/src/ImageProcessor/Formats/Png/TrueColorReader.cs +++ b/src/ImageProcessor/Formats/Png/TrueColorReader.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/Adler32.cs b/src/ImageProcessor/Formats/Png/Zlib/Adler32.cs index ff5aec61f..12cd0ca9f 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/Adler32.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/Adler32.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/Crc32.cs b/src/ImageProcessor/Formats/Png/Zlib/Crc32.cs index 3cf5916cf..3828260b4 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/Crc32.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/Crc32.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/DeflateStrategy.cs b/src/ImageProcessor/Formats/Png/Zlib/DeflateStrategy.cs index 64489abbf..f3655af8b 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/DeflateStrategy.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/DeflateStrategy.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/Deflater.cs b/src/ImageProcessor/Formats/Png/Zlib/Deflater.cs index 79c153082..eccbab825 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/Deflater.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/Deflater.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/DeflaterConstants.cs b/src/ImageProcessor/Formats/Png/Zlib/DeflaterConstants.cs index 5565ffb58..8f333f5f6 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/DeflaterConstants.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/DeflaterConstants.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/DeflaterEngine.cs b/src/ImageProcessor/Formats/Png/Zlib/DeflaterEngine.cs index 6294919dd..1b5da2715 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/DeflaterEngine.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/DeflaterEngine.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/DeflaterOutputStream.cs b/src/ImageProcessor/Formats/Png/Zlib/DeflaterOutputStream.cs index 7fd65e5d4..fad471025 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/DeflaterOutputStream.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/DeflaterOutputStream.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/DeflaterPending.cs b/src/ImageProcessor/Formats/Png/Zlib/DeflaterPending.cs index d8bce8a3a..67912bc30 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/DeflaterPending.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/DeflaterPending.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/GeneralBitFlags.cs b/src/ImageProcessor/Formats/Png/Zlib/GeneralBitFlags.cs index d6b975d3d..d47bde407 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/GeneralBitFlags.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/GeneralBitFlags.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Formats/Png/Zlib/IChecksum.cs b/src/ImageProcessor/Formats/Png/Zlib/IChecksum.cs index d5e593e1a..18dbe5edf 100644 --- a/src/ImageProcessor/Formats/Png/Zlib/IChecksum.cs +++ b/src/ImageProcessor/Formats/Png/Zlib/IChecksum.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/IImageBase.cs b/src/ImageProcessor/IImageBase.cs index cdbe2104a..431368c4b 100644 --- a/src/ImageProcessor/IImageBase.cs +++ b/src/ImageProcessor/IImageBase.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/IImageProcessor.cs b/src/ImageProcessor/IImageProcessor.cs index c8c30de48..b9b90cbe0 100644 --- a/src/ImageProcessor/IImageProcessor.cs +++ b/src/ImageProcessor/IImageProcessor.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Image.cs b/src/ImageProcessor/Image.cs index dd7c58e07..f07a35a9d 100644 --- a/src/ImageProcessor/Image.cs +++ b/src/ImageProcessor/Image.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/ImageBase.cs b/src/ImageProcessor/ImageBase.cs index 5e1aaa1a6..656aaba85 100644 --- a/src/ImageProcessor/ImageBase.cs +++ b/src/ImageProcessor/ImageBase.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/ImageFrame.cs b/src/ImageProcessor/ImageFrame.cs index d799ff490..8dbf7e6f4 100644 --- a/src/ImageProcessor/ImageFrame.cs +++ b/src/ImageProcessor/ImageFrame.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/ImageProcessor.nuspec b/src/ImageProcessor/ImageProcessor.nuspec new file mode 100644 index 000000000..2a03ac069 --- /dev/null +++ b/src/ImageProcessor/ImageProcessor.nuspec @@ -0,0 +1,18 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE + http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE + http://ICON_URL_HERE_OR_DELETE_THIS_LINE + false + $description$ + Alpha Release. + Copyright James Jackson-South and contributors2015 + Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated + + \ No newline at end of file diff --git a/src/ImageProcessor/ImageProperty.cs b/src/ImageProcessor/ImageProperty.cs index 66da211fc..1dfca007b 100644 --- a/src/ImageProcessor/ImageProperty.cs +++ b/src/ImageProcessor/ImageProperty.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/src/ImageProcessor/Numerics/Point.cs b/src/ImageProcessor/Numerics/Point.cs index 3ba60c18f..9ada9530b 100644 --- a/src/ImageProcessor/Numerics/Point.cs +++ b/src/ImageProcessor/Numerics/Point.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Numerics/Rectangle.cs b/src/ImageProcessor/Numerics/Rectangle.cs index 67ba49c59..948b233af 100644 --- a/src/ImageProcessor/Numerics/Rectangle.cs +++ b/src/ImageProcessor/Numerics/Rectangle.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Numerics/Size.cs b/src/ImageProcessor/Numerics/Size.cs index f9838bc6c..92064f065 100644 --- a/src/ImageProcessor/Numerics/Size.cs +++ b/src/ImageProcessor/Numerics/Size.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/ParallelImageProcessor.cs b/src/ImageProcessor/ParallelImageProcessor.cs index 200b6b183..998b4e12a 100644 --- a/src/ImageProcessor/ParallelImageProcessor.cs +++ b/src/ImageProcessor/ParallelImageProcessor.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Properties/AssemblyInfo.cs b/src/ImageProcessor/Properties/AssemblyInfo.cs index ff4e72fd1..999af59c3 100644 --- a/src/ImageProcessor/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ImageProcessor")] -[assembly: AssemblyDescription("A library for on-the-fly processing of image files written in C#")] +[assembly: AssemblyDescription("A cross-platform library for processing of image files written in C#")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ImageProcessor")] diff --git a/src/ImageProcessor/Samplers/Crop.cs b/src/ImageProcessor/Samplers/Crop.cs index 7ed0bb2df..cd781761d 100644 --- a/src/ImageProcessor/Samplers/Crop.cs +++ b/src/ImageProcessor/Samplers/Crop.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/ImageSampleExtensions.cs b/src/ImageProcessor/Samplers/ImageSampleExtensions.cs index 6e12d3d92..eba1ff3fb 100644 --- a/src/ImageProcessor/Samplers/ImageSampleExtensions.cs +++ b/src/ImageProcessor/Samplers/ImageSampleExtensions.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/BicubicResampler.cs b/src/ImageProcessor/Samplers/Resamplers/BicubicResampler.cs index 61dbfbb89..1f6cdff35 100644 --- a/src/ImageProcessor/Samplers/Resamplers/BicubicResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/BicubicResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/BoxResampler.cs b/src/ImageProcessor/Samplers/Resamplers/BoxResampler.cs index 0a0ec975e..8020eca9d 100644 --- a/src/ImageProcessor/Samplers/Resamplers/BoxResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/BoxResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/CatmullRomResampler.cs b/src/ImageProcessor/Samplers/Resamplers/CatmullRomResampler.cs index d138e3b0c..8038dcca6 100644 --- a/src/ImageProcessor/Samplers/Resamplers/CatmullRomResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/CatmullRomResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/HermiteResampler.cs b/src/ImageProcessor/Samplers/Resamplers/HermiteResampler.cs index 3857a07da..a32c68ce4 100644 --- a/src/ImageProcessor/Samplers/Resamplers/HermiteResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/HermiteResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/IResampler.cs b/src/ImageProcessor/Samplers/Resamplers/IResampler.cs index de71f571a..64628ae52 100644 --- a/src/ImageProcessor/Samplers/Resamplers/IResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/IResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/Lanczos3Resampler.cs b/src/ImageProcessor/Samplers/Resamplers/Lanczos3Resampler.cs index 102453a06..40c5e9d20 100644 --- a/src/ImageProcessor/Samplers/Resamplers/Lanczos3Resampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/Lanczos3Resampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/Lanczos5Resampler.cs b/src/ImageProcessor/Samplers/Resamplers/Lanczos5Resampler.cs index bbf36f686..4fdcc85eb 100644 --- a/src/ImageProcessor/Samplers/Resamplers/Lanczos5Resampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/Lanczos5Resampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/Lanczos8Resampler.cs b/src/ImageProcessor/Samplers/Resamplers/Lanczos8Resampler.cs index e244fee9c..f8c0e026d 100644 --- a/src/ImageProcessor/Samplers/Resamplers/Lanczos8Resampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/Lanczos8Resampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/MitchellNetravaliResampler.cs b/src/ImageProcessor/Samplers/Resamplers/MitchellNetravaliResampler.cs index 78dc6a51e..abf227156 100644 --- a/src/ImageProcessor/Samplers/Resamplers/MitchellNetravaliResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/MitchellNetravaliResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/RobidouxResampler.cs b/src/ImageProcessor/Samplers/Resamplers/RobidouxResampler.cs index 959caf3c3..253f8b723 100644 --- a/src/ImageProcessor/Samplers/Resamplers/RobidouxResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/RobidouxResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/RobidouxSharpResampler.cs b/src/ImageProcessor/Samplers/Resamplers/RobidouxSharpResampler.cs index 4d50a9fd0..14db96d8e 100644 --- a/src/ImageProcessor/Samplers/Resamplers/RobidouxSharpResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/RobidouxSharpResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/RobidouxSoftResampler.cs b/src/ImageProcessor/Samplers/Resamplers/RobidouxSoftResampler.cs index 14c84ac93..d065a83d4 100644 --- a/src/ImageProcessor/Samplers/Resamplers/RobidouxSoftResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/RobidouxSoftResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/SplineResampler.cs b/src/ImageProcessor/Samplers/Resamplers/SplineResampler.cs index db51a5fcd..257bc6ce9 100644 --- a/src/ImageProcessor/Samplers/Resamplers/SplineResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/SplineResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/TriangleResampler.cs b/src/ImageProcessor/Samplers/Resamplers/TriangleResampler.cs index 871fbbdb6..85f3ea9f7 100644 --- a/src/ImageProcessor/Samplers/Resamplers/TriangleResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/TriangleResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resamplers/WelchResampler.cs b/src/ImageProcessor/Samplers/Resamplers/WelchResampler.cs index c4ea4f292..a18677c28 100644 --- a/src/ImageProcessor/Samplers/Resamplers/WelchResampler.cs +++ b/src/ImageProcessor/Samplers/Resamplers/WelchResampler.cs @@ -1,5 +1,5 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageProcessor/Samplers/Resize.cs b/src/ImageProcessor/Samplers/Resize.cs index f6e175967..0155aba7f 100644 --- a/src/ImageProcessor/Samplers/Resize.cs +++ b/src/ImageProcessor/Samplers/Resize.cs @@ -1,12 +1,12 @@ -// -// Copyright (c) James South and contributors. +// +// Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // namespace ImageProcessor.Samplers { using System; - using System.Collections.Generic; + using System.Collections.Immutable; using System.Threading.Tasks; /// @@ -69,12 +69,12 @@ namespace ImageProcessor.Samplers { if (y >= targetY && y < targetBottom) { - List verticalValues = this.verticalWeights[y].Values; + ImmutableArray verticalValues = this.verticalWeights[y].Values; float verticalSum = this.verticalWeights[y].Sum; for (int x = startX; x < endX; x++) { - List horizontalValues = this.horizontalWeights[x].Values; + ImmutableArray horizontalValues = this.horizontalWeights[x].Values; float horizontalSum = this.horizontalWeights[x].Sum; // Destination color components @@ -163,6 +163,7 @@ namespace ImageProcessor.Samplers float sum = 0; result[i] = new Weights(); + ImmutableArray.Builder builder = ImmutableArray.CreateBuilder(); for (int a = startU; a <= endU; a++) { float w = sampler.GetValue((a - fu) / scale); @@ -170,10 +171,10 @@ namespace ImageProcessor.Samplers if (Math.Abs(w) > Epsilon) { sum += w; - result[i].Values.Add(new Weight(a, w)); + builder.Add(new Weight(a, w)); } } - + result[i].Values = builder.ToImmutable(); result[i].Sum = sum; }); @@ -212,18 +213,10 @@ namespace ImageProcessor.Samplers /// protected class Weights { - /// - /// Initializes a new instance of the class. - /// - public Weights() - { - this.Values = new List(); - } - /// /// Gets or sets the values. /// - public List Values { get; set; } + public ImmutableArray Values { get; set; } /// /// Gets or sets the sum. diff --git a/src/ImageProcessor/stylecop.json b/src/ImageProcessor/stylecop.json index c2a3e3cc3..26b5b8518 100644 --- a/src/ImageProcessor/stylecop.json +++ b/src/ImageProcessor/stylecop.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": { "documentationRules": { - "companyName": "James South", + "companyName": "James Jackson-South", "copyrightText": "Copyright (c) {companyName} and contributors.\nLicensed under the {licenseName}.", "variables": { "licenseName": "Apache License, Version 2.0" diff --git a/tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs b/tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs index 11d2529e8..1c286da7b 100644 --- a/tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs +++ b/tests/ImageProcessor.Tests/Colors/ColorConversionTests.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright © James South and contributors. +// +// Copyright © James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/tests/ImageProcessor.Tests/Colors/ColorTests.cs b/tests/ImageProcessor.Tests/Colors/ColorTests.cs index 58a442901..10973b6c0 100644 --- a/tests/ImageProcessor.Tests/Colors/ColorTests.cs +++ b/tests/ImageProcessor.Tests/Colors/ColorTests.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright © James South and contributors. +// +// Copyright © James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/tests/ImageProcessor.Tests/Helpers/GuardTests.cs b/tests/ImageProcessor.Tests/Helpers/GuardTests.cs index e983b7dbe..baef47c0b 100644 --- a/tests/ImageProcessor.Tests/Helpers/GuardTests.cs +++ b/tests/ImageProcessor.Tests/Helpers/GuardTests.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright © James South and contributors. +// +// Copyright © James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/tests/ImageProcessor.Tests/ImageProcessor.Tests.csproj b/tests/ImageProcessor.Tests/ImageProcessor.Tests.csproj index ff06126e0..7e75ec647 100644 --- a/tests/ImageProcessor.Tests/ImageProcessor.Tests.csproj +++ b/tests/ImageProcessor.Tests/ImageProcessor.Tests.csproj @@ -38,6 +38,10 @@ + + ..\..\packages\System.Collections.Immutable.1.1.37\lib\dotnet\System.Collections.Immutable.dll + True + ..\..\packages\System.Numerics.Vectors.4.1.0\lib\net46\System.Numerics.Vectors.dll diff --git a/tests/ImageProcessor.Tests/Numerics/PointTests.cs b/tests/ImageProcessor.Tests/Numerics/PointTests.cs index 0e45271f8..81dfe284c 100644 --- a/tests/ImageProcessor.Tests/Numerics/PointTests.cs +++ b/tests/ImageProcessor.Tests/Numerics/PointTests.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright © James South and contributors. +// +// Copyright © James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/tests/ImageProcessor.Tests/Numerics/RectangleTests.cs b/tests/ImageProcessor.Tests/Numerics/RectangleTests.cs index 1ee16ea51..baf10c0e2 100644 --- a/tests/ImageProcessor.Tests/Numerics/RectangleTests.cs +++ b/tests/ImageProcessor.Tests/Numerics/RectangleTests.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright © James South and contributors. +// +// Copyright © James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/tests/ImageProcessor.Tests/Numerics/SizeTests.cs b/tests/ImageProcessor.Tests/Numerics/SizeTests.cs index e09cb6071..75c572e98 100644 --- a/tests/ImageProcessor.Tests/Numerics/SizeTests.cs +++ b/tests/ImageProcessor.Tests/Numerics/SizeTests.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright © James South and contributors. +// +// Copyright © James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // diff --git a/tests/ImageProcessor.Tests/Processors/ProcessorTestBase.cs b/tests/ImageProcessor.Tests/Processors/ProcessorTestBase.cs index a4f92a52a..a34f6117f 100644 --- a/tests/ImageProcessor.Tests/Processors/ProcessorTestBase.cs +++ b/tests/ImageProcessor.Tests/Processors/ProcessorTestBase.cs @@ -1,6 +1,6 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright © James South and contributors. +// +// Copyright © James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // // -------------------------------------------------------------------------------------------------------------------- diff --git a/tests/ImageProcessor.Tests/Properties/AssemblyInfo.cs b/tests/ImageProcessor.Tests/Properties/AssemblyInfo.cs index c0545090d..b44979c8b 100644 --- a/tests/ImageProcessor.Tests/Properties/AssemblyInfo.cs +++ b/tests/ImageProcessor.Tests/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ImageProcessor")] -[assembly: AssemblyCopyright("Copyright © James South and contributors.")] +[assembly: AssemblyCopyright("Copyright © James Jackson-South and contributors.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/tests/ImageProcessor.Tests/packages.config b/tests/ImageProcessor.Tests/packages.config index 8cba8428f..7cef95935 100644 --- a/tests/ImageProcessor.Tests/packages.config +++ b/tests/ImageProcessor.Tests/packages.config @@ -1,10 +1,15 @@  + + + + +