-
Build millions images meta information database is quite common in deep learning. Image size is a kind of important meta info for cleaning dataset, but decoding heif is quite time consuming. So how can I use the pillow_heif read image size but do not decoding image? |
Beta Was this translation helpful? Give feedback.
Answered by
bigcat88
Dec 10, 2024
Replies: 1 comment 2 replies
-
just read |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this will not decode the image, just take the
size
information from image header.