From 640583c9dfca4e811af708521169f49b6bd4e9d7 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 19 Jul 2016 14:11:18 +1000 Subject: [PATCH] Comments Former-commit-id: 89e20176e82973d3383abfc6c205349ed2db3e52 Former-commit-id: da4936d80e2a5dde736254b7b2fe8ee881e04336 Former-commit-id: 65c3212d30a4cae2f499c2369f59b176ace757b8 --- src/ImageProcessorCore/Bootstrapper.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)