-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
When using functions like plm_frame_to_rgb(), the library assumes that row 0 is the top of the image. In some programming environments, like OpenGL for example, it's common to use row 0 at the bottom of the image, with rows increasing upwards. While you can do the vertical flip manually, it would have the overhead of an extra malloc() just for flipping the image. I think it would make sense that the library has a setting for specifying where's the origin of your image buffer (top-left, or bottom-left).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels