androidsvgdrawable-plugin icon indicating copy to clipboard operation
androidsvgdrawable-plugin copied to clipboard

Convert SVG to WebP format.

Open R4md4c opened this issue 10 years ago • 1 comments

It would be a great idea to add an option that could enable us to convert SVG into WebP format.

Is this possible technically ? If yes I could step up and try to implement it and send a PR.

R4md4c avatar Aug 05 '15 12:08 R4md4c

Yes it is possible technically You just need to add a Java library that is able to write webp format And implement a custom ImageTranscoder for batik just like the build in JPEGImageTranscoder or PNGImageTranscoder that are used by this plugin to generate JPEG & PNG...

avianey avatar Aug 09 '15 12:08 avianey