Skip to content

Commit

Permalink
update credits to Mario
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsoft1 committed Feb 7, 2012
1 parent 37a7e0d commit 361399c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Classes/UIImage+StackBlur.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ @implementation UIImage (StackBlur)

// Stackblur algorithm
// from
// http://incubator.quasimondo.com/processing/stackblur.pde
//
// http://incubator.quasimondo.com/processing/fast_blur_deluxe.php
// by Mario Klingemann

- (UIImage*) stackBlur:(NSUInteger)inradius
{
Expand Down
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
This is a StackBlur implementation for iOS based on the algorithm of:

http://incubator.quasimondo.com
http://incubator.quasimondo.com/processing/fast_blur_deluxe.php

by Mario Klingemann

To use it, just import the UIImage+StackBlur.h and .m in your project.

Expand Down
2 changes: 1 addition & 1 deletion stackBlur.xcodeproj/thomas.mode1v3
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
<key>_historyCapacity</key>
<integer>0</integer>
<key>bookmark</key>
<string>E9A0213F14E126ED00B451FC</string>
<string>E9A0217C14E147B700B451FC</string>
<key>history</key>
<array>
<string>E9A020D114E121C900B451FC</string>
Expand Down
23 changes: 17 additions & 6 deletions stackBlur.xcodeproj/thomas.pbxuser
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
E9A0213D14E126ED00B451FC /* PBXTextBookmark */ = E9A0213D14E126ED00B451FC /* PBXTextBookmark */;
E9A0213E14E126ED00B451FC /* PBXTextBookmark */ = E9A0213E14E126ED00B451FC /* PBXTextBookmark */;
E9A0213F14E126ED00B451FC /* PBXTextBookmark */ = E9A0213F14E126ED00B451FC /* PBXTextBookmark */;
E9A0217C14E147B700B451FC /* PBXTextBookmark */ = E9A0217C14E147B700B451FC /* PBXTextBookmark */;
};
sourceControlManager = E9A020C214E1207000B451FC /* Source Control */;
userBuildSettings = {
Expand Down Expand Up @@ -199,9 +200,9 @@
};
E9A020E014E1220000B451FC /* UIImage+StackBlur.m */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {600, 3263}}";
sepNavSelRange = "{213, 94}";
sepNavVisRange = "{27, 325}";
sepNavIntBoundsRect = "{{0, 0}, {579, 3458}}";
sepNavSelRange = "{334, 0}";
sepNavVisRange = "{27, 353}";
};
};
E9A020ED14E122B100B451FC /* XCBuildMessageTextBookmark */ = {
Expand Down Expand Up @@ -298,7 +299,7 @@
fRef = E9A020E014E1220000B451FC /* UIImage+StackBlur.m */;
name = "UIImage+StackBlur.m: 22";
rLen = 0;
rLoc = 354;
rLoc = 382;
rType = 0;
vrLen = 530;
vrLoc = 212;
Expand Down Expand Up @@ -378,7 +379,7 @@
fRef = E9A020E014E1220000B451FC /* UIImage+StackBlur.m */;
name = "UIImage+StackBlur.m: 22";
rLen = 0;
rLoc = 354;
rLoc = 382;
rType = 0;
vrLen = 530;
vrLoc = 212;
Expand All @@ -387,10 +388,20 @@
isa = PBXTextBookmark;
fRef = E9A020E014E1220000B451FC /* UIImage+StackBlur.m */;
name = "UIImage+StackBlur.m: 15";
rLen = 94;
rLen = 122;
rLoc = 213;
rType = 0;
vrLen = 325;
vrLoc = 27;
};
E9A0217C14E147B700B451FC /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = E9A020E014E1220000B451FC /* UIImage+StackBlur.m */;
name = "UIImage+StackBlur.m: 18";
rLen = 0;
rLoc = 334;
rType = 0;
vrLen = 353;
vrLoc = 27;
};
}

0 comments on commit 361399c

Please sign in to comment.