https://github.com/squins/media-conversion-gradle-plugin
Gradle plugin to convert media (svg, wav, ...) to (png, mp3, ...)
https://github.com/squins/media-conversion-gradle-plugin
conversion gradle-plugin svg
Last synced: 6 months ago
JSON representation
Gradle plugin to convert media (svg, wav, ...) to (png, mp3, ...)
- Host: GitHub
- URL: https://github.com/squins/media-conversion-gradle-plugin
- Owner: squins
- License: apache-2.0
- Created: 2018-05-08T05:05:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T12:42:49.000Z (about 4 years ago)
- Last Synced: 2023-07-26T22:43:48.127Z (almost 3 years ago)
- Topics: conversion, gradle-plugin, svg
- Language: Java
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Media conversion Gradle plugin
Convert resources from one format to another.
Various target platforms have different requirements for images, WAVE files, etc. Some examples we use this plugin for:
* Conversion of SVG files to PNG files in different sizes (actual conversion delegated to `inkscape cli`)
* Conversion of uncompressed WAVE files to MP3 (actual conversion delegated to `sox`)
* Conversion of JPG to PNG files (actual conversion delegated to `imagemagick`).
## Usage examples
View plugin examples in [Media conversion Gradle plugin examples repository](https://github.com/squins/media-conversion-gradle-plugin-examples)
## Release notes
### 0.5
* support Java 8
### 0.4
* Release on Maven Central
### 0.3
* Support Gradle 5
* Start of maintaining release-notes