Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3586 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
1684
1
nov. 22
1762
1
mai 23
2772
3
mar. 21
4687
1
iul. 25
2323