Get Number of Frames In AnyBitmap

This feature enables users to get the number of frames inside a multipage GIF or TIFF files easily.

The multipage file to be read can be converted to AnyBitmap type using the file path and get the frame count saved to a variable using AnyBitmap.FromFile(@"FILE_PATH").FrameCount method.