Metadata extraction from PNG images
问题 How to extract metadata from a image like this website? I have used exev2 library but it gives only limited data as compared to this website. Is there some more advanced library? I have already tried hacoir-metadata Python library. Also how does Windows extract details of image (the one we see from properties)? 回答1: PNG files are made up of blocks, most of which are IDAT blocks which contain compressed pixel data in an average PNG. All PNG's start with a IHDR block and end with an IEND block.