Skip to content

Commit

Permalink
Bugfix: Make pipeline work for CGImage processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schriewer committed Aug 7, 2012
1 parent 2c8ba12 commit aa5ee87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/Source/GPUImageFilterPipeline.m
Expand Up @@ -151,4 +151,8 @@ - (UIImage *) currentFilteredFrame {
return [(GPUImageFilter*)[_filters lastObject] imageFromCurrentlyProcessedOutput];
}

- (CGImageRef) newCGImageFromCurrentFilteredFrame {
return [(GPUImageFilter*)[_filters lastObject] newCGImageFromCurrentlyProcessedOutput];
}

@end

0 comments on commit aa5ee87

Please sign in to comment.