misc image utilities
More...
Go to the source code of this file.
Functions
Compute the max pixel step for each plane of an image with a format described by pixdesc.
More...
Compute the size of an image line with format pix_fmt and width width for the plane plane.
More...
Fill plane linesizes for an image with pixel format pix_fmt and width width.
More...
Fill plane data pointers for an image with pixel format pix_fmt and height height.
More...
Allocate an image with size w and h and pixel format pix_fmt, and fill pointers and linesizes accordingly.
More...
Copy image plane from src to dst.
More...
Copy image in src_data to dst_data.
More...
Setup the data pointers and linesizes based on the specified image parameters and the provided array.
More...
Return the size in bytes of the amount of data required to store an image with the given parameters.
More...
Copy image data from an image into a buffer.
More...
Check if the given dimension of an image is valid, meaning that all bytes of the image can be addressed with a signed int.
More...
Check if the given sample aspect ratio of an image is valid.
More...
Detailed Description
misc image utilities
Definition in file imgutils.h.