CIBumpDistortion 濾鏡的使用

CIBumpDistortion 濾鏡效果如下

濾鏡效果

先看參數(shù):

CIFilter *filter = [CIFilter filterWithName:@"CIBumpDistortion"];
NSLog(@"%@ - %@", filterName, filter.attributes);
    inputCenter =     {
        CIAttributeClass = CIVector;
        CIAttributeDefault = "[150 150]";
        CIAttributeDescription = "The center of the effect as x and y coordinates.";
        CIAttributeDisplayName = Center;
        CIAttributeType = CIAttributeTypePosition;
    };
    inputImage =     {
        CIAttributeClass = CIImage;
        CIAttributeDescription = "The image to use as an input image. For filters that also use a background image, this is the foreground image.";
        CIAttributeDisplayName = Image;
        CIAttributeType = CIAttributeTypeImage;
    };
    inputRadius =     {
        CIAttributeClass = NSNumber;
        CIAttributeDefault = 300;
        CIAttributeDescription = "The radius determines how many pixels are used to create the distortion. The larger the radius, the wider the extent of the distortion.";
        CIAttributeDisplayName = Radius;
        CIAttributeMin = 0;
        CIAttributeSliderMax = 600;
        CIAttributeSliderMin = 0;
        CIAttributeType = CIAttributeTypeDistance;
    };
    inputScale =     {
        CIAttributeClass = NSNumber;
        CIAttributeDefault = "0.5";
        CIAttributeDescription = "The scale of the effect determines the curvature of the bump. A value of 0.0 has no effect. Positive values create an outward bump; negative values create an inward bump.";
        CIAttributeDisplayName = Scale;
        CIAttributeIdentity = 0;
        CIAttributeSliderMax = 1;
        CIAttributeSliderMin = "-1";
        CIAttributeType = CIAttributeTypeScalar;
    };

所以這個濾鏡除了image以外還需要以下參數(shù):

  • inputCenter:中心點,默認值[150, 150]
  • inputRadius:半徑,默認值300趋厉,范圍0~600
  • inputScale:曲率窥翩,默認值0.5代赁,范圍-1~1,正直外凸蔫骂,負值內(nèi)凹

實例

代碼

    CIFilter *filter = [CIFilter filterWithName:@"CIBumpDistortion"];
    CIContext *context = [CIContext contextWithOptions:nil];
    NSLog(@"%@ - %@", filterName, filter.attributes);
    if (filter.attributes[kCIInputImageKey]) {
        [filter setValue:inputImage forKey:kCIInputImageKey];
        
        if (filter.attributes[kCIInputCenterKey]) {
            [filter setValue:[CIVector vectorWithX:self.image.size.width / 2 Y:self.image.size.height / 2] forKey:kCIInputCenterKey];
        }
        
        if (filter.attributes[kCIInputRadiusKey]) {
            [filter setValue:@(50) forKey:kCIInputRadiusKey];
        }
        
        if (filter.attributes[kCIInputScaleKey]) {
            [filter setValue:@(0.8) forKey:kCIInputScaleKey]; // 外凸
            // [filter setValue:@(0.8) forKey:kCIInputScaleKey]; // 內(nèi)凹
        }

        CIImage *outPutImage = filter.outputImage;
        CGImageRef imageRef = [context createCGImage:outPutImage fromRect:outPutImage.extent];
        if (imageRef) {
            return [UIImage imageWithCGImage:imageRef];
        }
    }
    
    return nil;

效果

外凸
內(nèi)凹
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末蝌箍,一起剝皮案震驚了整個濱河市青灼,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌妓盲,老刑警劉巖聚至,帶你破解...
    沈念sama閱讀 211,376評論 6 491
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異本橙,居然都是意外死亡,警方通過查閱死者的電腦和手機脆诉,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,126評論 2 385
  • 文/潘曉璐 我一進店門甚亭,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人击胜,你說我怎么就攤上這事亏狰。” “怎么了偶摔?”我有些...
    開封第一講書人閱讀 156,966評論 0 347
  • 文/不壞的土叔 我叫張陵暇唾,是天一觀的道長。 經(jīng)常有香客問我辰斋,道長策州,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,432評論 1 283
  • 正文 為了忘掉前任宫仗,我火速辦了婚禮够挂,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘藕夫。我一直安慰自己孽糖,他們只是感情好,可當我...
    茶點故事閱讀 65,519評論 6 385
  • 文/花漫 我一把揭開白布毅贮。 她就那樣靜靜地躺著办悟,像睡著了一般。 火紅的嫁衣襯著肌膚如雪滩褥。 梳的紋絲不亂的頭發(fā)上病蛉,一...
    開封第一講書人閱讀 49,792評論 1 290
  • 那天,我揣著相機與錄音,去河邊找鬼铡恕。 笑死琢感,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的探熔。 我是一名探鬼主播驹针,決...
    沈念sama閱讀 38,933評論 3 406
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼诀艰!你這毒婦竟也來了柬甥?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,701評論 0 266
  • 序言:老撾萬榮一對情侶失蹤其垄,失蹤者是張志新(化名)和其女友劉穎苛蒲,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體绿满,經(jīng)...
    沈念sama閱讀 44,143評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡臂外,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,488評論 2 327
  • 正文 我和宋清朗相戀三年罕偎,在試婚紗的時候發(fā)現(xiàn)自己被綠了驼鞭。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片腻格。...
    茶點故事閱讀 38,626評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡抄谐,死狀恐怖墨林,靈堂內(nèi)的尸體忽然破棺而出序仙,到底是詐尸還是另有隱情敞嗡,我是刑警寧澤软啼,帶...
    沈念sama閱讀 34,292評論 4 329
  • 正文 年R本政府宣布姐叁,位于F島的核電站瓦盛,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏外潜。R本人自食惡果不足惜原环,卻給世界環(huán)境...
    茶點故事閱讀 39,896評論 3 313
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望处窥。 院中可真熱鬧扮念,春花似錦、人聲如沸碧库。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,742評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽嵌灰。三九已至弄匕,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間沽瞭,已是汗流浹背迁匠。 一陣腳步聲響...
    開封第一講書人閱讀 31,977評論 1 265
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人城丧。 一個月前我還...
    沈念sama閱讀 46,324評論 2 360
  • 正文 我出身青樓延曙,卻偏偏與公主長得像,于是被迫代替她去往敵國和親亡哄。 傳聞我的和親對象是個殘疾皇子枝缔,可洞房花燭夜當晚...
    茶點故事閱讀 43,494評論 2 348