Releases: BinaryNoggin/elixir-turbojpeg
Releases · BinaryNoggin/elixir-turbojpeg
v0.4.0
v0.3.0
Releas v0.3.0
Add Filter for Membrane
- Membrane filter converting raw video frames to JPEG. Thanks to @mat-hek
- Mogrify was pointing to a fork, but now that is in the core so we can point to the right part
Grayscale support
Upgrade Instructions
Use Turbojpeg instead of Turbojpeg.Native.
v0.2.0
Upgrade instructions:
- function
to_jpeg
needs to be changed toyuv_to_jpeg
.
Changelog
- Add ability to convert from jpeg to yuv
- Add ability to get width, height, and format from jpeg
v0.1.1
Release v0.1.1
v0.1.0
Initial commit