pillow tag

10 questions


1 answers
403 views
0
I want to connect the dots in the image horizontally

I want to connect the black dots in the image horizontally.Contours of cv2 detected the contour and used Euclidean distance to create four coordinates so that the interval between the acquired contour...

1 years ago

1 answers
276 views
0
gif About the number of views of the video "one time"

I use Python and Pillow to make a GIF.If I play it, it goes back and forth, but is it like that?For example, I think I made a video that ends by moving a figure one way from left to right (once) on th...

1 years ago

1 answers
58 views
0
I don't know how to combine multiple pngs into one tiff.

I found out what Pillow can do, but I don't know any more.

1 years ago

1 answers
109 views
0
I have a question about python's image processing module (Pillow).

I executed the following code to take a screenshot with Pillow.However, both the x-axis and y-axis of the computer screen are captured in half.1000px by 1000px will capture only 500px by the top left ...

1 years ago

1 answers
73 views
0
stackoverflow error in python in keras

If you run the program below, you will receive a stackoverflow error.I don't know what to do, so please let me know if you know.main.py # Import Packageimportosfrom keras.layers import BatchNormalizat...


1 answers
125 views
0
Unable to inline display the captured image when using PIL library in jupyterLab.

The following problems occurred while proceeding with the Introduction to PyTorch Practice published by Mynavi Publishing.As the recommended environment in this document is Jupiter, we have pulled the...


1 answers
107 views
0
If you resize or make the transparent image transparent with pillow, the background will not be transparent.

If you erase the thumbnail to the putalpha process, it will be transparent, but if you apply this process, the transparent part of the image will look black.How do I maintain the transparency of the p...

1 years ago

1 answers
104 views
0
How do I specify Resize in Pillow?

Nice to meet you, Python. I'm an amateur on my first day.When I read the image, I wrote as follows, and I want to resize it without changing the aspect ratio, but I tried various ways of doing the sit...

1 years ago

1 answers
79 views
0
Error in Image Library (PIL) "decoder JPEG not available"

On my computer, PIL supports JPEG This error appears when you upload a file.How do I solve this?File PIL/Image.py, line 375, in _getdecoder raise IOError(decoder %s not available % decoder_name)IOErro...


1 answers
146 views
0
Which module should I use to create an OMR recognition code with Python?

I'm a beginner Wang who just finished his introduction to Python.If students take a picture of the checked OMR card with their cell phone and send it, I would like to save it as a picture file and cal...

1 years ago

© 2024 OneMinuteCode. All rights reserved.