标签: c# graphics
我需要从动画GIF文件中提取单个帧。我已经到了
Guid aFrameID = image.FrameDimensionsList[0];
但我不知道如何处理Guid值以获取相应的图像(作为位图,可能?)
TIA