This commit is contained in:
Tomas Aparicio 2015-04-04 16:13:55 +02:00
commit 885b315035
4 changed files with 37 additions and 19 deletions

View file

@ -13,6 +13,8 @@ import (
"unsafe"
)
type vipsImage *C.struct__VipsImage
func init() {
runtime.LockOSThread()
defer runtime.UnlockOSThread()