Model
Image
Magento\Customer\Model\Metadata\Form\Image
What it does
This class handles image attribute uploads for Magento 2 customer and customer address forms.
It validates uploaded images against rules like file size, width, and height limits, ensures proper image formats (gif, jpg, png), and processes image data from UI components.
Developers use this class when creating custom customer or address attributes that accept image uploads.