知識
不管是網(wǎng)站,軟件還是小程序,都要直接或間接能為您產(chǎn)生價值,我們在追求其視覺表現(xiàn)的同時,更側(cè)重于功能的便捷,營銷的便利,運營的高效,讓網(wǎng)站成為營銷工具,讓軟件能切實提升企業(yè)內(nèi)部管理水平和效率。優(yōu)秀的程序為后期升級提供便捷的支持!
把圖片切成小片(IOS)
發(fā)表時間:2020-10-19
發(fā)布人:葵宇科技
瀏覽次數(shù):41
把圖片切成小片(IOS)
by 伍雪穎
[img]http://img.blog.csdn.net/20150105144037288?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvcmFpbmxlc3Zpbw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
int main(int argc, const char * argv[]) {
@autoreleasepool {
if (argc < 2) {
return 0;
}
NSString *inputFile = [NSString stringWithCString:argv[1] encoding:NSUTF8StringEncoding];
CGFloat titleSize = 256;
NSString *outputPath = [inputFile stringByDeletingPathExtension];
NSImage *image = [[NSImage alloc] initWithContentsOfFile:inputFile];
NSSize size = [image size];
NSArray *representations = [image representations];
if ([representations count]) {
NSBitmapImageRep *representation = representations[0];
size.width = [representation pixelsWide];
size.height = [representation pixelsHigh];
}
NSRect rect = NSMakeRect(0, 0, size.width, size.height);
CGImageRef imageRef = [image CGImageForProposedRect:&rect context:NULL hints:nil];
NSInteger rows = ceil(size.height/titleSize);
NSInteger cols = ceil(size.width/titleSize);
for (int y =0;y<rows;++y) {
for (int x=0;x<cols;++x) {
CGRect titleRect = CGRectMake(x*titleSize, y*titleSize, titleSize, titleSize);
CGImageRef titleImage = CGImageCreateWithImageInRect(imageRef, titleRect);
NSBitmapImageRep *imageRep = [[NSBitmapImageRep alloc] initWithCGImage:titleImage];
NSData *data = http://www.sjsjw.com/100/000173MYM027461/[imageRep representationUsingType:NSJPEGFileType properties:nil];
CGImageRelease(titleImage);
NSString *path = [outputPath stringByAppendingFormat:@"_%02i_%02i.jpg",x,y];
[data writeToFile:path atomically:NO];
}
}
}
return 0;
}
終端運行:
./CutImageAPP 1.jpg
相關(guān)案例查看更多
相關(guān)閱讀
- 安家微信小程序
- 云南網(wǎng)站建設(shè)方案 doc
- 江蘇小程序開發(fā)
- 云南建設(shè)廳網(wǎng)站
- 河南小程序制作
- 云南小程序開發(fā)費用
- 云南etc微信小程序
- 報廢車拆解回收管理系統(tǒng)
- 云南小程序商城
- 開發(fā)制作小程序
- 網(wǎng)站制作哪家好
- 做網(wǎng)站
- 云南網(wǎng)站建設(shè)價格
- 模版信息
- 汽車報廢回收管理軟件
- 小程序開發(fā)聯(lián)系方式
- 云南網(wǎng)站開發(fā)哪家好
- 云南網(wǎng)站制作哪家好
- 網(wǎng)站建設(shè)報價
- 小程序開發(fā)課程
- 高端網(wǎng)站建設(shè)公司
- 微信小程序開發(fā)入門課程
- 百度排名
- 云南網(wǎng)站建設(shè)費用
- 小程序表單
- 商標(biāo)
- 政府網(wǎng)站建設(shè)服務(wù)
- 云南網(wǎng)站建設(shè)哪家好
- 小程序設(shè)計
- 云南小程序開發(fā)公司