On the fly image conversion

This commit is contained in:
2021-02-21 12:31:03 -05:00
parent 5212d7bf70
commit 901a69bb91
13 changed files with 296 additions and 53 deletions

5
init_pkg_config_path Executable file
View File

@@ -0,0 +1,5 @@
# nix-env -i vips
PKG1=$(find /nix/store/*/lib/pkgconfig/* -name 'vips.pc')
PKG2=$(find /nix/store/*/lib/pkgconfig/* -name 'gobject-2.0.pc')
export PKG_CONFIG_PATH=$PKG1:$PKG2