Popularity
5.5
Growing
Activity
6.6
-
69
4
7

Monthly Downloads: 2,632
Programming language: Elixir
License: MIT License
Tags: Images    
Latest version: v0.3.3

thumbnex alternatives and similar packages

Based on the "Images" category.
Alternatively, view thumbnex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of thumbnex or a related project?

Add another 'Images' Package

README

Thumbnex

Build Status

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.