Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
4.8.5, 5.2.0
-
Windows 7
Description
Crash happens in qt_scale_image_32bit to blender.write().
QImage src(532,519,QImage::Format_ARGB32_Premultiplied); QImage dest(1000,1000,QImage::Format_ARGB32_Premultiplied); QPainter painter1(&dest); painter1.setTransform(QTransform(1.25, 0, 0, 1.25, 15.900000000000034, 72.749999999999986)); painter1.drawImage(QRectF(-2.6, -2.6, 425.6, 415.20000000000005), src, QRectF(0,0,532,519));
Attachments
Issue Links
- relates to
-
QTBUG-65387 QPainter::drawPixmap() can crash in qdrawhelper_sse2
- Closed