add padding function to imgScalePadding()

This commit is contained in:
ton
2023-04-14 03:23:43 +00:00
parent c43d949309
commit 39b417dd94
15256 changed files with 525519 additions and 1048290 deletions

15
.CondaPkg/env/lib/pkgconfig/tcl.pc vendored Normal file
View File

@@ -0,0 +1,15 @@
# tcl pkg-config source file
prefix=/root/.julia/dev/ImageUtils/.CondaPkg/env
exec_prefix=/root/.julia/dev/ImageUtils/.CondaPkg/env
libdir=/root/.julia/dev/ImageUtils/.CondaPkg/env/lib
includedir=${prefix}/include
Name: Tool Command Language
Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
URL: https://www.tcl-tk.org/
Version: 8.6.12
Requires.private: zlib >= 1.2.3
Libs: -L${libdir} -ltcl8.6 -ltclstub8.6
Libs.private: -ldl -lz -lpthread -lm
Cflags: -I${includedir}