A Code Monkey's Blog

Cautious about the limit of color number in Perl GD package

In the recent Perl hacking, I used GD package a lot to do image processing like region labeling and border tracing. I used GD to access the pixels. I ran into a very wired bug that the region labeling code in some cases failed to identify the regions of interest ...

Linux 'ldd' equivalence on Cygwin?

Run "cygcheck " and see if all DLLs it requires can be found. I used it on Cygwin to solve a shared library missing problem when I started octave. The lapack library(.dll) was not loaded because of its path was not in $PATH.