0
我想將jpeg圖像轉換爲png(rgb +α)。pgmagick:將圖像轉換爲PNG格式
我嘗試下面的代碼,但它不工作。
img.write('path/to/file/png32:filename.png')
我該如何做到這一點?
我想將jpeg圖像轉換爲png(rgb +α)。pgmagick:將圖像轉換爲PNG格式
我嘗試下面的代碼,但它不工作。
img.write('path/to/file/png32:filename.png')
我該如何做到這一點?
您需要使用:
img.write('PNG32:path/to/file/filename.png')