diff --git a/HPPH/Images/Image.cs b/HPPH/Images/Image.cs index 92ccf27..109bc03 100644 --- a/HPPH/Images/Image.cs +++ b/HPPH/Images/Image.cs @@ -201,7 +201,7 @@ public sealed class Image : IImage #region Constructors - internal ImageRows(byte[] buffer, int x, int y, int width, int height, int stride, int bpp) + internal ImageRows(byte[] buffer, int x, int y, int width, int height, int stride) { this._buffer = buffer; this._x = x;