imageio
Here are 44 public repositories matching this topic...
-
Updated
Mar 9, 2021 - Python
-
Updated
Dec 23, 2020 - Swift
-
Updated
Oct 30, 2018 - Python
-
Updated
Oct 9, 2019 - Python
-
Updated
Aug 10, 2019 - Python
-
Updated
Apr 27, 2020 - Swift
I create a BufferedImage with TYPE_USHORT_GRAY, ImageIO.write will encode this properly as 16-bit grayscale, but PngEncoder saves it as 8-bit truecolor.
-
Updated
Feb 4, 2021 - Swift
-
Updated
Oct 23, 2017 - Jupyter Notebook
-
Updated
Feb 17, 2021 - C#
Would be great if this could support single file optimization instead of only directories. So a single mov could me processed to mp4.
This would require making the loop an if case and make the args required for the specified file type to optimize.
-
Updated
Jun 14, 2020 - Objective-C
-
Updated
Dec 11, 2020 - Python
-
Updated
Mar 9, 2021 - Java
-
Updated
Jun 3, 2019 - Python
-
Updated
Jul 1, 2019 - Jupyter Notebook
Make code structured
Add functions instead of separate code. Also add a few lines of code so that the flow can be continuous. I will like to ask someone if they like to continue or not after saving/not saving image and again run the code from asking filter number and showing and saving image.
-
Updated
Nov 6, 2020 - Python
-
Updated
Jul 9, 2017 - Python
-
Updated
Mar 22, 2020 - Python
Improve this page
Add a description, image, and links to the imageio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imageio topic, visit your repo's landing page and select "manage topics."
Use Case
Please provide a use case to help us understand your request in context
We have a pretty decent guessing function for dimensions on
DefaultReaderand in many casesTiffReaderwill use the axes names fromtifffilebut would be nice to explicitely override when needed.Solution
Please describe your ideal solution
Add
known_dimsparameter toTiffReaderand `Def