Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 18, 2024
1 parent 8599f78 commit f03aa92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type Transformer struct {

func NewTransformer() *Transformer {
if atomic.CompareAndSwapInt32(&initialized, 0, 1) {
vips.LoggingSettings(nil, vips.LogLevelWarning)
vips.Startup(nil)
}

Expand Down

0 comments on commit f03aa92

Please sign in to comment.