Open GoogleCodeExporter opened 8 years ago
In the file ReplaceChannel.cs replace the line 277
int offsetCh = chData.Stride - rect.Width;
with this line
int offsetCh = chStride - rect.Width;
and compile the code.
Original comment by philipp....@gmail.com
on 15 Jul 2015 at 9:44
Original issue reported on code.google.com by
dst...@email.arizona.edu
on 28 Apr 2013 at 4:44