mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Cosmetics
This commit is contained in:
parent
ea98da4a74
commit
6e1bc09d62
@ -34,8 +34,8 @@ reader.read(&image);
|
|||||||
```
|
```
|
||||||
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).
|
||||||
|
|
||||||
Since version 2.7 tile "overzoom" is supported. If you set *format* to
|
Since version 2.7 tile overzoom is supported. If you set *format* to
|
||||||
"$zoom;$overzoom":
|
`$zoom;$overzoom`:
|
||||||
```cpp
|
```cpp
|
||||||
QPixmap pm;
|
QPixmap pm;
|
||||||
pm.loadFromData(tileData, QByteArray::number(zoom) + ';' +
|
pm.loadFromData(tileData, QByteArray::number(zoom) + ';' +
|
||||||
|
Loading…
Reference in New Issue
Block a user