thumbnex alternatives and similar packages
Based on the "Images" category.
Alternatively, view thumbnex alternatives based on common mentions on social networks and blogs.
-
ex_image_info
ExImageInfo is an Elixir library to parse images (binaries) and get the dimensions (size), detected mime-type and overall validity for a set of image formats. It is the fastest and supports multiple formats. -
png
A pure Erlang library for creating PNG images. It can currently create 8 and 16 bit RGB, RGB with alpha, indexed, grayscale and grayscale with alpha images. -
gi
Gi is a library for manipulating Graphics Interfacing. Use utility mogrify, identify, ... of GraphicsMagick to resize, draw on base images....
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of thumbnex or a related project?
Popular Comparisons
README
Thumbnex
Elixir library to generate thumbnails from images and videos.
Documentation: https://hexdocs.pm/thumbnex/
Examples
Create a regular thumbnail:
Thumbnex.create_thumbnail("/path/to/input.mp4", "/path/to/output.jpg", max_width: 200, max_height: 200)
Create a lightweight animated GIF preview:
Thumbnex.animated_gif_thumbnail("/path/to/input.mp4", "/path/to/output.gif", frame_count: 4, fps: 1)
Prerequisites
Installation
Add thumbnex
to your list of dependencies in mix.exs
:
def deps do
[{:thumbnex, "~> 0.3.3"}]
end
Release notes
See the [changelog](CHANGELOG.md) for changes between versions.
License
Thumbnex source code is licensed under the [MIT License](LICENSE.md).
*Note that all licence references and agreements mentioned in the thumbnex README section above
are relevant to that project's source code only.