第31月第19天
1.
//設置CIContext,並從CIImage -> CGImage -> UIImage CIContext *context = [CIContext contextWithOptions:nil]; CGImageRef cgImage = [context createCGImage: outputImage fromRect:qrRect]; UIImage *resultIamge = [UIImage imageWithCGImage:cgImage]; //(如果 直接用[UIImage imageWithCIImage:outputImage]; 會得到一個不是位圖的圖片)
還有一個,就是CIImage 只有經過context 轉化為CGImage後,才能變成位圖圖片。(非位圖圖片,不能保存到相冊,不能轉換為NSData (jpeg png))
https://www.jianshu.com/p/b43f42a7e494第31月第19天
相關推薦
第31月第19天
jpeg col ane ecg text port pan 圖片 note 1. //設置CIContext,並從CIImage -> CGImage -> UIImage CIContext *context = [CIContext
第8月第19天 django restframe
work uid quest .org view all framework doesn _id 1. def retrieve(self, request, pk=None): try: book = Boo
第16月第31天 mongo
des desktop mongo -s god bpa details pos pac 1. 94 brew install mongodb 95 cd ~ 96 cd Desktop/web/ 97 ls 98 m
第8月第21天 django bbs
dmi ins bow call python .py spa app min 1. 576 django-admin.py startproject lbforum01 577 ls 578 cd lbforum01/ 579 ls
第8月第22天 python scrapy
ttr .py detail color install 3.1 module ast bject 1. 503 cd /Users/temp/Downloads/LagouSpider-master 504 ls 505 ls 506 l
第9月第12天 lua_push lua_to luaL_check
sets lua lis cnblogs welcom down list split() ret 1. c代碼中通過lua_push 把數據壓入堆棧。luaL_check是對lua_to的封裝,從堆棧中獲取lua代碼中函數調用的數據。 static int
第9月第26天 pairs和ipairs
back tails gin log fff color o-c detail blog 1. a={ ip = "127.0.0.1", port = 6789 } for i,v in pairs(a) do print(i,v) end
第10月第10天 git
老板 說明 更新 wiki ber one rac 模式 details 1. 多人協作 閱讀: 493906 當你從遠程倉庫克隆時,實際上Git自動把本地的master分支和遠程的master分支對應起來了,並且,遠程倉庫的默認名稱是origin。 要查看
第11月第8天 ffmpeg ffplay
orm unit pitch char sta rect set span image 1. static int func_fill_frame(SDL_VoutOverlay *overlay, const AVFrame *frame) { asse
第11月第14天 opengl yuv
mar com http clas bit edge store sep ted 1. Here is some snippets of code from my project ‘movie player for iOS‘. 1. fragment shader v
第11月第18天 RACSequence
事件 blog private xxx end rac var schedule http 1. RACSequence的內部存儲結構就像一個單鏈表,有兩個指針head和tail,head指針指向了當前鏈表的第一個元素,tail指向head指針下一個元素;根
第11月第20天 sqlite3_open
container data database ria cat class play create compare 1. sqlite3_open 死鎖 * thread #1, queue = ‘com.apple.main-thread‘, stop re
第12月第25天 ImagePickerSheetController
local cti ray ria nstat selector main this gesture 1.ImagePickerSheetController open class ImagePickerSheetController: UIViewControlle
第12月第30天 love2d
star head exec med bundle get tex mman ica 1. Linux On Linux, you can use one of these command lines: love /home/path/to/gamedir/
第13月第10天 swift3.0
lba sub com bsp span spa argument oba .html 1. Type ‘Any‘ has no subscript members 這一條簡直莫名其妙。大體意思就是,你這個類型"Any"不是個數組或者字典,不能按照下標取東西。
第14月第11天 linkmap
會有 csdn settings art 而是 iphone .net www nal 1. 4.LinkMap服務的開啟方式及文件目錄 Xcode->Project->Build Settings-> Search map -> 設置
第15月第22天 libz.dylib
bsp tex 輸入 -o libz icon post blog -c 1. 3.在彈出的對話框中輸入"cmd"+"shift"+"g" 4 4.輸入/usr/lib https://jingyan.baidu.co
第15月第29天 ffmpeg AVERROR_EOF
ffffff ror blog nbsp bsp ont round ack color 1. 在直播時返回AVERROR_EOF代表流結束嗎?但對方還在直播,沒有結束。 int ret = av_read_frame(mContext, pkt);
第16月第3天 AFURLSessionManager
ack -h -- blog parameter gate round ger body 1. - (AFURLSessionManagerTaskDelegate *)delegateForTask:(NSURLSessionTask *)task {
第17月第28天 python yield
iter gpo next int urn on() dev developer ibm 1. class Fab(object): def __init__(self, max): self.max = max s