Skip to content

Commit 9724ac4

Browse files
authored
Added tile size limit info
1 parent aa4be13 commit 9724ac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ QImageReader reader(file, QByteArray::number(zoom));
3737
reader.setScaledSize(QSize(1024, 1024));
3838
reader.read(&img);
3939
```
40-
you will get 1024x1024px tiles with a pixel ratio of 2 (= HiDPI tiles).
40+
you will get 1024x1024px tiles with a pixel ratio of 2 (= HiDPI tiles). The maximal
41+
tile size is 4096x4096.
4142
4243
### Overzoom
4344
Since version 3 of the plugin tile overzoom is supported. If you set *format*

0 commit comments

Comments
 (0)