Convert WMF to PNG/BMP/JPG

╄→尐↘猪︶ㄣ 提交于 2019-12-01 18:00:35

You can use the excelent Batik ( http://xmlgraphics.apache.org/batik/ ) lib to achieve this. But you will need to follow this steps:

  1. Convert the WMF file to SVG using the WMFTranscoder
  2. Convert the SVG to JGP using the JPGTranscoder

WMF >> SVG >> JPG

Here is a discussion on coderanch about it: http://www.coderanch.com/t/422868/java/java/converting-WMF-Windows-Meta-File

You can use different tools for this format. You can choose for example GIMP. In Java you have a library for converting WMF files.

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