Ah, now it is there too
Thanks
Search found 9 matches
- 2017-03-04T14:06:33-07:00
- Forum: Developers
- Topic: Braille formats support documentation
- Replies: 5
- Views: 12944
- 2017-02-26T16:00:23-07:00
- Forum: Developers
- Topic: Braille formats support documentation
- Replies: 5
- Views: 12944
Re: Braille formats support documentation
Ah, the website is updated, but the http://git.imagemagick.org/repos/ImageMagick git still doesn't have the change?
- 2017-02-26T12:02:57-07:00
- Forum: Developers
- Topic: Braille formats support documentation
- Replies: 5
- Views: 12944
Re: Braille formats support documentation
It is still not updated, and git master does not seem to have it, did you perhaps forget to push?
- 2017-02-25T07:22:16-07:00
- Forum: Developers
- Topic: Braille formats support documentation
- Replies: 5
- Views: 12944
Re: Braille formats support documentation
Errr, I can't find out how to post patches on phpbb... I have put it on http://dept-info.labri.fr/~thibault/tmp ... magemagick
- 2017-02-25T07:21:29-07:00
- Forum: Developers
- Topic: Braille formats support documentation
- Replies: 5
- Views: 12944
Braille formats support documentation
Hello,
The braille encoders were actually not documented, here is a patch to
document them.
Samuel
The braille encoders were actually not documented, here is a patch to
document them.
Samuel
- 2015-11-01T16:04:11-07:00
- Forum: Developers
- Topic: Braille 6dot formats support
- Replies: 5
- Views: 7977
Re: Braille 6dot formats support
I have pushed a commit to http://people.debian.org/~sthibault/ImageMagick
- 2015-11-01T14:38:54-07:00
- Forum: Developers
- Topic: Braille 6dot formats support
- Replies: 5
- Views: 7977
Re: Braille 6dot formats support
(Mmm, not the best way to submit a patch of course, but I couldn't find how to create an account on http://git.imagemagick.org/)
- 2015-11-01T14:37:14-07:00
- Forum: Developers
- Topic: Braille 6dot formats support
- Replies: 5
- Views: 7977
Re: Braille 6dot formats support
--- a/coders/braille.c +++ b/coders/braille.c @@ -108,12 +108,24 @@ ModuleExport size_t RegisterBRAILLEImage entry->description=AcquireString("Unicode Text format"); entry->module=AcquireString("BRAILLE"); (void) RegisterMagickInfo(entry); + entry=SetMagickInfo("UBRL6"); + entry->encoder ...
- 2015-11-01T14:36:24-07:00
- Forum: Developers
- Topic: Braille 6dot formats support
- Replies: 5
- Views: 7977
Braille 6dot formats support
Hello,
Braille embossers may support only 6dots printing, so there is a need
for 6dot unicode braille and iso braille formats. The attached patch
adds .ubrl6 and .isobrl6 formats for that.
Samuel
Braille embossers may support only 6dots printing, so there is a need
for 6dot unicode braille and iso braille formats. The attached patch
adds .ubrl6 and .isobrl6 formats for that.
Samuel