国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術文章
文章詳情頁

python怎么在上傳圖片后壓縮圖片大小

瀏覽:101日期:2022-07-16 10:24:39

問題描述

我用的是flask框架,圖片處理用的是pillow。

一般上傳都是在循環files,然后逐個file.save()我希望在save完成后,執行pillow的壓縮邏輯。

但是似乎save是一個I/O操作,存在延遲性,如果直接在file.save()下面直接調用pillow的Image.open,會出錯,因為圖片數據還沒有寫入圖片。

咋辦?

問題解答

回答1:

def save(self, dst, buffer_size=16384):'''Save the file to a destination path or file object. If thedestination is a file object you have to close it yourself after thecall. The buffer size is the number of bytes held in memory duringthe copy process. It defaults to 16KB.For secure file saving also have a look at :func:`secure_filename`.:param dst: a filename or open file object the uploaded file is saved to.:param buffer_size: the size of the buffer. This works the same as the `length` parameter of :func:`shutil.copyfileobj`.'''from shutil import copyfileobjclose_dst = Falseif isinstance(dst, string_types): dst = open(dst, ’wb’) close_dst = Truetry: copyfileobj(self.stream, dst, buffer_size)finally: if close_dst:dst.close()

你看save操作不是異步的吖

更新

copyfileobj是個阻塞操作

https://github.com/pallets/we...

回答2:

其實這類圖片處理,直接使用阿里云的OSS或者七牛等類似的存儲功能更好,直接將圖片上傳到OOS中,然后調用特別的后綴進行指定的圖片處理,未來也訪問OSS上處理后的地址。這樣既可以規避用自己服務器處理圖片的負荷,而且也降低了訪問的壓力,對于降低程序的復雜度也是大有好處的。

回答3:

樓主看看Image.open 的fp參數,也可以A filename (string), pathlib.Path object or a file object PIL.Image.open(fp, mode=’r’)

你直接傳file給Image.open(file)就可以了吧!

PIL.Image.open(fp, mode=’r’)Opens and identifies the given image file.This is a lazy operation; this function identifies the file, but the file remains open and the actual image data is not read from the file until you try to process the data (or call the load() method). See new().Parameters: fp – A filename (string), pathlib.Path object or a file object. The file object must implement read(), seek(), and tell() methods, and be opened in binary mode.mode – The mode. If given, this argument must be “r”.Returns: An Image object.Raises: IOError – If the file cannot be found, or the image cannot be opened and identified.

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 日本国产一区二区三区 | 欧美成人在线免费 | 久久毛片网站 | 一区二区三区网站在线免费线观看 | 久草久草在线视频 | 日本网址在线观看 | 免费国产精品视频 | 呦女精品 | 毛片视频网址 | 亚洲免费观看视频 | 在线观看视频一区 | 免费一看一级毛片全播放 | 久久毛片免费看 | 欧美做暖小视频xo免费 | 思思久热re6这里有精品 | 91久国产在线观看 | 深夜福利视频在线看免费 | 一区二区伦理 | 午夜成人在线视频 | 日韩精品另类天天更新影院 | 国产亚洲网站 | 一级做a毛片在线看 | 中文字幕有码视频 | 成年女人毛片免费视频永久vip | 久久在线免费观看 | 国产高清一国产免费软件 | 国产精品久久久久久久久久日本 | 久久精品免视看国产明星 | 国产精品亚洲精品日韩已方 | 午夜dj视频完整社区 | 国产一区二区三区久久小说 | 神马午夜不卡 | 日韩精品免费一区二区三区 | 精品在线观看免费 | 国产亚洲午夜精品a一区二区 | 韩日精品| 一级黄网站| 欧美一区二区三区在线观看免费 | 激情综| 一级亚洲| 久99久精品视频免费观看v |