Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4032 Vizualizări

I am building a module and I need to manipulate an image directly in the backend with python

I want to use PIL for that. I have read that PIL is part of the odoo library so how can I import it?

Imagine profil
Abandonează
Cel mai bun răspuns

You may try like this in your python file:

from PIL import Image
im_open = Image.open(image_file_path)



Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
apr. 23
2052
1
nov. 22
2271
1
mai 23
3153
3
mar. 21
5159
3
sept. 25
3205