mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-17 00:49:22 +01:00
bitdepths
This commit is contained in:
@@ -66,6 +66,9 @@ class RawSubFile {
|
||||
size_t pixels_per_frame() const { return m_rows * m_cols; }
|
||||
size_t bytes_per_pixel() const { return m_bitdepth / 8; }
|
||||
|
||||
private:
|
||||
template <typename T>
|
||||
void read_with_map(std::byte *image_buf);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user