B1ueber2y
changed the title
Fix copying haviors of empty bitmap.
Fix copying behaviors of empty bitmap.
Comment on lines +69 to +70
| size_t width_ = 0; | ||
| size_t height_ = 0; |
Copy link
Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intended?
Copy link
Copy Markdown
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. There is a default constructor of mvs::Image so i added a default value here. There is unfortunately no test coverage in the current codebase for the mvs::Image class.