Skip to content

Commit 152f35e

Browse files
authored
Update README.md
1 parent abd0bec commit 152f35e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ from pillow_avif import AvifImagePlugin
2323
from pillow_avif import _avif
2424
import cv2
2525
26+
# read R16G16B16 png file
2627
imCV = cv2.imread("a.png", cv2.IMREAD_UNCHANGED)
2728
imCV = cv2.cvtColor(imCV, cv2.COLOR_BGR2RGB)
2829

0 commit comments

Comments
 (0)