`imread`, `imwrite` support for 16bit .png images
See original GitHub issueIf I understood correctly, imageio
implements 16bit .png support via freeimage
plugin.
The question is: is it possible to force read/write in 16bit? Looking at the code I haven’t found an easy way to do so.
See https://github.com/scikit-image/scikit-image/issues/2436.
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
imwrite 16 bit png depth image - python - Stack Overflow
I am trying to save a 16 bit depth image which I retrieve from Kinect v1 as a png file. I wrote the...
Read more >MATLAB imwrite - Write image to graphics file - MathWorks
If A is of data type uint16 and the output file format supports 16-bit data (JPEG, PNG, and TIFF), then imwrite outputs 16-bit...
Read more >Image file reading and writing - OpenCV
imwrite () · 16-bit unsigned (CV_16U) images can be saved in the case of PNG, JPEG 2000, and TIFF formats · 32-bit float...
Read more >Opencv save 16 bit image
To save an image to the local file system, use cv2.imwrite() function of opencv python library. Opencv imread 16 bit grayscale. When using...
Read more >imread (MATLAB Functions)
The imread function also supports several other format-specific syntaxes. ... also supports reading 16-bit-per-pixel data from BMP, TIFF and PNG files.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@almarklein I see, thanks!
And what about multichannel images?