Documentation
¶
Overview ¶
Package imageops provides in-process image transforms.
Rotation runs at ingest, between JPEG decode and motion gate, so every downstream consumer (detector, ReID, face id, tracker, identity resolver, live view) sees a single canonical orientation. No cgo, no external dependencies — just the Go stdlib image package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeJPEG ¶
DecodeJPEG decodes JPEG bytes into an image.Image.
func EncodeJPEG ¶
EncodeJPEG encodes img as JPEG at the given quality (1–100).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.