We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9031c commit a46efe5Copy full SHA for a46efe5
README.md
@@ -263,6 +263,15 @@ Clone and run:
263
264
## TODO
265
266
+- add high-DPI support
267
+
268
+ for 2900% desktop scale (for example) we probably need to render our
269
+ 256x256 tiles as 128x128 gtk pixels
270
271
+ however, this seems to cause filtering problems, mysteriously, see
272
+ https://github.com/jcupitt/vipsdisp/tree/add-high-dpi for a quick test
273
+ hack
274
275
- skip unknown files on next / prev?
276
277
- need to add the test to next-image, not glob, since we can't test the
0 commit comments