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 aa4be13 commit 9724ac4Copy full SHA for 9724ac4
README.md
@@ -37,7 +37,8 @@ QImageReader reader(file, QByteArray::number(zoom));
37
reader.setScaledSize(QSize(1024, 1024));
38
reader.read(&img);
39
```
40
-you will get 1024x1024px tiles with a pixel ratio of 2 (= HiDPI tiles).
+you will get 1024x1024px tiles with a pixel ratio of 2 (= HiDPI tiles). The maximal
41
+tile size is 4096x4096.
42
43
### Overzoom
44
Since version 3 of the plugin tile overzoom is supported. If you set *format*
0 commit comments