Browse Source

Fixing spelling

Former-commit-id: a74e3ec3dbc848331831ec19beea21eceea584a6
af/merge-core
James South 12 years ago
parent
commit
b1d1daaffc
  1. 2
      src/ImageProcessor/Processors/Resize.cs

2
src/ImageProcessor/Processors/Resize.cs

@ -401,7 +401,7 @@ namespace ImageProcessor.Processors
}
// An unwanted border appears when using InterpolationMode.HighQualityBicubic to resize the image
// as the algorithm appears to be pulling averaging detail from surCeilinging pixels beyond the edge
// as the algorithm appears to be pulling averaging detail from surrounding pixels beyond the edge
// of the image. Using the ImageAttributes class to specify that the pixels beyond are simply mirror
// images of the pixels within solves this problem.
using (ImageAttributes wrapMode = new ImageAttributes())

Loading…
Cancel
Save