Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtGui »

Classe « QImage »

Informations générales

Héritage

builtins.object
    Object
        QPaintDevice
            QImage

Définition

class QImage(QPaintDevice):

Description [extrait de QImage.__doc__]

QImage(self) -> None
QImage(self, arg__1: str, arg__2: int, arg__3: int, arg__4: PySide6.QtGui.QImage.Format) -> None
QImage(self, arg__1: str, arg__2: int, arg__3: int, arg__4: int, arg__5: PySide6.QtGui.QImage.Format) -> None
QImage(self, arg__1: Union[PySide6.QtGui.QImage, str]) -> None
QImage(self, data: bytes, width: int, height: int, bytesPerLine: int, format: PySide6.QtGui.QImage.Format, cleanupFunction: Optional[Callable] = None, cleanupInfo: Optional[int] = None) -> None
QImage(self, data: bytes, width: int, height: int, format: PySide6.QtGui.QImage.Format, cleanupFunction: Optional[Callable] = None, cleanupInfo: Optional[int] = None) -> None
QImage(self, fileName: Union[str, bytes, os.PathLike], format: Optional[bytes] = None) -> None
QImage(self, size: PySide6.QtCore.QSize, format: PySide6.QtGui.QImage.Format) -> None
QImage(self, width: int, height: int, format: PySide6.QtGui.QImage.Format) -> None
QImage(self, xpm: Iterable) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
Format_A2BGR30_PremultipliedPySide6.QtGui.QImage.Format.Format_A2BGR30_Premultiplied
Format_A2RGB30_PremultipliedPySide6.QtGui.QImage.Format.Format_A2RGB30_Premultiplied
Format_Alpha8PySide6.QtGui.QImage.Format.Format_Alpha8
Format_ARGB32PySide6.QtGui.QImage.Format.Format_ARGB32
Format_ARGB32_PremultipliedPySide6.QtGui.QImage.Format.Format_ARGB32_Premultiplied
Format_ARGB4444_PremultipliedPySide6.QtGui.QImage.Format.Format_ARGB4444_Premultiplied
Format_ARGB6666_PremultipliedPySide6.QtGui.QImage.Format.Format_ARGB6666_Premultiplied
Format_ARGB8555_PremultipliedPySide6.QtGui.QImage.Format.Format_ARGB8555_Premultiplied
Format_ARGB8565_PremultipliedPySide6.QtGui.QImage.Format.Format_ARGB8565_Premultiplied
Format_BGR30PySide6.QtGui.QImage.Format.Format_BGR30
Format_BGR888PySide6.QtGui.QImage.Format.Format_BGR888
Format_Grayscale16PySide6.QtGui.QImage.Format.Format_Grayscale16
Format_Grayscale8PySide6.QtGui.QImage.Format.Format_Grayscale8
Format_Indexed8PySide6.QtGui.QImage.Format.Format_Indexed8
Format_InvalidPySide6.QtGui.QImage.Format.Format_Invalid
Format_MonoPySide6.QtGui.QImage.Format.Format_Mono
Format_MonoLSBPySide6.QtGui.QImage.Format.Format_MonoLSB
Format_RGB16PySide6.QtGui.QImage.Format.Format_RGB16
Format_RGB30PySide6.QtGui.QImage.Format.Format_RGB30
Format_RGB32PySide6.QtGui.QImage.Format.Format_RGB32
Format_RGB444PySide6.QtGui.QImage.Format.Format_RGB444
Format_RGB555PySide6.QtGui.QImage.Format.Format_RGB555
Format_RGB666PySide6.QtGui.QImage.Format.Format_RGB666
Format_RGB888PySide6.QtGui.QImage.Format.Format_RGB888
Format_RGBA16FPx4PySide6.QtGui.QImage.Format.Format_RGBA16FPx4
Format_RGBA16FPx4_PremultipliedPySide6.QtGui.QImage.Format.Format_RGBA16FPx4_Premultiplied
Format_RGBA32FPx4PySide6.QtGui.QImage.Format.Format_RGBA32FPx4
Format_RGBA32FPx4_PremultipliedPySide6.QtGui.QImage.Format.Format_RGBA32FPx4_Premultiplied
Format_RGBA64PySide6.QtGui.QImage.Format.Format_RGBA64
Format_RGBA64_PremultipliedPySide6.QtGui.QImage.Format.Format_RGBA64_Premultiplied
Format_RGBA8888PySide6.QtGui.QImage.Format.Format_RGBA8888
Format_RGBA8888_PremultipliedPySide6.QtGui.QImage.Format.Format_RGBA8888_Premultiplied
Format_RGBX16FPx4PySide6.QtGui.QImage.Format.Format_RGBX16FPx4
Format_RGBX32FPx4PySide6.QtGui.QImage.Format.Format_RGBX32FPx4
Format_RGBX64PySide6.QtGui.QImage.Format.Format_RGBX64
Format_RGBX8888PySide6.QtGui.QImage.Format.Format_RGBX8888
InvertRgbPySide6.QtGui.QImage.InvertMode.InvertRgb
InvertRgbaPySide6.QtGui.QImage.InvertMode.InvertRgba
NImageFormatsPySide6.QtGui.QImage.Format.NImageFormats
PdmDepthPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth
PdmDevicePixelRatioPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatio
PdmDevicePixelRatioScaledPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatioScaled
PdmDpiXPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX
PdmDpiYPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY
PdmHeightPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight
PdmHeightMMPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeightMM
PdmNumColorsPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmNumColors
PdmPhysicalDpiXPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiX
PdmPhysicalDpiYPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiY
PdmWidthPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidth
PdmWidthMMPySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidthMM

Attributs statiques hérités de la classe QPaintDevice

painters

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lshift__(self, arg__1: PySide6.QtCore.QDataStream) -> PySide6.QtCore.QDataStream __lshift__(self, arg__1: PySide6.QtCore.QDataStream) -> PySide6.QtCore.QDataStream [extrait de __lshift__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]
__rlshift__(self, value) Return value<<self. [extrait de __rlshift__.__doc__]
__rrshift__(self, value) Return value>>self. [extrait de __rrshift__.__doc__]
__rshift__(self, arg__1: PySide6.QtCore.QDataStream) -> PySide6.QtCore.QDataStream __rshift__(self, arg__1: PySide6.QtCore.QDataStream) -> PySide6.QtCore.QDataStream [extrait de __rshift__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__bool__(self) self != 0 [extrait de __bool__.__doc__]
__copy__() -> None __copy__() -> None [extrait de __copy__.__doc__]
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__repr__(self) Return repr(self). [extrait de __repr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
allGray(self) -> bool allGray(self) -> bool [extrait de allGray.__doc__]
applyColorTransform(self, transform: PySide6.QtGui.QColorTransform) -> None applyColorTransform(self, transform: PySide6.QtGui.QColorTransform) -> None [extrait de applyColorTransform.__doc__]
bitPlaneCount(self) -> int bitPlaneCount(self) -> int [extrait de bitPlaneCount.__doc__]
bits(self) -> bytes bits(self) -> bytes [extrait de bits.__doc__]
bytesPerLine(self) -> int bytesPerLine(self) -> int [extrait de bytesPerLine.__doc__]
cacheKey(self) -> int cacheKey(self) -> int [extrait de cacheKey.__doc__]
color(self, i: int) -> int color(self, i: int) -> int [extrait de color.__doc__]
colorCount(self) -> int colorCount(self) -> int [extrait de colorCount.__doc__]
colorSpace(self) -> PySide6.QtGui.QColorSpace colorSpace(self) -> PySide6.QtGui.QColorSpace [extrait de colorSpace.__doc__]
colorTable(self) -> List[int] colorTable(self) -> List[int] [extrait de colorTable.__doc__]
constBits(self) -> bytes constBits(self) -> bytes [extrait de constBits.__doc__]
constScanLine(self, arg__1: int) -> object constScanLine(self, arg__1: int) -> object [extrait de constScanLine.__doc__]
convertedTo(self, f: PySide6.QtGui.QImage.Format, flags: PySide6.QtCore.Qt.ImageConversionFlags = PySide6.QtCore.Qt.ImageConversionFlag.AutoColor) -> PySide6.QtGui.QImage convertedTo(self, f: PySide6.QtGui.QImage.Format, flags: PySide6.QtCore.Qt.ImageConversionFlags = PySide6.QtCore.Qt.ImageConversionFlag.AutoColor) -> PySide6.QtGui.QImage [extrait de convertedTo.__doc__]
convertedToColorSpace(self, arg__1: Union[PySide6.QtGui.QColorSpace, PySide6.QtGui.QColorSpace.NamedColorSpace]) -> PySide6.QtGui.QImage convertedToColorSpace(self, arg__1: Union[PySide6.QtGui.QColorSpace, PySide6.QtGui.QColorSpace.NamedColorSpace]) -> PySide6.QtGui.QImage [extrait de convertedToColorSpace.__doc__]
convertTo(self, f: PySide6.QtGui.QImage.Format, flags: PySide6.QtCore.Qt.ImageConversionFlags = PySide6.QtCore.Qt.ImageConversionFlag.AutoColor) -> None convertTo(self, f: PySide6.QtGui.QImage.Format, flags: PySide6.QtCore.Qt.ImageConversionFlags = PySide6.QtCore.Qt.ImageConversionFlag.AutoColor) -> None [extrait de convertTo.__doc__]
convertToColorSpace(self, arg__1: Union[PySide6.QtGui.QColorSpace, PySide6.QtGui.QColorSpace.NamedColorSpace]) -> None convertToColorSpace(self, arg__1: Union[PySide6.QtGui.QColorSpace, PySide6.QtGui.QColorSpace.NamedColorSpace]) -> None [extrait de convertToColorSpace.__doc__]
convertToFormat convertToFormat(self, f: PySide6.QtGui.QImage.Format, colorTable: Sequence[int], flags: PySide6.QtCore.Qt.ImageConversionFlags = PySide6.QtCore.Qt.ImageConversionFlag.AutoColor) -> PySide6.QtGui.QImage [extrait de convertToFormat.__doc__]
convertToFormat_helper(self, format: PySide6.QtGui.QImage.Format, flags: PySide6.QtCore.Qt.ImageConversionFlags) -> PySide6.QtGui.QImage convertToFormat_helper(self, format: PySide6.QtGui.QImage.Format, flags: PySide6.QtCore.Qt.ImageConversionFlags) -> PySide6.QtGui.QImage [extrait de convertToFormat_helper.__doc__]
convertToFormat_inplace(self, format: PySide6.QtGui.QImage.Format, flags: PySide6.QtCore.Qt.ImageConversionFlags) -> bool convertToFormat_inplace(self, format: PySide6.QtGui.QImage.Format, flags: PySide6.QtCore.Qt.ImageConversionFlags) -> bool [extrait de convertToFormat_inplace.__doc__]
copy copy(self, rect: PySide6.QtCore.QRect = Default(QRect)) -> PySide6.QtGui.QImage [extrait de copy.__doc__]
createAlphaMask(self, flags: PySide6.QtCore.Qt.ImageConversionFlags = PySide6.QtCore.Qt.ImageConversionFlag.AutoColor) -> PySide6.QtGui.QImage createAlphaMask(self, flags: PySide6.QtCore.Qt.ImageConversionFlags = PySide6.QtCore.Qt.ImageConversionFlag.AutoColor) -> PySide6.QtGui.QImage [extrait de createAlphaMask.__doc__]
createHeuristicMask(self, clipTight: bool = True) -> PySide6.QtGui.QImage createHeuristicMask(self, clipTight: bool = True) -> PySide6.QtGui.QImage [extrait de createHeuristicMask.__doc__]
createMaskFromColor(self, color: int, mode: PySide6.QtCore.Qt.MaskMode = PySide6.QtCore.Qt.MaskMode.MaskInColor) -> PySide6.QtGui.QImage createMaskFromColor(self, color: int, mode: PySide6.QtCore.Qt.MaskMode = PySide6.QtCore.Qt.MaskMode.MaskInColor) -> PySide6.QtGui.QImage [extrait de createMaskFromColor.__doc__]
depth(self) -> int depth(self) -> int [extrait de depth.__doc__]
deviceIndependentSize(self) -> PySide6.QtCore.QSizeF deviceIndependentSize(self) -> PySide6.QtCore.QSizeF [extrait de deviceIndependentSize.__doc__]
devicePixelRatio(self) -> float devicePixelRatio(self) -> float [extrait de devicePixelRatio.__doc__]
devType(self) -> int devType(self) -> int [extrait de devType.__doc__]
dotsPerMeterX(self) -> int dotsPerMeterX(self) -> int [extrait de dotsPerMeterX.__doc__]
dotsPerMeterY(self) -> int dotsPerMeterY(self) -> int [extrait de dotsPerMeterY.__doc__]
fill fill(self, color: PySide6.QtCore.Qt.GlobalColor) -> None [extrait de fill.__doc__]
Format
format(self) -> PySide6.QtGui.QImage.Format format(self) -> PySide6.QtGui.QImage.Format [extrait de format.__doc__]
fromData(data: Union[PySide6.QtCore.QByteArray, bytes], format: Optional[bytes] = None) -> PySide6.QtGui.QImage fromData(data: Union[PySide6.QtCore.QByteArray, bytes], format: Optional[bytes] = None) -> PySide6.QtGui.QImage [extrait de fromData.__doc__]
hasAlphaChannel(self) -> bool hasAlphaChannel(self) -> bool [extrait de hasAlphaChannel.__doc__]
height(self) -> int height(self) -> int [extrait de height.__doc__]
InvertMode
invertPixels(self, mode: PySide6.QtGui.QImage.InvertMode = PySide6.QtGui.QImage.InvertMode.InvertRgb) -> None invertPixels(self, mode: PySide6.QtGui.QImage.InvertMode = PySide6.QtGui.QImage.InvertMode.InvertRgb) -> None [extrait de invertPixels.__doc__]
isGrayscale(self) -> bool isGrayscale(self) -> bool [extrait de isGrayscale.__doc__]
isNull(self) -> bool isNull(self) -> bool [extrait de isNull.__doc__]
load load(self, device: PySide6.QtCore.QIODevice, format: bytes) -> bool [extrait de load.__doc__]
loadFromData(self, data: Union[PySide6.QtCore.QByteArray, bytes], format: Optional[bytes] = None) -> bool loadFromData(self, data: Union[PySide6.QtCore.QByteArray, bytes], format: Optional[bytes] = None) -> bool [extrait de loadFromData.__doc__]
metric(self, metric: PySide6.QtGui.QPaintDevice.PaintDeviceMetric) -> int metric(self, metric: PySide6.QtGui.QPaintDevice.PaintDeviceMetric) -> int [extrait de metric.__doc__]
mirror(self, horizontally: bool = False, vertically: bool = True) -> None mirror(self, horizontally: bool = False, vertically: bool = True) -> None [extrait de mirror.__doc__]
mirrored(self, horizontally: bool = False, vertically: bool = True) -> PySide6.QtGui.QImage mirrored(self, horizontally: bool = False, vertically: bool = True) -> PySide6.QtGui.QImage [extrait de mirrored.__doc__]
mirrored_helper(self, horizontal: bool, vertical: bool) -> PySide6.QtGui.QImage mirrored_helper(self, horizontal: bool, vertical: bool) -> PySide6.QtGui.QImage [extrait de mirrored_helper.__doc__]
mirrored_inplace(self, horizontal: bool, vertical: bool) -> None mirrored_inplace(self, horizontal: bool, vertical: bool) -> None [extrait de mirrored_inplace.__doc__]
offset(self) -> PySide6.QtCore.QPoint offset(self) -> PySide6.QtCore.QPoint [extrait de offset.__doc__]
paintEngine(self) -> PySide6.QtGui.QPaintEngine paintEngine(self) -> PySide6.QtGui.QPaintEngine [extrait de paintEngine.__doc__]
pixel pixel(self, pt: PySide6.QtCore.QPoint) -> int [extrait de pixel.__doc__]
pixelColor pixelColor(self, pt: PySide6.QtCore.QPoint) -> PySide6.QtGui.QColor [extrait de pixelColor.__doc__]
pixelFormat(self) -> PySide6.QtGui.QPixelFormat pixelFormat(self) -> PySide6.QtGui.QPixelFormat [extrait de pixelFormat.__doc__]
pixelIndex pixelIndex(self, pt: PySide6.QtCore.QPoint) -> int [extrait de pixelIndex.__doc__]
rect(self) -> PySide6.QtCore.QRect rect(self) -> PySide6.QtCore.QRect [extrait de rect.__doc__]
reinterpretAsFormat(self, f: PySide6.QtGui.QImage.Format) -> bool reinterpretAsFormat(self, f: PySide6.QtGui.QImage.Format) -> bool [extrait de reinterpretAsFormat.__doc__]
rgbSwap(self) -> None rgbSwap(self) -> None [extrait de rgbSwap.__doc__]
rgbSwapped(self) -> PySide6.QtGui.QImage rgbSwapped(self) -> PySide6.QtGui.QImage [extrait de rgbSwapped.__doc__]
rgbSwapped_helper(self) -> PySide6.QtGui.QImage rgbSwapped_helper(self) -> PySide6.QtGui.QImage [extrait de rgbSwapped_helper.__doc__]
rgbSwapped_inplace(self) -> None rgbSwapped_inplace(self) -> None [extrait de rgbSwapped_inplace.__doc__]
save save(self, device: PySide6.QtCore.QIODevice, format: Optional[bytes] = None, quality: int = -1) -> bool [extrait de save.__doc__]
scaled scaled(self, s: PySide6.QtCore.QSize, aspectMode: PySide6.QtCore.Qt.AspectRatioMode = PySide6.QtCore.Qt.AspectRatioMode.IgnoreAspectRatio, mode: PySide6.QtCore.Qt.TransformationMode = PySide6.QtCore.Qt.TransformationMode.FastTransformation) -> PySide6.QtGui.QImage [extrait de scaled.__doc__]
scaledToHeight(self, h: int, mode: PySide6.QtCore.Qt.TransformationMode = PySide6.QtCore.Qt.TransformationMode.FastTransformation) -> PySide6.QtGui.QImage scaledToHeight(self, h: int, mode: PySide6.QtCore.Qt.TransformationMode = PySide6.QtCore.Qt.TransformationMode.FastTransformation) -> PySide6.QtGui.QImage [extrait de scaledToHeight.__doc__]
scaledToWidth(self, w: int, mode: PySide6.QtCore.Qt.TransformationMode = PySide6.QtCore.Qt.TransformationMode.FastTransformation) -> PySide6.QtGui.QImage scaledToWidth(self, w: int, mode: PySide6.QtCore.Qt.TransformationMode = PySide6.QtCore.Qt.TransformationMode.FastTransformation) -> PySide6.QtGui.QImage [extrait de scaledToWidth.__doc__]
scanLine(self, arg__1: int) -> object scanLine(self, arg__1: int) -> object [extrait de scanLine.__doc__]
setAlphaChannel(self, alphaChannel: Union[PySide6.QtGui.QImage, str]) -> None setAlphaChannel(self, alphaChannel: Union[PySide6.QtGui.QImage, str]) -> None [extrait de setAlphaChannel.__doc__]
setColor(self, i: int, c: int) -> None setColor(self, i: int, c: int) -> None [extrait de setColor.__doc__]
setColorCount(self, arg__1: int) -> None setColorCount(self, arg__1: int) -> None [extrait de setColorCount.__doc__]
setColorSpace(self, arg__1: Union[PySide6.QtGui.QColorSpace, PySide6.QtGui.QColorSpace.NamedColorSpace]) -> None setColorSpace(self, arg__1: Union[PySide6.QtGui.QColorSpace, PySide6.QtGui.QColorSpace.NamedColorSpace]) -> None [extrait de setColorSpace.__doc__]
setColorTable(self, colors: Sequence[int]) -> None setColorTable(self, colors: Sequence[int]) -> None [extrait de setColorTable.__doc__]
setDevicePixelRatio(self, scaleFactor: float) -> None setDevicePixelRatio(self, scaleFactor: float) -> None [extrait de setDevicePixelRatio.__doc__]
setDotsPerMeterX(self, arg__1: int) -> None setDotsPerMeterX(self, arg__1: int) -> None [extrait de setDotsPerMeterX.__doc__]
setDotsPerMeterY(self, arg__1: int) -> None setDotsPerMeterY(self, arg__1: int) -> None [extrait de setDotsPerMeterY.__doc__]
setOffset(self, arg__1: PySide6.QtCore.QPoint) -> None setOffset(self, arg__1: PySide6.QtCore.QPoint) -> None [extrait de setOffset.__doc__]
setPixel setPixel(self, pt: PySide6.QtCore.QPoint, index_or_rgb: int) -> None [extrait de setPixel.__doc__]
setPixelColor setPixelColor(self, pt: PySide6.QtCore.QPoint, c: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None [extrait de setPixelColor.__doc__]
setText(self, key: str, value: str) -> None setText(self, key: str, value: str) -> None [extrait de setText.__doc__]
size(self) -> PySide6.QtCore.QSize size(self) -> PySide6.QtCore.QSize [extrait de size.__doc__]
sizeInBytes(self) -> int sizeInBytes(self) -> int [extrait de sizeInBytes.__doc__]
smoothScaled(self, w: int, h: int) -> PySide6.QtGui.QImage smoothScaled(self, w: int, h: int) -> PySide6.QtGui.QImage [extrait de smoothScaled.__doc__]
swap(self, other: Union[PySide6.QtGui.QImage, str]) -> None swap(self, other: Union[PySide6.QtGui.QImage, str]) -> None [extrait de swap.__doc__]
text(self, key: str = '') -> str text(self, key: str = '') -> str [extrait de text.__doc__]
textKeys(self) -> List[str] textKeys(self) -> List[str] [extrait de textKeys.__doc__]
toImageFormat(format: PySide6.QtGui.QPixelFormat) -> PySide6.QtGui.QImage.Format toImageFormat(format: PySide6.QtGui.QPixelFormat) -> PySide6.QtGui.QImage.Format [extrait de toImageFormat.__doc__]
toPixelFormat(format: PySide6.QtGui.QImage.Format) -> PySide6.QtGui.QPixelFormat toPixelFormat(format: PySide6.QtGui.QImage.Format) -> PySide6.QtGui.QPixelFormat [extrait de toPixelFormat.__doc__]
transformed(self, matrix: PySide6.QtGui.QTransform, mode: PySide6.QtCore.Qt.TransformationMode = PySide6.QtCore.Qt.TransformationMode.FastTransformation) -> PySide6.QtGui.QImage transformed(self, matrix: PySide6.QtGui.QTransform, mode: PySide6.QtCore.Qt.TransformationMode = PySide6.QtCore.Qt.TransformationMode.FastTransformation) -> PySide6.QtGui.QImage [extrait de transformed.__doc__]
trueMatrix(arg__1: PySide6.QtGui.QTransform, w: int, h: int) -> PySide6.QtGui.QTransform trueMatrix(arg__1: PySide6.QtGui.QTransform, w: int, h: int) -> PySide6.QtGui.QTransform [extrait de trueMatrix.__doc__]
valid valid(self, pt: PySide6.QtCore.QPoint) -> bool [extrait de valid.__doc__]
width(self) -> int width(self) -> int [extrait de width.__doc__]

Méthodes héritées de la classe QPaintDevice

__init_subclass__, __subclasshook__, devicePixelRatioF, devicePixelRatioFScale, heightMM, initPainter, logicalDpiX, logicalDpiY, PaintDeviceMetric, paintingActive, physicalDpiX, physicalDpiY, redirected, sharedPainter, widthMM

Méthodes héritées de la classe Object

__getattribute__, __init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __sizeof__, __str__