Get Number of Frames In AnyBitmap
This feature enables users to retrieve the number of frames within 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.