Named Tuples

ImageSizes

class rawpy.ImageSizes(raw_height, raw_width, height, width, top_margin, left_margin, iheight, iwidth, pixel_aspect, flip, crop_left_margin, crop_top_margin, crop_width, crop_height)

Create new instance of ImageSizes(raw_height, raw_width, height, width, top_margin, left_margin, iheight, iwidth, pixel_aspect, flip, crop_left_margin, crop_top_margin, crop_width, crop_height)

Thumbnail

class rawpy.Thumbnail(format, data)

Create new instance of Thumbnail(format, data)

Other

class rawpy.Other(iso_speed, shutter_speed, aperture, focal_length, timestamp, shot_order, artist)

Create new instance of Other(iso_speed, shutter_speed, aperture, focal_length, timestamp, shot_order, artist)

Lens

class rawpy.Lens(model, make, min_focal, max_focal)

Create new instance of Lens(model, make, min_focal, max_focal)