标签: php html image
无法上传透明背景的png图片,此代码适用于jpg图片任何意见
QPdfWriter::setResolution(int dpi)
答案 0 :(得分:0)
正如PedroLobito所提到的,您的代码仅用于支持JPG。您使用至少2个仅专用于JPG格式的功能:imagecreatefromjpeg和imagejpeg。对于PNG,请改为使用imagecreatefrompng和imagepng。
imagecreatefromjpeg
imagejpeg
imagecreatefrompng
imagepng