Re: Braille format support
Samuel Thibault <[email protected]> Sat, 1 Mar 2008 20:13:32 +0000
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <20080301201332.GA5820@implementation> |
[email protected], 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 _______________________________________________ Magick-developers mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-developers
patch
(text/plain, 349 B)
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;