Class: ImageAdapter
Read region of image
data = readRegion(adapter,region_start,
region_size)
reads an image region of size data
= readRegion(adapter
,region_start
,
region_size
)region_size
with top-left pixel at
coordinate region_start
.
When you construct a class that inherits from the ImageAdapter
class, you must implement this method.