From ecfc10d002bc929833b0124ecc8ece3092abd56d Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 19 Sep 2017 21:01:34 +0300 Subject: [PATCH] oops --- libImaging/Geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libImaging/Geometry.c b/libImaging/Geometry.c index bc63ac413..1d08728da 100644 --- a/libImaging/Geometry.c +++ b/libImaging/Geometry.c @@ -188,7 +188,7 @@ ImagingTransverse(Imaging imOut, Imaging imIn) if (imIn->xsize != imOut->ysize || imIn->ysize != imOut->xsize) return (Imaging) ImagingError_Mismatch(); - ImagingCopyInfo(imOut, imIn); + ImagingCopyPalette(imOut, imIn); #define TRANSVERSE(INT, image) \ for (y = 0; y < imIn->ysize; y += ROTATE_CHUNK) { \