IENT / YUView

The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset
http://ient.github.io/YUView
Other
1.78k stars 353 forks source link

[Feature] Custom image strides support #532

Open FaiScofield opened 11 months ago

FaiScofield commented 11 months ago

I wonder if there is a plan to support the custom image strides(or called pitches), with which the users can set the special strides of each plans for a YUV format.

My work relates to lots of aligned raw YUV/RGB formats, which means there are some padding after the real valid data at the end of each line of an image. For example, the following images cannot be analyzed correctly:

As far as I know, this feature is valid on PixelViewer. Let me know your opinions, and I'm willing to help. Thanks.