Experiment - Writing/saving images
Problem:You have processed images in your computer vision project and want to save them correctly to disk for later use or sharing.
Current Metrics:Currently, images are displayed correctly in memory but not saved properly, resulting in corrupted or unreadable files.
Issue:The images are not saved with the correct format or encoding, causing file corruption or loss of data.