Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3439 Tampilan

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?

Avatar
Buang
Jawaban Terbai

You may try like this in your python file:

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



Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Apr 23
1579
1
Nov 22
1646
1
Mei 23
2621
3
Mar 21
4517
2
Jul 25
2893