BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.88k stars 611 forks source link

When I use .saveNextFrameToURL to capture Image from video this message come out. Help Me #275

Closed Topwiz closed 6 years ago

Topwiz commented 6 years ago

When I use .saveNextFrameToURL to capture Image from video this message come out.

2018-09-26 18:48:11.719346+0900 Cherry[3479:700616] [Unknown process name] CGImageCreate: invalid image alphaInfo: kCGImageAlphaNone. It should be kCGImageAlphaNoneSkipLast

Can any one help me.

zubco commented 6 years ago

@Topwiz this is just a warning printed out from PictureOutput - cgImageFromFramebuffer (CGImage initializer), this won't affect your application and it will save the next frame as intended to passed url..