Schoeni, Yann wrote:
>
>
> I don’t see anything about color depth in the script, do you think I
> should define it somewhere ?
>
>
>
> I did this to check that everything was correct before the image was
> draw :
>
>
>
> bmp = Image.open (file_name)
>
> print(bmp.mode)
>
>
>
> The return va
Le 06/10/2017 à 12:51, Schoeni, Yann a écrit :
Hello,
I’ve recently start to work with Python.
I’m developing a managment software for a swimming pool, this software
needs to print stuff directly from the website.
I’m using Ajax request and shell exec to call a Python script which
launch t
Schoeni, Yann wrote:
>
> I’ve recently start to work with Python.
>
>
>
> I’m developing a managment software for a swimming pool, this software
> needs to print stuff directly from the website.
>
>
>
> I’m using Ajax request and shell exec to call a Python script which
> launch the print job.
Hello,
I've recently start to work with Python.
I'm developing a managment software for a swimming pool, this software needs to
print stuff directly from the website.
I'm using Ajax request and shell exec to call a Python script which launch the
print job.
The script to print an image works f