mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-01-07 15:18:35 +00:00
Allow use of native image/jpeg
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
// +build !jpeg
|
||||
|
||||
// Package encoder.
|
||||
package encoder
|
||||
|
||||
import (
|
||||
"image"
|
||||
//"image/jpeg"
|
||||
"io"
|
||||
|
||||
jpeg "github.com/antonini/golibjpegturbo"
|
||||
|
||||
Reference in New Issue
Block a user