You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convert_type_image forces JPEG format. RGBA images (transparent PNGs) cannot be written as JPEG and will raise an error. Convert to RGB (or flatten onto a background) before saving.
convert_type_imageforces JPEG format. RGBA images (transparent PNGs) cannot be written as JPEG and will raise an error. Convert to RGB (or flatten onto a background) before saving.