|  11-22-2018, 04:49 PM | #76 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			Released v1.9.2! Mainly a bunch of bugfixes around OpenType/TrueType rendering, as well as adding the ability to inhibit eInk refreshes, in case you want to do a bunch of things in quick succession. Oh, and support for negative margins in OT/TTF rendering to make it easier to align stuff to the bottom/right edges  . As mentioned earlier, this also introduces Python & Lua bindings, for when shell scripting can't quite cut it anymore  . And in the spirit of helping people to avoid having to set-up a cross-compilation toolchain, here's a LuaJIT binary  . Last edited by NiLuJe; 01-29-2021 at 07:56 PM. Reason: Refresh binaries | 
|   |   | 
|  12-15-2018, 04:05 PM | #77 | 
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | 
			
			Hi NiLuJe, I just like to mention that I cannot get the fbink cml tool v1.9.2 to work. Are there any steps necessary apart from installing KoborRoot.tgz? The only response I get is 'fbink: line 1: syntax error: unexpected "("'. v1.9.1 is working fine. | 
|   |   | 
|  12-16-2018, 12:24 AM | #78 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			@tshering: Huh. That's weird, that vaguely sounds like a completely mangled binary. I'll double-check the package. There's also a vague chance I (yet again) broke shared builds  . | 
|   |   | 
|  12-16-2018, 04:08 AM | #79 | 
| Linux User            Posts: 2,282 Karma: 6123806 Join Date: Sep 2010 Location: Heidelberg, Germany Device: none | 
			
			how did you solder that 64bit cpu into your kobo... wow : - )
		 | 
|   |   | 
|  12-16-2018, 10:36 AM | #80 | 
| Wizard            Posts: 2,808 Karma: 7423683 Join Date: May 2016 Location: Ontario, Canada Device: Kobo Mini, Aura Edition 2 v1, Clara HD, Clara BW, Libra Colour | 
			
			I just tried the latest build, and it's doing that too no matter how I attempt to run it.
		 | 
|   |   | 
|  12-16-2018, 12:23 PM | #81 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			I managed to build a package with my native TC, didn't I?   EDIT: Code: usr/local/fbink/bin/fbink: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, stripped   | 
|   |   | 
|  12-16-2018, 12:23 PM | #82 | 
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | |
|   |   | 
|  12-16-2018, 12:26 PM | #83 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			There, updated the first post with proper arm binaries   . Sorry about that, I have *no idea* how I managed to eff this up like that...  . EDIT: Made sure it wouldn't happen again...  . Last edited by NiLuJe; 12-16-2018 at 04:13 PM. | 
|   |   | 
|  12-16-2018, 12:31 PM | #84 | 
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | 
			
			Thank you! I like fbink very much!
		 | 
|   |   | 
|  12-22-2018, 10:41 PM | #85 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			And released v1.9.3! With actual working binaries!  . Errm. Fairly minor fixes, mainly handling rotation on the Forma in button_scan, and right-padding support in the fixed cell codepath. | 
|   |   | 
|  01-28-2019, 09:12 AM | #86 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			Released v1.10.0! With a few fixes & features  . Imported the Terminus font family, because why not ;p. Fixed a stupid regression (since v1.9.3) that could cause undefined behavior with certain unicode codepoints and the default font. Allow requesting hardware dithering (provided the device actually supports it, i.e., Mk.7+ devices), mainly useful for images when you're not sure they're preprocessed properly  . Updated the UTF-8 routines, should be safer, and a tiny bit faster. Invalid UTF-8 sequences will now be *rejected*! | 
|   |   | 
|  02-01-2019, 05:01 PM | #87 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			Released v1.10.1! Mainly a hotfix release to fix yet another default font scaling regression (since v1.8.0): the default font size was a tad too large on 6" 300dpi devices (i.e., the Glo HD & Clara HD). Last edited by NiLuJe; 02-01-2019 at 07:29 PM. | 
|   |   | 
|  02-07-2019, 08:34 PM | #88 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			Released v1.10.2! A minor maintenance release, which does include a fix for extra kerning being applied to fonts with both a GPOS kerning table and an old-style kern table. | 
|   |   | 
|  02-11-2019, 01:29 PM | #89 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			Released v1.10.3! A few fixes with OT/TTF rendering in some corner-cases (overlapping pixels, glyph clipping on line edge), as well as an actual fix for kerning, since I utterly borked it in v1.10.2... -_-". | 
|   |   | 
|  02-21-2019, 04:14 PM | #90 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			Released v1.11.1! A few minor performance improvement on 32bpp fb in some cases, a minor rounding fix to progress bars that affected some devices, fixed the CLI tool to allow a clear screen without specifying a string, and a few new fonts  . | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Aura HD Small tool for filling book library in Kobo Aura | Paxerus | Kobo Developer's Corner | 2 | 12-31-2013 07:05 PM | 
| Small print | Broadback | Conversion | 12 | 12-12-2011 02:31 PM | 
| Small Tool to change book order (PRS-x50) | goaspy | Sony Reader | 113 | 10-14-2011 03:28 PM | 
| small print | breezeman | Introduce Yourself | 13 | 07-03-2011 09:02 AM |