Skip to content

OdaDaisuke/halide-image-resizer-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • A minimally configured dynamic image convert server, implemented in Halide. https://halide-lang.org/

  • Halide で実装した、学習用の最小構成画像動的変換サーバです。

Thanks @octu0 san.

Usage

$ make generate
$ go run main.go

And then access to the bellow links.

Benchmark

$ go test -bench .

Workaround

LLVM Error : Could not find a package configuration file provided by "LLVM" (requested version 15.0.7) with any of the following names:

Set LLVM_DIR.

export LLVM_DIR=/opt/homebrew/Cellar/llvm@15/15.0.7/lib/cmake
# $ brew ls llvm
# or brew ls llvm@15

About

Dynamic image transformation server for Halide tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published