Merge pull request '[macos] support heif format to open' (#458) from fix/bug-76855 into release/v9.1.0

This commit is contained in:
Maxim Kadushkin
2025-09-27 22:00:27 +00:00

View File

@ -55,7 +55,7 @@
}
+ (NSArray *)images {
return @[@"jpg", @"jpeg", @"png", @"gif", @"bmp", @"tif", @"tiff", @"ico", @"svg"];
return @[@"jpg", @"jpeg", @"png", @"gif", @"bmp", @"tif", @"tiff", @"heif", @"ico", @"svg"];
}
+ (NSArray *)videos {