diff --git a/src/ImageProcessorCore/Samplers/RotateFlip.cs b/src/ImageProcessorCore/Samplers/RotateFlip.cs
index 82a5b116d..09162bff0 100644
--- a/src/ImageProcessorCore/Samplers/RotateFlip.cs
+++ b/src/ImageProcessorCore/Samplers/RotateFlip.cs
@@ -11,7 +11,7 @@ namespace ImageProcessorCore.Samplers
///
/// Provides methods that allow the rotation and flipping of an image around its center point.
///
- public class RotateFlip : ParallelImageProcessor
+ public class RotateFlip : ImageSampler
{
///
/// Initializes a new instance of the class.