MagickImageInfo uses the Ping method to get the image information and puts them in an object. The Ping method does not read the pixel data, it stops reading right before the pixel data is read. You only need to use Ping if you need to acquire more metadata then MagickImageInfo provides you.
↧