[fixed] Picture slideshow display issue when rotation is used (1 Viewer)

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Hi,

    there is an issue in Picture slideshow, when the image contains rotation information (my camera has an sensor to determine orientation).

    When the transition starts, the old image gets the orientation resetted to 0 degrees. this causes a quite bad visual ;)

    How to reproduce:
    I attached 3 sample files, simply put them into a playlist.

    How to fix?
    currently the rotation info gets applied by the xaml image property. Probably it's better to support the rotation at Image level when loading it?

    Morpheus
     

    Attachments

    • small.zip
      449.2 KB

    Albert

    MP2 Developer
  • Premium Supporter
  • February 18, 2008
    1,297
    1,130
    46
    Freiburg im Breisgau, Germany
    Home Country
    Germany Germany
    AW: Picture slideshow display issue when rotation is used

    Fixed.
    I reworked the PicturePlayer to provide all necessary rotation information for the current image. It also returns a Texture now.
    I also reworked the MultiImageSource and I added a PicturePlayerImageSource which automatically handles all relevant information from the PicturePlayer, as we do it in the VideoBrush for the VideoPlayer.

    The image transitions are now smooth with correct picture rotation.

    I'm not sure if the aspect ratio is preserverd correctly for rotated images, maybe there's still a problem which I have to correct.
     

    Users who are viewing this thread

    Top Bottom