Allow use of native image/jpeg

This commit is contained in:
Milan Nikolic
2018-07-17 14:51:18 +02:00
parent fa5233255e
commit d340fa2dc3
3 changed files with 33 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
// +build !jpeg
// Package encoder.
package encoder
import (
"image"
//"image/jpeg"
"io"
jpeg "github.com/antonini/golibjpegturbo"