diff --git a/src/ImageProcessorCore/Bootstrapper.cs b/src/ImageProcessorCore/Bootstrapper.cs index 3294086fe..1479de0e9 100644 --- a/src/ImageProcessorCore/Bootstrapper.cs +++ b/src/ImageProcessorCore/Bootstrapper.cs @@ -9,9 +9,10 @@ namespace ImageProcessorCore using System.Collections.Generic; using System.Collections.ObjectModel; - using ImageProcessorCore.Formats; using System.Threading.Tasks; + using Formats; + /// /// Provides initialization code which allows extending the library. /// @@ -77,6 +78,7 @@ namespace ImageProcessorCore /// Gets an instance of the correct for the packed vector. /// /// The type of pixel data. + /// The packed format. long, float. /// The image /// The public IPixelAccessor GetPixelAccessor(IImageBase image)