Menu

#3 Some images are wrongly shown

v1.0_(example)
open-rejected
nobody
None
5
2012-03-22
2012-03-22
goe
No

There is a problem with some images. For example an image with size 246x439 looks displaced.

Discussion

  • Javier Barandiaran Martirena

    VideoMan expects each row of the image to be 4-byte aligned (each horizontal line must be a multiple of 4 in size). If you initialize an input with 246 pixels, VideoMan will read 248 bytes for each row.
    VideoMan doesn't support to change alignment for each input. You must assure that the image buffer is 4-byte aligned.

     
  • Javier Barandiaran Martirena

    • status: open --> open-rejected