rerun
rerun copied to clipboard
Finish up Image refactor work
We should start with the struct ImageFormat component refactor (TODO: add link) and hence int-enum
- [x] Update
MaxImageDimensionSubscriber - [ ] Log warnings in image constructors if the buffer has the wrong length in C++ and Python
- [x] Move .compress back to Image.
- [x] Remove
tensor_to_gpu - [x] Rename
ChannelDataTypetoChannelDatatypefor consistency - [x] Rust: create
Imageconstructors forimagecrate - [x] Remove
ImageChromaDownsampled - [x] https://github.com/rerun-io/rerun/pull/7087
- [x] https://github.com/rerun-io/rerun/pull/7088
- [ ] Rename
TensorElement? - [ ] Document what row-major means for C++/Rust image constructors
- [x] Document what borrowing means for C++ constructors
I'll start tackling some of these renamings