Convert transparent PNG image into transparent JPEG or transparent GIF [closed]

拈花ヽ惹草 提交于 2019-12-10 19:39:59

问题


I have a transparent PNG Image. I want to add it as watermark for this video recording software. But the problem is, software requires jpeg image as a watermark. When I converted that image to JPEG(using Pixle Editor) it lost its transparency and does no look good in video.
How do I convert Tranparent PNG to Tranparent JPEG?
It doesnt matter how or which tool.

EDIT:
How to convert transparent PNG to transparent GIF?


回答1:


JPEG format does not allow transparency. It does not include an alpha channel. So the answer is : there is no such thing as a transparent JPEG image. Transparency is possible using PNG, GIF or vector based formats, dunno if you can manage the watermark in those?



来源:https://stackoverflow.com/questions/12598912/convert-transparent-png-image-into-transparent-jpeg-or-transparent-gif

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!