From 4bd7d5c85b4320b68d9146dac94566d8383df582 Mon Sep 17 00:00:00 2001 From: treeform Date: Sun, 24 Nov 2024 04:21:11 +0000 Subject: [PATCH] deploy: 602dacddc00188eb046aa810a0e3905d1f82728e --- index.html | 2 +- pixie.html | 2 +- pixie/blends.html | 2 +- pixie/common.html | 2 +- pixie/contexts.html | 2 +- pixie/fileformats/bmp.html | 2 +- pixie/fileformats/gif.html | 2 +- pixie/fileformats/jpeg.html | 14 +++++++------- pixie/fileformats/jpeg.idx | 8 ++++---- pixie/fileformats/png.html | 2 +- pixie/fileformats/ppm.html | 2 +- pixie/fileformats/qoi.html | 2 +- pixie/fileformats/svg.html | 2 +- pixie/fontformats/opentype.html | 2 +- pixie/fontformats/svgfont.html | 2 +- pixie/fonts.html | 2 +- pixie/images.html | 2 +- pixie/internal.html | 2 +- pixie/paints.html | 2 +- pixie/paths.html | 2 +- pixie/simd.html | 2 +- pixie/simd/avx.html | 2 +- pixie/simd/avx2.html | 2 +- pixie/simd/sse2.html | 2 +- theindex.html | 2 +- 25 files changed, 34 insertions(+), 34 deletions(-) diff --git a/index.html b/index.html index db4f38d6..37cfad1e 100644 --- a/index.html +++ b/index.html @@ -307,7 +307,7 @@

Converters

diff --git a/pixie.html b/pixie.html index db4f38d6..37cfad1e 100644 --- a/pixie.html +++ b/pixie.html @@ -307,7 +307,7 @@

Converters

diff --git a/pixie/blends.html b/pixie/blends.html index 6cdb81f9..7746502e 100644 --- a/pixie/blends.html +++ b/pixie/blends.html @@ -494,7 +494,7 @@

Procs

diff --git a/pixie/common.html b/pixie/common.html index e1da09f4..41f2dd07 100644 --- a/pixie/common.html +++ b/pixie/common.html @@ -292,7 +292,7 @@

Templates

diff --git a/pixie/contexts.html b/pixie/contexts.html index 81b03faf..5296d850 100644 --- a/pixie/contexts.html +++ b/pixie/contexts.html @@ -1442,7 +1442,7 @@

Procs

diff --git a/pixie/fileformats/bmp.html b/pixie/fileformats/bmp.html index 9b360ae7..774fa341 100644 --- a/pixie/fileformats/bmp.html +++ b/pixie/fileformats/bmp.html @@ -217,7 +217,7 @@

Procs

diff --git a/pixie/fileformats/gif.html b/pixie/fileformats/gif.html index f9070c2a..dbaaa947 100644 --- a/pixie/fileformats/gif.html +++ b/pixie/fileformats/gif.html @@ -213,7 +213,7 @@

Procs

diff --git a/pixie/fileformats/jpeg.html b/pixie/fileformats/jpeg.html index f3f9bfd5..fd548b4b 100644 --- a/pixie/fileformats/jpeg.html +++ b/pixie/fileformats/jpeg.html @@ -123,8 +123,8 @@

Procs

Decodes the JPEG into an Image. - Source   -Edit   + Source   +Edit  
@@ -137,8 +137,8 @@

Procs

Decodes the JPEG dimensions. - Source   -Edit   + Source   +Edit  
@@ -148,8 +148,8 @@

Procs

Decodes the JPEG dimensions. - Source   -Edit   + Source   +Edit  
@@ -165,7 +165,7 @@

Procs

diff --git a/pixie/fileformats/jpeg.idx b/pixie/fileformats/jpeg.idx index bc784af6..619ae57a 100644 --- a/pixie/fileformats/jpeg.idx +++ b/pixie/fileformats/jpeg.idx @@ -1,6 +1,6 @@ nimTitle jpeg pixie/fileformats/jpeg.html module src/pixie/fileformats/jpeg 0 nim jpegStartOfImage pixie/fileformats/jpeg.html#jpegStartOfImage let jpegStartOfImage 43 -nim decodeJpeg pixie/fileformats/jpeg.html#decodeJpeg,string proc decodeJpeg(data: string): Image 1094 -nim decodeJpegDimensions pixie/fileformats/jpeg.html#decodeJpegDimensions,pointer,int proc decodeJpegDimensions(data: pointer; len: int): ImageDimensions 1159 -nim decodeJpegDimensions pixie/fileformats/jpeg.html#decodeJpegDimensions,string proc decodeJpegDimensions(data: string): ImageDimensions 1220 -nimgrp decodejpegdimensions pixie/fileformats/jpeg.html#decodeJpegDimensions-procs-all proc 1159 +nim decodeJpeg pixie/fileformats/jpeg.html#decodeJpeg,string proc decodeJpeg(data: string): Image 1097 +nim decodeJpegDimensions pixie/fileformats/jpeg.html#decodeJpegDimensions,pointer,int proc decodeJpegDimensions(data: pointer; len: int): ImageDimensions 1162 +nim decodeJpegDimensions pixie/fileformats/jpeg.html#decodeJpegDimensions,string proc decodeJpegDimensions(data: string): ImageDimensions 1223 +nimgrp decodejpegdimensions pixie/fileformats/jpeg.html#decodeJpegDimensions-procs-all proc 1162 diff --git a/pixie/fileformats/png.html b/pixie/fileformats/png.html index 8f2a3f44..c5c0324f 100644 --- a/pixie/fileformats/png.html +++ b/pixie/fileformats/png.html @@ -281,7 +281,7 @@

Procs

diff --git a/pixie/fileformats/ppm.html b/pixie/fileformats/ppm.html index f0be7d80..36cc731f 100644 --- a/pixie/fileformats/ppm.html +++ b/pixie/fileformats/ppm.html @@ -182,7 +182,7 @@

Procs

diff --git a/pixie/fileformats/qoi.html b/pixie/fileformats/qoi.html index 501ea757..820859c3 100644 --- a/pixie/fileformats/qoi.html +++ b/pixie/fileformats/qoi.html @@ -271,7 +271,7 @@

Procs

diff --git a/pixie/fileformats/svg.html b/pixie/fileformats/svg.html index 56a52c05..3b648a01 100644 --- a/pixie/fileformats/svg.html +++ b/pixie/fileformats/svg.html @@ -203,7 +203,7 @@

Procs

diff --git a/pixie/fontformats/opentype.html b/pixie/fontformats/opentype.html index 1d8c91fd..f51e586a 100644 --- a/pixie/fontformats/opentype.html +++ b/pixie/fontformats/opentype.html @@ -751,7 +751,7 @@

Procs

diff --git a/pixie/fontformats/svgfont.html b/pixie/fontformats/svgfont.html index b40c0c1c..4d2181db 100644 --- a/pixie/fontformats/svgfont.html +++ b/pixie/fontformats/svgfont.html @@ -209,7 +209,7 @@

Procs

diff --git a/pixie/fonts.html b/pixie/fonts.html index b0e055f4..e82ce331 100644 --- a/pixie/fonts.html +++ b/pixie/fonts.html @@ -844,7 +844,7 @@

Procs

diff --git a/pixie/images.html b/pixie/images.html index f0cd9a9c..af80504c 100644 --- a/pixie/images.html +++ b/pixie/images.html @@ -667,7 +667,7 @@

Templates

diff --git a/pixie/internal.html b/pixie/internal.html index 9257b7c4..0807c2da 100644 --- a/pixie/internal.html +++ b/pixie/internal.html @@ -264,7 +264,7 @@

Templates

diff --git a/pixie/paints.html b/pixie/paints.html index 96f3ec82..f7e9a94f 100644 --- a/pixie/paints.html +++ b/pixie/paints.html @@ -275,7 +275,7 @@

Converters

diff --git a/pixie/paths.html b/pixie/paths.html index c3f9612d..f332d926 100644 --- a/pixie/paths.html +++ b/pixie/paths.html @@ -804,7 +804,7 @@

Procs

diff --git a/pixie/simd.html b/pixie/simd.html index aa31c7fc..b5540d6a 100644 --- a/pixie/simd.html +++ b/pixie/simd.html @@ -139,7 +139,7 @@

Consts

diff --git a/pixie/simd/avx.html b/pixie/simd/avx.html index efcd1a9d..526fb461 100644 --- a/pixie/simd/avx.html +++ b/pixie/simd/avx.html @@ -100,7 +100,7 @@

Procs

diff --git a/pixie/simd/avx2.html b/pixie/simd/avx2.html index 79a8991c..7e1d2c54 100644 --- a/pixie/simd/avx2.html +++ b/pixie/simd/avx2.html @@ -365,7 +365,7 @@

Procs

diff --git a/pixie/simd/sse2.html b/pixie/simd/sse2.html index 059958b6..2074d058 100644 --- a/pixie/simd/sse2.html +++ b/pixie/simd/sse2.html @@ -418,7 +418,7 @@

Procs

diff --git a/theindex.html b/theindex.html index a3e568e4..fd7286f0 100644 --- a/theindex.html +++ b/theindex.html @@ -1632,7 +1632,7 @@

Index