Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Mult-Page Images #92

Closed
blink1073 opened this issue Jul 3, 2015 · 6 comments
Closed

Add Support for Mult-Page Images #92

blink1073 opened this issue Jul 3, 2015 · 6 comments

Comments

@blink1073
Copy link
Member

Some image types (such as TIFF and GIF), and return multiple images.

@blink1073
Copy link
Member Author

Right now, imageio only returns one image.

@almarklein
Copy link
Member

imageio.mimread()?

@almarklein
Copy link
Member

@blink1073
Copy link
Member Author

Ah, that's fair 😄

@almarklein
Copy link
Member

But API wise, how does skimage handle this? Does it have a separate function, or does "imread" return a list?

@blink1073
Copy link
Member Author

Right now, the only plugin supporting this is the pil plugin. If img_num is not specified, it will return all images in the file as a multidimensional array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants