tf.image.encode_png(image, compression=None, name=None) PNG-encode an image. image
tf.image.rgb_to_hsv(images, name=None) Converts one or more images from RGB to HSV. Outputs a
tf.image.sample_distorted_bounding_box(image_size, bounding_boxes, seed=None, seed2=None, min_object_covered=None, aspect_ratio_range=None, area_range=None, max_attempts=None
tf.image.rgb_to_grayscale(images, name=None) Converts one or more images from RGB to Grayscale. Outputs
tf.image.random_brightness(image, max_delta, seed=None) Adjust the brightness of images by a random factor.
tf.image.adjust_brightness(image, delta) Adjust the brightness of RGB or Grayscale images. This
tf.image.random_hue(image, max_delta, seed=None) Adjust the hue of an RGB image by a random factor. Equivalent
tf.image.random_saturation(image, lower, upper, seed=None) Adjust the saturation of an RGB image by a random factor.
tf.image.crop_and_resize(image, boxes, box_ind, crop_size, method=None, extrapolation_value=None, name=None) Extracts crops from
tf.image.decode_jpeg(contents, channels=None, ratio=None, fancy_upscaling=None, try_recover_truncated=None, acceptable_fraction=None, name=None)
Page 3 of 4