An open API service indexing awesome lists of open source software.

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, ...)

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