1
0
Mirror von https://bitbucket.org/s_l_teichmann/mtsatellite synchronisiert 2025-11-09 04:06:06 +01:00
Dieser Commit ist enthalten in:
Sascha L. Teichmann
2014-09-16 16:10:18 +02:00
Ursprung 48819a42a9
Commit 3943c7cc5d

Datei anzeigen

@@ -28,7 +28,7 @@ func blowUp(src image.Image) *image.RGBA {
dst := image.NewRGBA(image.Rect(0, 0, 256, 256))
// fix point numbers x:8
// fix point numbers x:8
dx, dy := src.Bounds().Dx(), src.Bounds().Dy()
bx, by := src.Bounds().Min.X<<8, src.Bounds().Min.Y<<8