Search found 2 matches

by rerdmann
2017-09-29T13:52:41-07:00
Forum: Bugs
Topic: Cannot install under 64bit windows 7
Replies: 12
Views: 35105

Re: Cannot install under 64bit windows 7

There is obviosly a problem with "ppm install" of Image-Magick.ppd on Windows.
The install-prozess reports only (!):
Unpacking Image-Magick-7.07...done
Updating files in site area...done
But that is not true. Nothing is unpack and C:\Perl64\site\lib is emty!

Then I unpackt and copy the zip-file ...
by rerdmann
2014-07-01T10:39:04-07:00
Forum: Bugs
Topic: looks like memory-leak in perlmagick-function Statistics()
Replies: 1
Views: 2865

looks like memory-leak in perlmagick-function Statistics()

I have to analyse some thousand pictures. So I wrote a Perl-script and use the perlmagick-function "Statistics()". Running this script the usage of memory grows permanently until the Computer was out of memory. Debugging the script I notice that every time I use the perlmagick-function "Statistics ...