Skip to content

Commit

Permalink
Removed the AutoOrientWebProcessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 6, 2022
1 parent d3a834f commit 11c6ef6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 96 deletions.
3 changes: 1 addition & 2 deletions samples/ImageSharp.Web.Sample/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ public void ConfigureServices(IServiceCollection services)
.AddProcessor<ResizeWebProcessor>()
.AddProcessor<FormatWebProcessor>()
.AddProcessor<BackgroundColorWebProcessor>()
.AddProcessor<QualityWebProcessor>()
.AddProcessor<AutoOrientWebProcessor>();
.AddProcessor<QualityWebProcessor>();

// Add the default service and options.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ private static void AddDefaultServices(
builder.AddProcessor<ResizeWebProcessor>()
.AddProcessor<FormatWebProcessor>()
.AddProcessor<BackgroundColorWebProcessor>()
.AddProcessor<QualityWebProcessor>()
.AddProcessor<AutoOrientWebProcessor>();
.AddProcessor<QualityWebProcessor>();

builder.AddConverter<IntegralNumberConverter<sbyte>>();
builder.AddConverter<IntegralNumberConverter<byte>>();
Expand Down
48 changes: 0 additions & 48 deletions src/ImageSharp.Web/Processors/AutoOrientWebProcessor.cs

This file was deleted.

This file was deleted.

0 comments on commit 11c6ef6

Please sign in to comment.