GPUJPEG icon indicating copy to clipboard operation
GPUJPEG copied to clipboard

Is there support for pitched (noncontiguous) image?

Open melonedo opened this issue 7 months ago • 1 comments

Thank you for such performant library! While I am using it along with OpenCV's GpuMat, a drawback is that GPUJPEG requires input images to be contiguous with zero gap between rows, while GpuMat by default creates images padded to conform alignments, which requires an extra cudaMemcpy2D call to convert between these. Can GPUJPEG work with pitched image to save this call?

melonedo avatar Jul 22 '24 05:07 melonedo