ImageValue assumes the standard image coordinate system where x runs from to width and y runs from to height. Position corresponds to the bottom-left corner of the image.
Use PixelValue to use integer indices for extracting exact pixel values of the image.
ImageValue can be used to get pixel values for multiple positions.
ImageValue by default returns values between 0 and 1. Using ImageValue, a pixel value is returned in the range specified by . See the reference page for Image for a list of all possible data types.