[Interest] QImage family of classes - image bucket

Nicholas Yue yue.nicholas at gmail.com
Thu Dec 17 18:24:46 CET 2020


Thank you. I will look into using QPixMap

If I am receiving those image buckets sporadically and long delays (minutes
to hours) between each bucket, that has no implications on the use of
QPixMap right ?

Cheers

On Thu, 17 Dec 2020 at 06:13, Jérôme Godbout <godboutj at amotus.ca> wrote:

> Hi,
>
> just a though, maybe you should do a rendering into a framebuffer of each
> layer with a different z. That would make the rendering very easy and super
> fast on GPU.
>
>
>
> After you could put the result into a QImage or QPixmap.
>
>
>
>
>
> *From:* Interest <interest-bounces at qt-project.org> *On Behalf Of *Nicholas
> Yue
> *Sent:* December 16, 2020 8:46 PM
> *To:* interest at qt-project.org
> *Subject:* [Interest] QImage family of classes - image bucket
>
>
>
> Hi,
>
>
>
>   I am writing an application that is receiving images in rectangular
> buckets.
>
>
>
>   These buckets may be destined for different layers of images.
>
>
>
>   I plan to create a list for the layers so that I can show selected and
> individual ones of interest.
>
>
>
>   Which QImage class is easier to work with where I can write those
> rectangular buckets of pixels individually ?
>
>
>
> Cheers
> --
>
> Nicholas Yue
> Graphics - Arnold, Alembic, RenderMan, OpenGL, HDF5
> Custom Dev - C++ porting, OSX, Linux, Windows
> http://au.linkedin.com/in/nicholasyue
> https://vimeo.com/channels/naiadtools
>


-- 
Nicholas Yue
Graphics - Arnold, Alembic, RenderMan, OpenGL, HDF5
Custom Dev - C++ porting, OSX, Linux, Windows
http://au.linkedin.com/in/nicholasyue
https://vimeo.com/channels/naiadtools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20201217/89579ba1/attachment.html>


More information about the Interest mailing list