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/tk.pc vendored Normal file
View File

@@ -0,0 +1,15 @@
# tk 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: The Tk Toolkit
Description: Tk is a cross-platform graphical user interface toolkit, the standard GUI not only for Tcl, but for many other dynamic languages as well.
URL: https://www.tcl-lang.org/
Version: 8.6.12
Requires: tcl >= 8.6
Libs: -L${libdir} -ltk8.6 -ltkstub8.6
Libs.private: -lX11
Cflags: -I${includedir}