Class libjxl :: jxl :: Image
class Image
{ ... };
Image(size_t iw, size_t ih, int bitdepth, int nb_chans)
Image(const Image& other)
deleted
Image(Image&& other)
auto DebugString() const -> std::string
auto clone() -> Image
auto empty() const -> bool
auto undo_transforms(const jxl::weighted::Header& wp_header, ThreadPool* pool) -> void
auto operator=(const Image& other) -> Image&
deleted
auto operator=(Image&& other) -> Image&
std::vector<Channel> channel
bool error
size_t h
std::vector<jxl::Transform> transform
size_t w