mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
change perfect ratio to 1.6
This commit is contained in:
parent
edfa349b01
commit
5ec963a11e
@ -16,7 +16,7 @@ type Profile struct {
|
||||
}
|
||||
|
||||
// Recommended ratio of image for perfect rendering Portrait or Landscape.
|
||||
const PerfectRatio = 1.5
|
||||
const PerfectRatio = 1.6
|
||||
|
||||
// Compute best dimension based on device size
|
||||
func (p Profile) PerfectDim() (int, int) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user