Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
nyalldawson committed Sep 27, 2021
1 parent 6c236a2 commit c3ac518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsimagecache.sip.in
Expand Up @@ -60,7 +60,7 @@ in the same thread to ensure provided the image. WARNING: the ``blocking`` param
be ``True`` from GUI based applications (like the main QGIS application) or crashes will result. Only for
use in external scripts or QGIS server.

Since QGIS 3.22 the ``targetDpi`` argument can be used to specify an explict DPI to render the image
Since QGIS 3.22 the ``targetDpi`` argument can be used to specify an explicit DPI to render the image
at. This is used for some image formats (e.g. PDF) to ensure that content is rendered at the desired
DPI. This argument is only used when an invalid ``size`` argument is specified. If a valid ``size`` is
specified then the image will always be rendered at this size, regardless of the ``targetDpi``.
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsimagecache.h
Expand Up @@ -138,7 +138,7 @@ class CORE_EXPORT QgsImageCache : public QgsAbstractContentCache< QgsImageCacheE
* be TRUE from GUI based applications (like the main QGIS application) or crashes will result. Only for
* use in external scripts or QGIS server.
*
* Since QGIS 3.22 the \a targetDpi argument can be used to specify an explict DPI to render the image
* Since QGIS 3.22 the \a targetDpi argument can be used to specify an explicit DPI to render the image
* at. This is used for some image formats (e.g. PDF) to ensure that content is rendered at the desired
* DPI. This argument is only used when an invalid \a size argument is specified. If a valid \a size is
* specified then the image will always be rendered at this size, regardless of the \a targetDpi.
Expand Down

0 comments on commit c3ac518

Please sign in to comment.