Dear [Developer/Support Team]
My source images are relatively large, and they need to be processed multiple times. To optimize performance and ensure data integrity, I would like the AlignFaceUsingLandmarks function to not modify the input source image but instead return the processed result as a new image.
Currently, the function modifies the input image directly, which can lead to inefficiencies when the same image needs to be processed repeatedly. Returning a new image would allow me to maintain the original source image and reduce the overhead associated with cloning or creating multiple copies of the image.
Could you please consider updating the AlignFaceUsingLandmarks function to return the processed image rather than modifying the input? This change would greatly enhance the usability and efficiency of the function in scenarios where images need to be processed multiple times.
Thank you for your consideration.
Best regards
Dear [Developer/Support Team]
My source images are relatively large, and they need to be processed multiple times. To optimize performance and ensure data integrity, I would like the
AlignFaceUsingLandmarksfunction to not modify the input source image but instead return the processed result as a new image.Currently, the function modifies the input image directly, which can lead to inefficiencies when the same image needs to be processed repeatedly. Returning a new image would allow me to maintain the original source image and reduce the overhead associated with cloning or creating multiple copies of the image.
Could you please consider updating the
AlignFaceUsingLandmarksfunction to return the processed image rather than modifying the input? This change would greatly enhance the usability and efficiency of the function in scenarios where images need to be processed multiple times.Thank you for your consideration.
Best regards