Skip to content

Commit 988f09a

Browse files
authored
Merge pull request #4 from umjammer/0.2.4
0.2.4
2 parents 8e87594 + de88f28 commit 988f09a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
[![Release](https://jitpack.io/v/umjammer/javavp8decoder.svg)](https://jitpack.io/#umjammer/javavp8decoder)
2-
[![Java CI](https://github.com/umjammer/javavp8decoder/actions/workflows/maven.yml/badge.svg)](https://github.com/umjammer/javavp8decoder/actions/workflows/maven.yml)
3-
[![CodeQL](https://github.com/umjammer/javavp8decoder/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/umjammer/javavp8decoder/actions/workflows/codeql-analysis.yml)
1+
[![Release](https://jitpack.io/v/umjammer/vavi-image-webp.svg)](https://jitpack.io/#umjammer/vavi-image-webp)
2+
[![Java CI](https://github.com/umjammer/vavi-image-webp/actions/workflows/maven.yml/badge.svg)](https://github.com/umjammer/vavi-image-webp/actions/workflows/maven.yml)
3+
[![CodeQL](https://github.com/umjammer/vavi-image-webp/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/umjammer/vavi-image-webp/actions/workflows/codeql-analysis.yml)
44
![Java](https://img.shields.io/badge/Java-8-b07219)
55
[![Parent](https://img.shields.io/badge/Parent-vavi--image--sandbox-pink)](https://github.com/umjammer/vavi-image-sandbox)
66

7-
# javavp8decoder
7+
# vavi-image-webp
8+
9+
<img src="https://upload.wikimedia.org/wikipedia/commons/0/00/WebP_logo_2010.png" width="160" />
810

911
An implementation of the VP8 image/video codec in _**pure Java**_.
1012

1113
## Install
1214

13-
https://jitpack.io/#umjammer/javavp8decoder
15+
https://jitpack.io/#umjammer/vavi-image-webp
1416

1517
## Usage
1618

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33

4-
<groupId>net.sf.javavp8decoder</groupId>
5-
<artifactId>javavp8decoder</artifactId>
6-
<version>0.2.3</version>
4+
<groupId>vavi</groupId>
5+
<artifactId>vavi-image-webp</artifactId>
6+
<version>0.2.4</version>
77

88
<name>Java VP8 Decoder</name>
99
<scm>

0 commit comments

Comments
 (0)