halide-JuicyPixels: Integration between Halide and JuicyPixels

[ bsd3, language, library ] [ Propose Tags ]

This package provides instances of Language.Halide.IsHalideBuffer for image types from the JuicyPixels library.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.2.1
Dependencies base (>=4.16.0.0 && <5), halide-haskell (>=0.0.2.0 && <0.1.0.0), JuicyPixels (>=3.3.0 && <4), vector (>=0.12.3.0 && <0.13) [details]
License BSD-3-Clause
Copyright 2022-2023 Tom Westerhout
Author Tom Westerhout
Maintainer Tom Westerhout <14264576+twesterhout@users.noreply.github.com>
Category Language
Home page https://github.com/twesterhout/halide-haskell
Bug tracker https://github.com/twesterhout/halide-haskell/issues
Uploaded by tom_westerhout at 2023-05-22T14:14:20Z
Distributions
Downloads 41 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for halide-JuicyPixels-0.0.2.1

[back to package description]

halide-JuicyPixels


license

build Hackage

This package integrates halide-haskell with JuicyPixels by implementing instances of IsHalideBuffer for Image and MutableImage types. See this test for an example usage.