mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-29 02:19:55 +02:00
Compare commits
No commits in common. "f11fc7e86a282f96d46c0ffcf1333587a22222fc" and "7de6ad1508fae3566e33ea9a00b367926a0054aa" have entirely different histories.
f11fc7e86a
...
7de6ad1508
2
go.mod
2
go.mod
@ -3,7 +3,7 @@ module github.com/celogeek/go-comic-converter/v2
|
|||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/beevik/etree v1.2.0
|
github.com/beevik/etree v1.1.4
|
||||||
github.com/disintegration/gift v1.2.1
|
github.com/disintegration/gift v1.2.1
|
||||||
github.com/gofrs/uuid v4.4.0+incompatible
|
github.com/gofrs/uuid v4.4.0+incompatible
|
||||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
||||||
|
4
go.sum
4
go.sum
@ -1,5 +1,5 @@
|
|||||||
github.com/beevik/etree v1.2.0 h1:l7WETslUG/T+xOPs47dtd6jov2Ii/8/OjCldk5fYfQw=
|
github.com/beevik/etree v1.1.4 h1:34PFKrJczQ1qXVC4QCqvY0Iz7m3xu89OShTjYRl4Nbk=
|
||||||
github.com/beevik/etree v1.2.0/go.mod h1:aiPf89g/1k3AShMVAzriilpcE4R/Vuor90y83zVZWFc=
|
github.com/beevik/etree v1.1.4/go.mod h1:aiPf89g/1k3AShMVAzriilpcE4R/Vuor90y83zVZWFc=
|
||||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
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/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
|
@ -20,10 +20,6 @@ type Profiles []Profile
|
|||||||
// Initialize list of all supported profiles.
|
// Initialize list of all supported profiles.
|
||||||
func New() Profiles {
|
func New() Profiles {
|
||||||
return []Profile{
|
return []Profile{
|
||||||
// High Resolution for Tablette
|
|
||||||
{"HR", "High Resolution", 2400, 3840},
|
|
||||||
{"SR", "Standard Resolution", 1200, 1920},
|
|
||||||
//Kindle
|
|
||||||
{"K1", "Kindle 1", 600, 670},
|
{"K1", "Kindle 1", 600, 670},
|
||||||
{"K11", "Kindle 11", 1072, 1448},
|
{"K11", "Kindle 11", 1072, 1448},
|
||||||
{"K2", "Kindle 2", 600, 670},
|
{"K2", "Kindle 2", 600, 670},
|
||||||
@ -49,6 +45,8 @@ func New() Profiles {
|
|||||||
{"KoF", "Kobo Forma", 1440, 1920},
|
{"KoF", "Kobo Forma", 1440, 1920},
|
||||||
{"KoS", "Kobo Sage", 1440, 1920},
|
{"KoS", "Kobo Sage", 1440, 1920},
|
||||||
{"KoE", "Kobo Elipsa", 1404, 1872},
|
{"KoE", "Kobo Elipsa", 1404, 1872},
|
||||||
|
// High Resolution for Tablette
|
||||||
|
{"HR", "High Resolution", 2400, 3840},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user