Hello, There is a bug in the braille coder which makes it always segfault, see attached patch: the braille format does not support several images. I guess I had copy/pasted too many lines without noticing that precise line.
BTW, "UBRL" is mentioned in the testsuite, but it doesn't seem to be tested, I can not see way, any idea? Samuel
--- coders/braille.c.orig 2009-03-27 10:22:49.000000000 +0100 +++ coders/braille.c 2009-03-27 10:22:52.000000000 +0100 @@ -328,7 +328,6 @@ } if (!iso_11548_1) (void) WriteBlobByte(image,'\n'); - image=SyncNextImageInList(image); status=SetImageProgress(image,SaveImageTag,y,image->rows); if (status == MagickFalse) break;
_______________________________________________ Magick-developers mailing list Magick-developers@imagemagick.org http://studio.imagemagick.org/mailman/listinfo/magick-developers