[magick-developers] Braille format support
Samuel Thibault
samuel.thibault at ens-lyon.org
Sat Mar 1 12:13:32 PST 2008
duc.sequere.aut.de.via.decede at imagemagick.org, le Fri 29 Feb 2008 21:06:12 -0800, a écrit :
> > This adds support for braille format output
>
> Thanks for contributing the braille coder. We'll add it to ImageMagick
> 6.3.9-2 Beta within a day or two.
Please apply the attached fix
Samuel
-------------- next part --------------
Index: coders/braille.c
===================================================================
--- coders/braille.c (r?vision 10110)
+++ coders/braille.c (copie de travail)
@@ -282,7 +282,7 @@
do_cell(0,2,2);
if (two_columns)
- do_cell(0,2,5);
+ do_cell(1,2,5);
if (cell_height < 4)
break;
More information about the Magick-developers
mailing list