Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Sep 17, 2021
1 parent 92af354 commit 37a5b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Vix is Elixir extension for [vips](https://libvips.github.io/libvips/) image pro

### Why Vix

Vix is a **NIF** based bindings library for libvips. Vix does not spawn OS processes for the operations like other libraries. And it can make full use of libvips [optimizations](https://libvips.github.io/libvips/API/current/How-it-works.md.html) such as joining of operations, cache etc.
Vix is a **NIF** based bindings library for libvips. Vix does not spawn OS processes for the operations like other libraries. And it can make full use of libvips [optimizations](https://libvips.github.io/libvips/API/current/How-it-works.md.html) such as joining of operations in the pipeline, cache etc.

Image Operation binding are generated using vips introspection, so documentation and bindings always matches the vips version installed.
Operation bindings are generated using vips introspection, so the generated documentation and bindings always matches the vips version installed.

Check [vips operation documentation](https://hexdocs.pm/vix/Vix.Vips.Operation.html) for the list of available operations and spec.

Expand All @@ -21,7 +21,7 @@ See [libvips documentation](https://libvips.github.io/libvips/API/current/How-it

## Introduction

Easiest way to get started with Vix, or to explore the operations is to use load [Introduction Notebook](./livebooks/intro.livemd) using [Livebook](https://github.com/livebook-dev/livebook).
Easiest way to get started with Vix, or to explore the operations is to load [Introduction Notebook](./livebooks/intro.livemd) in [Livebook](https://github.com/livebook-dev/livebook).

### Available Notebooks:

Expand Down

0 comments on commit 37a5b39

Please sign in to comment.