File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
modules/imgcodecs/include/opencv2 Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,9 @@ can be saved using this function, with these exceptions:
332
332
8-bit (or 16-bit) 4-channel image BGRA, where the alpha channel goes last. Fully transparent pixels
333
333
should have alpha set to 0, fully opaque pixels should have alpha set to 255/65535 (see the code sample below).
334
334
- With PGM/PPM encoder, 8-bit unsigned (CV_8U) and 16-bit unsigned (CV_16U) images can be saved.
335
- - With TIFF encoder, 8-bit unsigned (CV_8U), 16-bit unsigned (CV_16U),
335
+ - With TIFF encoder, 8-bit unsigned (CV_8U), 8-bit signed (CV_8S),
336
+ 16-bit unsigned (CV_16U), 16-bit signed (CV_16S),
337
+ 32-bit signed (CV_32S),
336
338
32-bit float (CV_32F) and 64-bit float (CV_64F) images can be saved.
337
339
- Multiple images (vector of Mat) can be saved in TIFF format (see the code sample below).
338
340
- 32-bit float 3-channel (CV_32FC3) TIFF images will be saved
You can’t perform that action at this time.
0 commit comments