File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ This program is on flathub, see:
2828
2929https://flathub.org/apps/search/org.libvips.vipsdisp
3030
31- Just click "install".
31+ Just click "install", or enter:
32+
33+ ``` shell
34+ flatpak install flathub org.libvips.vipsdisp
35+ ```
3236
3337## Features
3438
@@ -70,21 +74,6 @@ Just click "install".
7074
7175## Build from source
7276
73- You need gtk4. On Ubuntu 22.04, build with:
74-
75- ```
76- $ cd gtk
77- $ meson build . \
78- --prefix=/home/john/vips \
79- --libdir=/home/john/vips/lib
80- -Dintrospection=disabled \
81- $ cd build
82- $ ninja
83- $ ninja install
84- ```
85-
86- Then for vipsdisp:
87-
8877```
8978$ cd vipsdisp
9079$ meson setup build --prefix=~/vips
@@ -141,6 +130,9 @@ $ vipsdisp ~/pics/k2.jpg
141130
142131## TODO
143132
133+ - gtk 4.10 added GSK_SCALING_FILTER_NEAREST and GskTextureScale ... use this
134+ for the main window
135+
144136- allow eg. "vipsdisp x.svg[ scale=10] ", the load dialog should have a
145137 "load options" expander, and save should have "save options"
146138
You can’t perform that action at this time.
0 commit comments