
Ergebnis 1 bis 1 von 1
-
Bin neu hier
- 08.04.2014, 19:17
- #1
Hallo.
Ich habe folgende Objektmethode für einen Blurr Effekt geschrieben
Wie kann ich daraus einen live Blurr Effekt machen d.h. das durchgehend ein Snapshot gemacht wird und der Blurr Effekt eingefügt wird?
Danke für eure Hilfe!
[FONT=Menlo]- (void)applyBlurredBackgroundToView:(UIImageView *)imageView sourceBlurView:(UIView *)backgroundView rectCornerRadius:(CGFloat )rectCornerRadius {[/FONT]
[FONT=Menlo] [/FONT]
[FONT=Menlo] imageView.image =nil;[/FONT]
[FONT=Menlo] [/FONT]
[FONT=Menlo] CGRect imageViewInBGViewCoords = [imageView convertRect:imageView.bounds toView:backgroundView];[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]UIGraphicsBeginImageContextWithOptions(imageView.frame.size, YES, [[[[selfview] window] screen] scale]);[/FONT]
[FONT=Menlo] [/FONT]
[FONT=Menlo] [backgroundView drawViewHierarchyInRect:CGRectMake(-imageViewInBGViewCoords.origin.x, -imageViewInBGViewCoords.origin.y, CGRectGetWidth(backgroundView.frame), CGRectGetHeight(backgroundView.frame)) afterScreenUpdates:YES];[/FONT]
[FONT=Menlo] [/FONT]
[FONT=Menlo]UIImage *newImage = UIGraphicsGetImageFromCurrentImageContext();[/FONT]
[FONT=Menlo] [/FONT]
[FONT=Menlo]UIGraphicsEndImageContext();[/FONT]
[FONT=Menlo] [/FONT]
[FONT=Menlo] newImage = [newImage applyDarkEffect];[/FONT]
[FONT=Menlo] [imageView setImage:newImage];[/FONT]
[FONT=Menlo] [/FONT]
[FONT=Menlo] imageView.layer.mask.frame = imageView.bounds;[/FONT]
[FONT=Menlo] imageView.layer.cornerRadius = rectCornerRadius;[/FONT]
[FONT=Menlo] imageView.layer.masksToBounds = YES;[/FONT]
[FONT=Menlo]}
[/FONT]
Ähnliche Themen
-
WAP auf Qtek2020 (vodafone live von Swisscom)
Von Tadzio im Forum PlaudereckeAntworten: 4Letzter Beitrag: 22.03.2008, 03:21 -
Wie geht XBOX Live ?
Von raefu im Forum PlaudereckeAntworten: 4Letzter Beitrag: 14.03.2005, 06:25 -
Vodaphone-Live Homescreen!
Von raefu im Forum PlaudereckeAntworten: 0Letzter Beitrag: 05.12.2004, 19:34 -
Hat schon jemand erfahrung mit TV-LIVE von Swisscom Mobile?
Von raefu im Forum PlaudereckeAntworten: 7Letzter Beitrag: 05.12.2004, 11:10 -
CoPilot Live von ALK für Smartphones angekündigt
Von raefu im Forum PlaudereckeAntworten: 0Letzter Beitrag: 09.09.2004, 16:32
Pixel 10 Serie mit Problemen:...