Results 1 to 4 of 4

Thread: How to scroll scanline image data from the left to the right

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: How to scroll scanline image data from the left to the right

    You want to scroll the image or move its data?

  2. #2
    Join Date
    Jul 2008
    Posts
    18
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanked 2 Times in 2 Posts

    Question Re: How to scroll scanline image data from the left to the right

    I need to scroll the image itself. The image data is received over a socket. The image data is just an array with the pixel values and dimensions, as 16bit bmp. I will get probably 10 lines or so on each payload and i need to append this data to a qimage and begin scrolling it onto the screen as the data is recieved from the left side, once the image is completely built i need it to continue and move across the display till it goes off the display on the right side. Im not sure if qanimation will look smooth enough, and i cant have it flickering but still needs to be somewhat fast. Also wondering if bitblt in a paintevent should be used for this. Thanks

Similar Threads

  1. Replies: 2
    Last Post: 29th September 2008, 00:08
  2. Help needed handling image data
    By toratora in forum General Programming
    Replies: 2
    Last Post: 11th May 2007, 09:24

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.