Use code interpreter to upscale this image by a factor of 4x while maintaining the exact aspect ratio.First, calculate the new dimensions by multiplying both width and height by 4. Then resize using PIlge.resize with Image.Resampling.LANCZOS fiter for maximum quality preservation. After upscaling,apply an unsharp mask filter with radius of 2.0 and amount of 1.5 to enhance fine details and edgesharpness. Save with maximum quality settings