星空网 > 软件开发 > 操作系统

根据字符串链接生成二维码

#pragma mark - InterpolatedUIImage=因为生成的二维码是一个CIImage,我们直接转换成UIImage的话大小不好控制,所以使用下面方法返回需要大小的UIImage

- (UIImage *)createNonInterpolatedUIImageFormCIImage:(CIImage *)image withSize:(CGFloat) size {

    CGRect extent = CGRectIntegral(image.extent);

    CGFloat scale = MIN(size/CGRectGetWidth(extent), size/CGRectGetHeight(extent));

    // create a bitmap image that we'll draw into a bitmap context at the desired size;

    size_t width = CGRectGetWidth(extent) * scale;

    size_t height = CGRectGetHeight(extent) * scale;

    CGColorSpaceRef cs = CGColorSpaceCreateDeviceGray();

    CGContextRef bitmapRef = CGBitmapContextCreate(nil, width, height, 8, 0, cs, (CGBitmapInfo)kCGImageAlphaNone);

    CIContext *context = [CIContext contextWithOptions:nil];

    CGImageRef bitmapImage = [context createCGImage:image fromRect:extent];

    CGContextSetInterpolationQuality(bitmapRef, kCGInterpolationNone);

    CGContextScaleCTM(bitmapRef, scale, scale);

    CGContextDrawImage(bitmapRef, extent, bitmapImage);

    // Create an image with the contents of our bitmap

    CGImageRef scaledImage = CGBitmapContextCreateImage(bitmapRef);

    // Cleanup

    CGContextRelease(bitmapRef);

    CGImageRelease(bitmapImage);

    return [UIImage imageWithCGImage:scaledImage];

}

 

#pragma mark - QRCodeGenerator--首先是二维码的生成,使用CIFilter很简单,直接传入生成二维码的字符串即可

- (CIImage *)createQRForString:(NSString *)qrString {

    // Need to convert the string to a UTF-8 encoded NSData object

    NSData *stringData = [qrString dataUsingEncoding:NSUTF8StringEncoding];

    // Create the filter

    CIFilter *qrFilter = [CIFilter filterWithName:@"CIQRCodeGenerator"];

    // Set the message content and error-correction level

    [qrFilter setValue:stringData forKey:@"inputMessage"];

    [qrFilter setValue:@"M" forKey:@"inputCorrectionLevel"];

    // Send the image back

    return qrFilter.outputImage;

}

————————————————————————

调用:

        UIImage *boundImg = [self createNonInterpolatedUIImageFormCIImage:[self createQRForString:@"http://baidu.com"] withSize:250.0f];

 

 




原标题:根据字符串链接生成二维码

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

巴西海运:https://www.goluckyvip.com/tag/92539.html
站内PB广告:https://www.goluckyvip.com/tag/9254.html
中国海运西班牙:https://www.goluckyvip.com/tag/92540.html
中国海运新西兰:https://www.goluckyvip.com/tag/92541.html
宁波到哥伦比亚海运:https://www.goluckyvip.com/tag/92542.html
天津海运罗马尼亚:https://www.goluckyvip.com/tag/92544.html
亚龙湾有什么景点必看 亚龙湾有哪些景点:https://www.vstour.cn/a/408228.html
怀柔国际会议景点 怀柔国家会议中心门票:https://www.vstour.cn/a/408229.html
相关文章
我的浏览记录
最新相关资讯
海外公司注册 | 跨境电商服务平台 | 深圳旅行社 | 东南亚物流