Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap ImageBuf #23

Closed
91 tasks
Tracked by #29
scott-wilson opened this issue Feb 8, 2024 · 0 comments · Fixed by #35
Closed
91 tasks
Tracked by #29

Wrap ImageBuf #23

scott-wilson opened this issue Feb 8, 2024 · 0 comments · Fixed by #35
Assignees

Comments

@scott-wilson
Copy link
Member

scott-wilson commented Feb 8, 2024

URL: https://openimageio.readthedocs.io/en/latest/imagebuf.html

Methods

  • Empty constructor
  • reset
  • Readable constructor
  • Writable constructor
  • make_writable
  • Wrap constructor https://openimageio.readthedocs.io/en/latest/imagebuf.html#constructing-an-imagebuf-that-wraps-an-application-buffer
  • read
  • init_spec
  • write
  • set_write_format
  • set_write_tiles
  • set_write_ioproxy
  • initialized
  • storage
  • nativespec
  • specmod
  • name
  • file_format_name
  • subimage
  • nsubimages
  • miplevel
  • nmiplevels
  • nchannels
  • xbegin
  • xend
  • ybegin
  • yend
  • zbegin
  • zend
  • orientation
  • set_orientation
  • oriented_width
  • oriented_height
  • oriented_x
  • oriented_y
  • oriented_full_width
  • oriented_full_height
  • oriented_full_x
  • oriented_full_y
  • roi
  • roi_full
  • set_origin
  • set_full
  • set_roi_full
  • contains_roi
  • pixeltype
  • threads
  • operator=
  • copy (Using the clone trait?)
  • copy_metadata
  • copy_pixels
  • swap
  • getchannel
  • getpixel
  • interppixsel
  • interppixel_bicubic
  • interppixel_NDC
  • interppixel_bicubic_NDC
  • setpixel
  • get_pixels
  • set_pixels
  • deep
  • deep_samples
  • set_deep_samples
  • deep_insert_samples
  • deep_erase_samples
  • deep_value
  • deep_value_uint
  • set_deep_value
  • deep_pixel_ptr
  • deepdata
  • errorf
  • localpixels
  • pixeladdr
  • pixelindex
  • WrapMode_from_string

Iterator

Methods

  • Constructors
  • operator++
  • done
  • range
  • x
  • y
  • z
  • valid
  • exists
  • operator[]
  • deep_samples
  • set_deep_samples
  • deep_value
  • deep_value_int
  • set_deep_value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant