Searched refs:img (Results 1 – 1 of 1) sorted by relevance
56 Image img(path); in GetFrameCount() local58 UINT count = img.GetFrameDimensionsCount(); in GetFrameCount()65 img.GetFrameDimensionsList(p_dimension_ids, count); in GetFrameCount()66 int frame_count = img.GetFrameCount(&p_dimension_ids[0]); in GetFrameCount()92 Image img(path); in ReadImage() local94 UINT count = img.GetFrameDimensionsCount(); in ReadImage()101 img.GetFrameDimensionsList(p_dimension_ids, count); in ReadImage()102 int frame_count = img.GetFrameCount(&p_dimension_ids[0]); in ReadImage()149 UINT buffer_size = img.GetPropertyItemSize(PropertyTagFrameDelay); in ReadImage()151 img.GetPropertyItem(PropertyTagFrameDelay, buffer_size, p_item); in ReadImage()[all …]