// Copyright (c) Six Labors and contributors. // Licensed under the Apache License, Version 2.0. namespace SixLabors.ImageSharp.Benchmarks { /// /// The image benchmark base class. /// public abstract class BenchmarkBase { /// /// Initializes a new instance of the class. /// protected BenchmarkBase() { // Add Image Formats } } }