We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ac5e3 commit 4fe7aaeCopy full SHA for 4fe7aae
1 file changed
src/libImaging/Matrix.c
@@ -46,9 +46,7 @@ ImagingConvertMatrix(Imaging im, const ModeID mode, float m[]) {
46
}
47
48
ImagingSectionLeave(&cookie);
49
- } else if (
50
- mode == IMAGING_MODE_HSV || mode == IMAGING_MODE_LAB || mode == IMAGING_MODE_RGB
51
- ) {
+ } else if (mode == IMAGING_MODE_RGB) {
52
imOut = ImagingNewDirty(mode, im->xsize, im->ysize);
53
if (!imOut) {
54
return NULL;
0 commit comments