You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find a way to represent images with rows ordered bottom-up.
In Microsoft Media Foundations, they use negative stride but the SampleLayout struct does not handle this case.
It would be great to be able to use negative strides or maybe some kind of "inverted" flag, but I suppose this would be a breaking change.
Currently, the only way I know to handle this case is to convert the buffer by swapping the rows.
The text was updated successfully, but these errors were encountered:
I could not find a way to represent images with rows ordered bottom-up.
In Microsoft Media Foundations, they use negative stride but the
SampleLayout
struct does not handle this case.It would be great to be able to use negative strides or maybe some kind of "inverted" flag, but I suppose this would be a breaking change.
Currently, the only way I know to handle this case is to convert the buffer by swapping the rows.
The text was updated successfully, but these errors were encountered: