<div dir="ltr">Thank you!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 16, 2021 at 6:23 AM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 15/10/2021 23:08, Baz Walter wrote:<br>
> On 15/10/2021 11:41, Phil Thompson wrote:<br>
>> I can reproduce this on Linux but it works on macOS. The core dump is <br>
>> within the Qt code so I suspect it's a Qt bug.<br>
> <br>
> I can also reproduce this on Linux. However, if I refactor the example<br>
> like this:<br>
> <br>
>     data = b'\xff' * (256 * 256 * 4)<br>
> <br>
>     img = QtGui.QImage(data, 256, 256, <br>
> QtGui.QImage.Format.Format_ARGB32)<br>
> <br>
> there's no core dump and a valid image file is written.<br>
<br>
Thanks for the clue. Should be fixed in the next snapshot.<br>
<br>
Phil<br>
</blockquote></div>