Skip to content

Request for Non-Destructive Processing in AlignFaceUsingLandmarks Function #46

@cxf567

Description

@cxf567

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions