Skip to content

Commit d7dd4a2

Browse files
committed
add FIXME
1 parent c5e69f9 commit d7dd4a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Example/Tests/Tests.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ - (void)assertImages: (NSMutableArray*) list colorName:(NSString*)colorName expe
306306

307307
UIImage* img = [coder decodedImageWithData: imgData options:nil];
308308
bool hdr = CGImageGetBitsPerComponent(img.CGImage) != 8;
309+
// FIXME(ledyba-z): add images with alpha.
309310
if([color isEqual: @"mono"]){
310311
if(!hdr) {
311312
[self assertMono8: convertedFilename img:img.CGImage expectedNumComponents: 3];

0 commit comments

Comments
 (0)