Displaying 1 result from an estimated 1 matches for "imagescale_adrian_85".
2010 Nov 08
0
Compiling Tcl extension C Code for an R package
...hat needs resizing of images. I try to keep
dependencies of Tcl packages as little as possible, so I implemented the
Image Scaling procedure in C as a Tcl extension found here
http://wiki.tcl.tk/25685 .
Here a temporary download link of the slightly modified source
http://www.waddell.ch/RnavGraph/imagescale_adrian_85.c
The file works with the Tcl version 8.5. I've added the gcc compile
commands I use for Linux, OSX and Windows (minGW) at the beginning of
the file.
I'm struggling to dynamically load the extension under Windows 7. That
is i tried to use
load imgscale.dll
where under Linux and OSX I u...