Ryan Oldenburg
|
4194c4a677
|
remove stb, commit to new jpeg
|
2022-05-16 22:44:33 -05:00 |
|
Ryan Oldenburg
|
4b97780a54
|
string, rm encodeJpeg
|
2022-05-12 17:57:10 -05: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
|
ccccd883bb
|
rm seq[uint8]
|
2022-02-12 18:59:13 -06:00 |
|
treeform
|
e9f9b82bd4
|
Rename FileFormat enum.
|
2022-02-12 10:05:05 -08: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 |
|
Ryan Oldenburg
|
91abc684ad
|
qoi consistent style pass
|
2022-01-03 17:41:36 -06:00 |
|
Emery Hemingway
|
291a0e3a5d
|
QOI support
https://qoiformat.org/
|
2022-01-03 17:20:00 +01:00 |
|
Ryan Oldenburg
|
1214861870
|
move blendMode dont export blends
|
2021-12-13 01:23:41 -06:00 |
|
Ryan Oldenburg
|
94a0f3e151
|
raises
|
2021-08-18 18:24:49 -05:00 |
|
Ryan Oldenburg
|
abbe4f63ea
|
more changes for bindings
|
2021-08-12 21:41:43 -05:00 |
|
Ryan Oldenburg
|
a95d1f546b
|
changes noticed while working on bindings
|
2021-08-11 19:42:57 -05:00 |
|
Ryan Oldenburg
|
3f08c2bfa4
|
path as ref object
|
2021-08-06 14:39:21 -05:00 |
|
Ryan Oldenburg
|
daaa71b2b1
|
font as ref object
|
2021-08-06 01:26:20 -05:00 |
|
Ryan Oldenburg
|
2232e09a27
|
masks and images conversion
|
2021-06-25 01:20:04 -05:00 |
|
Ryan Oldenburg
|
7dfea4dc39
|
context.nim -> contexts.nim, pixieDebugSvg
|
2021-06-12 11:34:45 -05:00 |
|
Ryan Oldenburg
|
8ca46d86e3
|
morepretty
|
2021-05-23 21:04:58 -05:00 |
|
Ryan Oldenburg
|
b88d36be13
|
morepretty
|
2021-05-22 19:07:53 -05:00 |
|
Ryan Oldenburg
|
5cc8e911d1
|
move image helpers from pixie.nim to context.nim
|
2021-05-21 00:54:55 -05:00 |
|
Ryan Oldenburg
|
0d65dffccc
|
add context api
|
2021-05-19 00:06:02 -05:00 |
|
Ryan Oldenburg
|
d491fe26b9
|
move font rasterize procs to fonts.nim, add join and cap param
|
2021-05-18 00:48:44 -05:00 |
|
Ryan Oldenburg
|
d87b423430
|
v2.0.0 add transform to pixie.nim helpers
|
2021-05-17 23:39:47 -05:00 |
|
Ryan Oldenburg
|
e186456788
|
add filePath to typeface
|
2021-05-11 22:40:40 -05:00 |
|
Ryan Oldenburg
|
eae3b5e443
|
spans
|
2021-05-11 22:40:39 -05:00 |
|
Ryan Oldenburg
|
11fdc30399
|
paint on font
|
2021-05-11 22:40:39 -05:00 |
|
Ryan Oldenburg
|
f969a04a03
|
move textCase, kerning flag
|
2021-05-11 22:40:39 -05:00 |
|
Ryan Oldenburg
|
e931bd0319
|
computeBounds, no iterator
|
2021-05-11 22:40:39 -05:00 |
|
Ryan Oldenburg
|
43e80a70ab
|
docs
|
2021-05-11 22:40:39 -05:00 |
|
Ryan Oldenburg
|
7b2393874b
|
arrangement api
|
2021-05-11 22:40:25 -05:00 |
|
Ryan Oldenburg
|
e5a463aaa3
|
names possibility
|
2021-05-11 22:40:25 -05:00 |
|
Ryan Oldenburg
|
eafd18fa7e
|
more tests
|
2021-05-11 22:40:24 -05:00 |
|
Ryan Oldenburg
|
cfb00b9b18
|
font bounds and benchmark
|
2021-05-11 22:40:24 -05:00 |
|
Ryan Oldenburg
|
b42b9d649a
|
svg fonts + move stuff around
|
2021-05-11 22:40:24 -05:00 |
|
Ryan Oldenburg
|
bf4174abd9
|
readfont extensions
|
2021-05-11 22:40:23 -05:00 |
|
Ryan Oldenburg
|
2694a67c52
|
font api tests
|
2021-05-11 22:40:23 -05:00 |
|
Ryan Oldenburg
|
082f16096f
|
simple api attempt 1
|
2021-05-11 22:40:23 -05:00 |
|
Ryan Oldenburg
|
267294a3e8
|
basic font start
|
2021-05-11 22:40:23 -05:00 |
|
treeform
|
4aa1afc0c2
|
1.1.1 Fix bug with stroke cricle.
|
2021-03-15 08:05:47 -07:00 |
|
Ryan Oldenburg
|
99a2a0ba40
|
1.1.0 SomeColor
|
2021-03-11 21:47:45 -06:00 |
|
Ryan Oldenburg
|
ad24e4d836
|
1.0.5 converters, morepretty
|
2021-03-03 12:48:22 -06:00 |
|
treeform
|
c8269d5db9
|
Add GIF file format.
|
2021-03-01 08:53:15 -08:00 |
|
Ryan Oldenburg
|
751b804679
|
morepretty
|
2021-02-25 11:43:09 -06:00 |
|
Ryan Oldenburg
|
7b9d968381
|
small comment things
|
2021-02-25 11:39:30 -06:00 |
|
treeform
|
12b9ad2ff7
|
add docs comments
|
2021-02-25 06:27:58 -08:00 |
|
treeform
|
c8c981b04e
|
Add paints to pixie. (#127)
Add paints for: solid, image, image tiled, linear, radial and angular gradients.
|
2021-02-24 21:49:21 -08:00 |
|
Ryan Oldenburg
|
5fa35c7852
|
default svg load
|
2021-02-22 22:35:08 -06:00 |
|
Ryan Oldenburg
|
40afb8e4c4
|
bootstrap icons svg megatest + parse fixes
|
2021-02-22 22:14:06 -06:00 |
|
Ryan Oldenburg
|
6cb2491825
|
f
|
2021-02-22 18:39:27 -06:00 |
|