androidsvgdrawable-plugin
androidsvgdrawable-plugin copied to clipboard
Convert SVG to WebP format.
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.
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...