Is there any preprocessing of images in API?

Og post
I would like to ask everyone who uses the API to check if there is similar behavior there.

Hi @klinok64 ,
For image data under 20MB, you can send it as base64 encoded text or by directly uploading the local image files. If your total request, including files and instructions, exceeds 20MB, you should use the File API to upload the larger files. Gemini 2.0 Flash, 1.5 Pro, and 1.5 Flash can handle up to 3,600 image files. For improved output: ensure images are correctly oriented and not blurry. When using a single image, put the text prompt after it.Please refer to this documentation for further details