tf.image.convert_image_dtype(image, dtype, saturate=False, name=None) Convert image to dtype, scaling
tf.image.hsv_to_rgb(images, name=None) Convert one or more images from HSV to RGB. Outputs a tensor
tf.image.resize_nearest_neighbor(images, size, align_corners=None, name=None) Resize images to size
tf.image.resize_bilinear(images, size, align_corners=None, name=None) Resize images to size using bilinear
tf.image.grayscale_to_rgb(images, name=None) Converts one or more images from Grayscale to RGB. Outputs
tf.image.adjust_saturation(image, saturation_factor, name=None) Adjust saturation of an RGB image. This
tf.image.decode_png(contents, channels=None, dtype=None, name=None) Decode a PNG-encoded image to a uint8 or uint16 tensor.
tf.image.per_image_whitening(image) Linearly scales image to have zero mean and unit norm. This
tf.image.central_crop(image, central_fraction) Crop the central region of the image. Remove the
tf.image.adjust_hue(image, delta, name=None) Adjust hue of an RGB image. This is a convenience
Page 1 of 4