Skip to content

Commit 0e19154

Browse files
committed
docs
1 parent eeaf920 commit 0e19154

23 files changed

+19
-6
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
**.avif
21
**.br
32
**.deb
43
**.gz
5-
**.jxl
6-
**.webp
7-
**/*.glade\#
8-
**/*.glade~
94
**/target/
105
/Cargo.lock
116
/doc/
127
/ref-bin*
8+
/skel/assets/**.avif
9+
/skel/assets/**.jxl
10+
/skel/assets/**.webp
11+
/skel/png-test-suite/**.avif
12+
/skel/png-test-suite/**.jxl
13+
/skel/png-test-suite/**.webp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Refract is a cross-platform[\*](#installation) guided image conversion tool.
99

1010
It takes [JPEG](https://en.wikipedia.org/wiki/JPEG) and [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) image sources and produces [AVIF](https://en.wikipedia.org/wiki/AV1#AV1_Image_File_Format_(AVIF)), [JPEG XL](https://en.wikipedia.org/wiki/JPEG_XL), and [WebP](https://en.wikipedia.org/wiki/WebP) copies.
1111

12-
<img src="https://github.com/Blobfolio/refract/raw/master/skel/gallery/screen0.png" width="45%" alt="Viewing a PNG source."></img> <img src="https://github.com/Blobfolio/refract/raw/master/skel/gallery/screen1.png" width="45%" alt="Viewing a (crappy) WebP copy."></img>
12+
![A tour of the program in action.](skel/gallery/refract.webp)
1313

1414
The program is named for and works something like an optometrist's refraction test, presenting a series of feedback-driven candidate images — what looks better, this… or this? This… or this? — until the subjective "best" option is found (or found to be impossible).
1515

skel/gallery/loop/frame00.png

24.5 KB
Loading

skel/gallery/loop/frame01.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
frame00.png

skel/gallery/loop/frame02.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
frame00.png

skel/gallery/loop/frame03.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
frame00.png

skel/gallery/loop/frame04.png

243 KB
Loading

skel/gallery/loop/frame05.png

256 KB
Loading

skel/gallery/loop/frame06.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
frame04.png

skel/gallery/loop/frame07.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
frame05.png

0 commit comments

Comments
 (0)