문제

I am using batik library for image conversion , I need to convert jpeg/png to tiff format. Can anyone help me on how to do the conversion using batik (preferable) , because i am using the same library for other SVG conversions.

도움이 되었습니까?

해결책

You could probably do PNG - > SVG - > TIFF conversion.

This link should point you in the right direction: http://xmlgraphics.apache.org/batik/tools/rasterizer.html

check the "Examples of using the rasterizer task" section.

Hope this helps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top