名称优化

This commit is contained in:
2026-08-02 03:43:39 +08:00
parent d8e023cea7
commit 3d027967b9
109 changed files with 1699 additions and 3979 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ bool Image::empty() const {
return impl_->image.is_empty();
}
std::size_t Image::size_bytes() const {
std::size_t Image::byte_size() const {
BLImageData d;
if (impl_->image.get_data(&d) != BL_SUCCESS)
return 0;