Commit graph

781 commits

Author SHA1 Message Date
treeform 84ed4c9b9d Fix for #393 and other polygon improvements. 2022-03-18 13:43:47 -07:00
treeform aeda891540
Merge pull request #396 from treeform/dev
Fix #394 - zero width mask fill.
2022-03-18 13:43:32 -07:00
Anuken 2e6a962a82
Fixed compilation in qoi for 32-bit platforms 2022-03-17 15:41:51 -04:00
treeform 542c8e84fd Fix #394 - zero width mask fill. 2022-03-17 07:32:47 -07:00
Ryan Oldenburg efba29578e 4.0.2 check valid polygon 2022-03-13 15:39:50 -05:00
treeform 1a9ab003c5 Fix #388 2022-03-12 13:38:13 -08:00
Ryan Oldenburg bd5ba5bd59 fix for custom line-heights 2022-02-22 19:15:35 -06:00
Ryan Oldenburg a0618ad9ac f 2022-02-22 17:35:39 -06:00
Ryan Oldenburg f6a7c888fa simpler 2022-02-22 17:05:55 -06:00
treeform 1a89f5d07b
Merge pull request #384 from treeform/dev
The great enum rename.
2022-02-13 22:15:53 -08:00
treeform 3e5926c92c More enum renames. 2022-02-13 20:02:37 -08:00
Ryan Oldenburg 5282caa056 bmp dib decoder 2022-02-13 16:55:10 -06:00
Ryan Oldenburg 17ad1fbbd1 inline 2022-02-12 19:07:19 -06:00
Ryan Oldenburg 97515a3849 invalid 2022-02-12 19:03:34 -06:00
Ryan Oldenburg ccccd883bb rm seq[uint8] 2022-02-12 18:59:13 -06:00
treeform 65b8dad89b Rename HorizontalAlignment, VerticalAlignment and TextCase enum. 2022-02-12 10:51:14 -08:00
treeform 9fdb3b8b0d Rename LineCap and LineJoin enum. 2022-02-12 10:35:19 -08:00
treeform e4805f7c08 Rename WindingRule enum. 2022-02-12 10:29:28 -08:00
treeform 5074e33efc Rename PaintKind enum. 2022-02-12 10:25:28 -08:00
treeform c6f59b9692 Rename BlendMode enum. 2022-02-12 10:18:39 -08:00
treeform e9f9b82bd4 Rename FileFormat enum. 2022-02-12 10:05:05 -08:00
treeform b456c54825
Merge pull request #383 from treeform/dev
Improve bitmap reader.
2022-02-11 21:33:30 -08:00
treeform d250e4be01 Fixed fuzzing. 2022-02-11 21:08:24 -08:00
treeform 81b82e2277 Morepretty 2022-02-11 20:11:01 -08:00
treeform c2350c9642 Fixes. 2022-02-11 20:08:59 -08:00
treeform 4dc50d9778 Read more bmp formats. 2022-02-11 20:08:09 -08:00
treeform ffc1b90c5f Fail when channel maks is 0. 2022-02-11 16:09:38 -08:00
treeform 25bc1116fb Improve bitmap reader. 2022-02-11 14:27:11 -08:00
Ryan Oldenburg e96f5074f5 v2.27 2022-02-11 15:51:00 -06:00
Ryan Oldenburg 295f5788c9 rm seq[uint8] jpg 2022-02-11 15:46:30 -06:00
Ryan Oldenburg 78e23f83d6 fix and re-enable fill optimization 2022-01-30 14:53:12 -06:00
treeform 2da986d0fe Disable fill optimization for now. 2022-01-30 12:15:13 -08:00
Ryan Oldenburg d5b4500758 iterator issue workaorund 2022-01-25 20:26:39 -06:00
Ryan Oldenburg 12636e4e9f very strange issue 2022-01-25 17:04:43 -06:00
Ryan Oldenburg d65fd68161 zippy 0.8.1 2022-01-25 16:48:01 -06:00
Ryan Oldenburg a3c2444339 morepretty 2022-01-20 20:12:10 -06:00
Ryan Oldenburg be57c71c3c ppm consistent style pass 2022-01-20 20:04:13 -06:00
Ryan Oldenburg a4cac14e87 rm pixie/demo 2022-01-19 14:07:47 -06:00
Rasmus Moorats be26fe5193
fix high-depth handling and add a test case 2022-01-10 15:26:20 +02:00
Rasmus Moorats 71016b868e
remove incorrect rgba conversion 2022-01-09 17:43:43 +02:00
Rasmus Moorats 6f654e32bc
remove erroneous debug echo 2022-01-09 17:43:42 +02:00
Rasmus Moorats b136e5b4e2
P3 support
also fixes an issue with header decoder whitespace handling
2022-01-09 17:43:42 +02:00
Rasmus Moorats 0139af545f
add rudimentary PPM decoder 2022-01-09 17:43:42 +02:00
Rasmus Moorats 7679712575
add PPM encoder 2022-01-09 17:43:42 +02:00
Emery Hemingway c553ff640b Mark parseGlyfGlyph prototype as gcsafe 2022-01-06 12:52:58 +01:00
Ryan Oldenburg a0244c98de decodeSvg xml 2022-01-05 17:20:12 -06:00
Ryan Oldenburg 540183a262 f 2022-01-03 17:50:03 -06:00
Ryan Oldenburg 91abc684ad qoi consistent style pass 2022-01-03 17:41:36 -06:00
treeform a8cd3bfd3b
Merge pull request #354 from ehmry/qoi
QOI support
2022-01-03 13:29:29 -08:00
Emery Hemingway 291a0e3a5d QOI support
https://qoiformat.org/
2022-01-03 17:20:00 +01:00