Search found 2 matches
- 2011-01-28T16:28:53-07:00
- Forum: PerlMagick
- Topic: filename without %d interpretation
- Replies: 0
- Views: 7045
filename without %d interpretation
The docs of "Read or Write an Image" (in the debian packaged 6.6.0.4) describe %d expanding to the image number in Write(). If I'm not mistaken that happens to all writes, not just a multi-image. Is there a way to say that the filename=> parameter is to be taken literally? Or a way to escape a ...
- 2011-01-25T13:47:12-07:00
- Forum: PerlMagick
- Topic: segv on bad SetPixel
- Replies: 1
- Views: 7989
segv on bad SetPixel
With recent debian i386 packaged perlmagick 6.6.0.4, I passed (in ignorance) a string instead of an arrayref for a SetPixel color, per below, and got a segv (in av_len if gdb is to be believed). It'd be good if SetPixel threw an error of some sort if not given an arrayref there. use strict; use ...