.. |
contexts
|
Rename.
|
2022-03-22 14:09:00 -07:00 |
fileformats
|
bmp dib decoder
|
2022-02-13 16:55:10 -06:00 |
fonts
|
Run textUber though computePaths.
|
2022-03-21 18:46:43 -07:00 |
images
|
Split invert out.
|
2022-03-20 08:50:28 -07:00 |
masks
|
Fix #372 - Add negative spread.
|
2022-03-20 08:50:28 -07:00 |
paths
|
Fix for #393 and other polygon improvements.
|
2022-03-18 13:43:47 -07:00 |
all.nim
|
add dead simple tests for PPM files
|
2022-01-09 17:43:43 +02:00 |
benchmark_blends.nim
|
remove most countups
|
2021-11-19 12:35:01 -06:00 |
benchmark_drawCorrect_vs_drawUber.nim
|
More enum renames.
|
2022-02-13 20:02:37 -08:00 |
benchmark_fonts.nim
|
better benchmark name
|
2021-11-26 20:56:38 -06:00 |
benchmark_gif.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
benchmark_images.nim
|
isOpaque
|
2021-12-12 21:48:07 -06:00 |
benchmark_images_blur.nim
|
fix benchmarks
|
2021-12-23 23:31:44 -06:00 |
benchmark_images_draw.nim
|
More enum renames.
|
2022-02-13 20:02:37 -08:00 |
benchmark_images_loop.nim
|
fix benchmarks
|
2021-12-23 23:31:44 -06:00 |
benchmark_jpg.nim
|
rm seq[uint8]
|
2022-02-12 18:59:13 -06:00 |
benchmark_masks.nim
|
mask magnifyBy2 simd + copyMem
|
2021-12-14 13:00:15 -06:00 |
benchmark_paints.nim
|
More enum renames.
|
2022-02-13 20:02:37 -08:00 |
benchmark_paths.nim
|
f
|
2021-11-21 01:10:15 -06:00 |
benchmark_png.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
benchmark_qoi.nim
|
qoi consistent style pass
|
2022-01-03 17:41:36 -06:00 |
benchmark_svg.nim
|
leak fix, iterative discretize, lengthSq error
|
2021-11-22 02:37:48 -06:00 |
common.nim
|
fuzz opentype
|
2021-05-11 22:40:23 -05:00 |
config.nims
|
Initial commit
|
2020-11-19 18:41:32 -08:00 |
fuzz_bmp.nim
|
Fixed fuzzing.
|
2022-02-11 21:08:24 -08:00 |
fuzz_gif.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
fuzz_image_draw.nim
|
qoi consistent style pass
|
2022-01-03 17:41:36 -06:00 |
fuzz_jpg.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
fuzz_leaks.nim
|
Rename LineCap and LineJoin enum.
|
2022-02-12 10:35:19 -08:00 |
fuzz_leaks2.nim
|
Rename LineCap and LineJoin enum.
|
2022-02-12 10:35:19 -08:00 |
fuzz_leaks3.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
fuzz_opentype.nim
|
simple api attempt 1
|
2021-05-11 22:40:23 -05:00 |
fuzz_paths.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
fuzz_png.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
fuzz_qoi.nim
|
qoi consistent style pass
|
2022-01-03 17:41:36 -06:00 |
fuzz_svg.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
megatest_emoji.nim
|
More enum renames.
|
2022-02-13 20:02:37 -08:00 |
megatest_fonts.nim
|
rename
|
2021-05-29 15:51:35 -05:00 |
megatest_icons.nim
|
More enum renames.
|
2022-02-13 20:02:37 -08:00 |
pngsuite.nim
|
transparency chunk
|
2020-11-21 01:09:05 -06:00 |
test_bmp.nim
|
Fixed fuzzing.
|
2022-02-11 21:08:24 -08:00 |
test_contexts.nim
|
Rename.
|
2022-03-22 14:09:00 -07:00 |
test_fonts.nim
|
Review.
|
2022-03-21 19:56:42 -07:00 |
test_gif.nim
|
reorganize tests a bit
|
2021-10-03 17:25:23 -05:00 |
test_images.nim
|
Rename baboon to mandrill
|
2022-02-04 15:07:34 +01:00 |
test_images_draw.nim
|
use colors
|
2022-02-05 23:32:10 -06:00 |
test_jpg.nim
|
fix jpg test path
|
2022-02-11 14:00:07 -06:00 |
test_masks.nim
|
Fix #372 - Add negative spread.
|
2022-03-20 08:50:28 -07:00 |
test_paints.nim
|
fix for custom line-heights
|
2022-02-22 19:15:35 -06:00 |
test_paths.nim
|
check for fenv epsilon instead of literal 0
|
2022-03-24 12:02:02 -05:00 |
test_png.nim
|
reorganize tests a bit
|
2021-10-03 17:25:23 -05:00 |
test_ppm.nim
|
ppm consistent style pass
|
2022-01-20 20:04:13 -06:00 |
test_qoi.nim
|
f
|
2022-01-03 19:14:48 -06:00 |
test_svg.nim
|
add dragon2 test
|
2021-12-03 15:24:08 -06:00 |
validate_fonts.nim
|
morepretty
|
2021-10-27 16:44:22 -05:00 |
validate_jpg.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |
validate_png.nim
|
fix tests, benchmarks, fuzzes, etc
|
2021-10-03 17:49:21 -05:00 |