Lines Matching refs:EncodeJpegAttr
15353 type EncodeJpegAttr func(optionalAttr) type
15359 func EncodeJpegFormat(value string) EncodeJpegAttr {
15369 func EncodeJpegQuality(value int64) EncodeJpegAttr {
15379 func EncodeJpegProgressive(value bool) EncodeJpegAttr {
15389 func EncodeJpegOptimizeSize(value bool) EncodeJpegAttr {
15399 func EncodeJpegChromaDownsampling(value bool) EncodeJpegAttr {
15410 func EncodeJpegDensityUnit(value string) EncodeJpegAttr {
15420 func EncodeJpegXDensity(value int64) EncodeJpegAttr {
15430 func EncodeJpegYDensity(value int64) EncodeJpegAttr {
15440 func EncodeJpegXmpMetadata(value string) EncodeJpegAttr {
15469 func EncodeJpeg(scope *Scope, image tf.Output, optional ...EncodeJpegAttr) (contents tf.Output) { argument