python - How to get just the image format with Magick/py-wand? -
i'm using py-wand read images in python. want though image meta information, size, format, color depth, etc. don't want load entire image. of images extremely large , loading them way causing memory problems.
how can meta information?
the magickwand method magickpingimagefile. skimmed pywand documentation , didn't see binding method, might provided under name 'ping'. may require feature request.
Comments
Post a Comment