Skip to content

Commit

Permalink
Merge pull request sarriaroman#101 from rdespoiu/master
Browse files Browse the repository at this point in the history
Added BMP support for iOS
  • Loading branch information
sarriaroman authored Oct 31, 2017
2 parents 92cecf5 + 9e8885a commit a038cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ios/PhotoViewer.m
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ - (NSString *)contentTypeForImageData:(NSData *)data {
return @"png";
case 0x47:
return @"gif";
case 0x42:
return @"bmp";
case 0x49:
case 0x4D:
return @"tiff";
Expand Down

0 comments on commit a038cde

Please # to comment.