Skip to content

Commit

Permalink
Updated koboutils to fix N3_LIBRARY_FULL generation for covergen
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Oct 19, 2019
1 parent a88503c commit cde0ed5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion covergen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Standalone tool to generate Kobo cover thumbnails. Useful for pre-generating thu

Covergen is quite lenient about detecting cover images. The following methods are supported: meta[name=cover] with the path as the content, meta[name=cover] with a manifest id reference as the content, and manifest>item[properties=cover-image] with the image path as the href. Each detected path can be relative to the epub root or to the package document.

The N3_FULL, N3_LIBRARY_LIST, and N3_LIBRARY_GRID images are generated using the same resizing algorithm as nickel.
The N3_LIBRARY_FULL, N3_LIBRARY_LIST, and N3_LIBRARY_GRID images are generated using the same resizing algorithm as nickel.

A reboot may be necessary for changes to appear.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b
github.com/beevik/etree v1.1.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/geek1011/koboutils v1.1.1-0.20191019152928-2e8ab3a63a67
github.com/geek1011/koboutils v1.1.1-0.20191019182239-e2eedacc52bb
github.com/mattn/go-isatty v0.0.4
github.com/mattn/go-sqlite3 v1.9.0
github.com/mattn/go-zglob v0.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs=
github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/geek1011/koboutils v1.1.1-0.20191019152928-2e8ab3a63a67 h1:pSErpky1DWrQqb02oixqy7RMEX2fzXAELTl0JPmUX74=
github.com/geek1011/koboutils v1.1.1-0.20191019152928-2e8ab3a63a67/go.mod h1:iOYUH1MPLAZTmxRLu1Pw1HGeDdBQs1bYnHLPLvjLULU=
github.com/geek1011/koboutils v1.1.1-0.20191019182239-e2eedacc52bb h1:ziGeeMqlkO68G1wF1WyGvWJ8m7i37rhdytVgvdaO5T4=
github.com/geek1011/koboutils v1.1.1-0.20191019182239-e2eedacc52bb/go.mod h1:iOYUH1MPLAZTmxRLu1Pw1HGeDdBQs1bYnHLPLvjLULU=
github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=
github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
github.com/mattn/go-sqlite3 v1.9.0 h1:pDRiWfl+++eC2FEFRy6jXmQlvp4Yh3z1MJKg4UeYM/4=
Expand Down

0 comments on commit cde0ed5

Please sign in to comment.