diff --git a/algorithms/context-adaptive_interpolator.py b/algorithms/context-adaptive_interpolator.py index d530224..b2fc477 100644 --- a/algorithms/context-adaptive_interpolator.py +++ b/algorithms/context-adaptive_interpolator.py @@ -23,4 +23,4 @@ for m in range(1, image.size[0] - 1): if max(A) - min(A) <= THRESHOLD: newI[m, n] = int(round(I[m, n] - mean(A), 0)) -image.show() \ No newline at end of file +image.rotate(-90).show() \ No newline at end of file