package bimage-lwt

  1. Overview
  2. Docs
A simple, efficient image-processing library (LWT bindings)

Install

Dune Dependency

Authors

Maintainers

Sources

bimage-v0.4.0.tbz
sha256=726857dcd495a35ec7be2e0fdc25473b3e39ba5f211142b4a5bc3b66ee9221ef
sha512=91a48e63499303ca08ed01d745fd40639e8aaaecc1e72deb11f3c29120dc36fab8b0e1f5329bf971df8bf5e1fd35e3a983d9cccb9513615e5f916cc315792947

CHANGES.md.html

v0.4

  • Added let* and let+ operators

  • Added Window.window

  • Fix type in Bimage_display

v0.3.1

  • More aggressive image type checking in bimage-display to fix possible segmentation faults

v0.3.0

  • Overhaul of Color and Type

  • Added FILTER/Filter

  • Added Bimage_io and Bimage_lwt

v0.2.1

  • Add Func Expr

  • Rewrite ops as exprs

  • Update stb-image/stb-image-write

v0.1.1

  • Update to GTK3

  • Fix tests and examples