Skip to content

Commit c63e01d

Browse files
committed
磨皮处理不影响alpha通道 更新so库
1 parent 658bc10 commit c63e01d

File tree

8 files changed

+0
-1
lines changed

8 files changed

+0
-1
lines changed

Diff for: imageeditlibrary/jni/photo_processing.c

-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ void YCbCrToRGB(uint8_t* From, uint8_t* To, int length)
567567
To[offset] = (uint8_t)Blue;
568568
To[offset+1] = (uint8_t)Green;
569569
To[offset+2] = (uint8_t)Red;
570-
To[offset+3] = alpha;
571570
}
572571
}
573572

Binary file not shown.
Binary file not shown.
-57.4 KB
Binary file not shown.
-137 KB
Binary file not shown.
-78.2 KB
Binary file not shown.
216 Bytes
Binary file not shown.
4.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)