make brushes square when imported from ABR

This commit is contained in:
2019-02-11 00:45:53 +01:00
parent 6e41263600
commit 97c3ac0d19
5 changed files with 10 additions and 8 deletions

View File

@@ -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;
};