We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e69f9 commit d7dd4a2Copy full SHA for d7dd4a2
1 file changed
Example/Tests/Tests.m
@@ -306,6 +306,7 @@ - (void)assertImages: (NSMutableArray*) list colorName:(NSString*)colorName expe
306
307
UIImage* img = [coder decodedImageWithData: imgData options:nil];
308
bool hdr = CGImageGetBitsPerComponent(img.CGImage) != 8;
309
+ // FIXME(ledyba-z): add images with alpha.
310
if([color isEqual: @"mono"]){
311
if(!hdr) {
312
[self assertMono8: convertedFilename img:img.CGImage expectedNumComponents: 3];
0 commit comments