Skip to content

Releases: stemann/WebP.jl

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 06 Nov 21:46
435251e

WebP v0.1.3

Diff since v0.1.2

Merged pull requests:

Closed issues:

  • WebPEncodeRGB is slow (#12)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Apr 17:09

WebP v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Fixed automatic decoding of images with transparency (#11) (@stemann)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Apr 21:14

WebP v0.1.1

Diff since v0.1.0

Merged pull requests:

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 18:33

WebP v0.1.0

Merged pull requests:

  • Basic decoding and encoding (#3) (@stemann)
  • Used abstract type AbstractMatrix in encoding (#4) (@ymtoo)