I exported the employee image binary field in csv file in odoo14 enterprise. And while importing that csv file to odoo17 enterprise employee form I could not see the same image name and image size.
the image data is converted into base64 and employee image look as same as odoo14 in odoo17. But size and format is mismatching. In odoo14 I uploaded jpeg format but in odoo17 it's in png format.
Please guide me how to export employee image from odoo14 to odoo17 with same size and format.
Thanks