make brushes square when imported from ABR
This commit is contained in:
@@ -36,5 +36,5 @@ public:
|
||||
void create() { m_data = std::make_unique<uint8_t[]>(size()); }
|
||||
Image resize(int w, int h) const;
|
||||
Image resize_power2() const;
|
||||
Image resize_squared() const;
|
||||
Image resize_squared(const glm::u8vec4& bg) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user