Reduce image size

This commit is contained in:
Hajime Hoshi 2014-12-28 15:26:12 +09:00
parent 7c25a4edea
commit 189445a472
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 561 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -129,7 +129,7 @@ func RecordScreenAsGIF(update func(*ebiten.Image) error, out io.Writer, frameNum
inner: update,
writer: out,
frameNum: frameNum,
skips: 5,
skips: 10,
}
return r.update
}