package bimage

  1. Overview
  2. Docs
A simple, efficient image-processing library

Install

Dune Dependency

Authors

Maintainers

Sources

bimage-0.5.0.tbz
sha256=3875b65b243ea7055af6aeb70099fcfbde7973ad02e5b1613c16ffb702c77cd8
sha512=7ff3fd5d71c93b11a487d7be3fdfca4b0e98973551f44d2fd49b8b4ce866f7ad380a4a784ba16ea01173c52e24b2d93b9a635c471b690b35792c12c4ee69a886

CHANGES.md.html

v0.5.0

  • Removed Bimage_unix.Thread.Filter

  • Renamed Bimage_unix.{Data_unix,Image_unix}.create_mmap to mmap

  • Removed Filter.Make, FILTER and bimage-lwt

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