mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-30 04:59:16 +02:00
Increase major version due to the API change
The API should be backward compatible but the overzoom extension should rather be promoted with a major version number change.
This commit is contained in:
@ -41,8 +41,8 @@ reader.read(&img);
|
||||
you will get 1024x1024px tiles with a pixel ratio of 2 (= HiDPI tiles).
|
||||
|
||||
### Overzoom
|
||||
Since version 2.7 tile overzoom is supported. If you set *format* to
|
||||
`$zoom;$overzoom`:
|
||||
Since version 3 of the plugin tile overzoom is supported. If you set *format*
|
||||
to `$zoom;$overzoom`:
|
||||
```cpp
|
||||
QPixmap pm;
|
||||
QByteArray fmt(QByteArray::number(zoom) + ';' + QByteArray::number(overzoom));
|
||||
|
Reference in New Issue
Block a user