On 06/29/17 18:21, Vincent Povirk wrote:
On Thu, Jun 29, 2017 at 5:49 AM, Piotr Caban piotr.caban@gmail.com wrote:
I've done some basic tests and EmfPlusImage record is used for texture brushes. In my brush test image was stored in PNG format. I've moved the code to separate functions so it can be reused later.
OK, I must be missing something in the spec that makes this possible, or the spec is wrong. In that case, I'll review the earlier version.
I guess you misunderstood me - the PNG is stored in EmfPlusImage that is not stored inside EmfPlusObject. This means that the code can be reused for brush texture implementation. I think this makes v2 attempt better.
Thanks, Piotr