Tim Stair

Results 77 comments of Tim Stair

Both `![cardindex]` and `#sc;0;1;1#` are related to the count of cards within a single row in the reference. `#sc...#` is zero based (the first value is the starting number). I'll...

Bug fixed: https://github.com/nhmkdev/cardmaker/commit/24e14127ac3fc3298c3a6dac8b6f42581f6993c5

Reference cache enabled during exports (applies to CSV/Excel references automatically): https://github.com/nhmkdev/cardmaker/commit/784886f3cfe096aa46342948165b458fdd3c1306 This should improve sublayout export speeds and cut down on unnecessary hard drive reads. ... assuming I didn't totally...

It looks like .NET 7 supports the webp format. I could investigate upgrading the application to a newer version (probably .NET 8). Based on my prior experiences upgrades have gone...

Update: .NET 8 doesn't actually support WebP. I'm investigating using https://github.com/mono/SkiaSharp and so far it is promising (just not for the mono build). Initial version submitted. This will likely be...

I was focused primarily on import of webp images. Are you interested in export as well (I'm assuming so 😄 )?

Export logic added. Will be included in the next pre-release (probably 1.4.0.0 A2)

Added with https://github.com/nhmkdev/cardmaker/releases/tag/v.1.4.0.0-unstable.v.a2

Count logic was added initially with sublayouts https://github.com/nhmkdev/cardmaker/releases/tag/v.1.4.0.0-unstable.v.a2

Was made available with https://github.com/nhmkdev/cardmaker/releases/tag/v.1.4.0.0-unstable.v.a3 Closing out for now.