About 166,000 results
Open links in new tab
  1. python - how to install PIL with pip? - Stack Overflow

    Jul 19, 2021 · Traceback (most recent call last): File "image_viewer.py", line 2, in <module> from PIL import ImageTk, Image ImportError: No module named PIL but I already install Pillow and everything …

  2. Newest 'python-imaging-library' Questions - Stack Overflow

    Dec 4, 2025 · Getting this issue while saving and writing text over image using python image library. I am trying to write a text over a png image using Pillow imaging library, however after trying previous …

  3. python - ImportError: No module named PIL - Stack Overflow

    from PIL import Image "Pillow is a fork of PIL, the Python Imaging Library, which is no longer maintained. However, to maintain backwards compatibility, the old module name is used." From …

  4. Python Imaging Library - Text rendering - Stack Overflow

    23 Try using pycairo - the python bindings for the Cairo drawing library -- it is usefull for more refined drawing, with antialiased lines, and such - and you can generate vector based images as well …

  5. how can I use the python imaging library to create a bitmap

    16 I have a 2d list in python, and I want to make a graphical pic of the data. Maybe a n by m column grid where each square is a different color of grey depending on the value in my 2d list. However, I can't …

  6. Image library for Python 3 - Stack Overflow

    Oct 9, 2010 · python image python-3.x python-imaging-library edited Jun 14, 2011 at 10:34 deamon 93k 117 332 461

  7. python imaging library - How to show all the metadata about images ...

    Jun 18, 2021 · I am trying to read the metadata of my images using Pillow's TAGS functionality. I use the following code to get this information: # imports from PIL import Image from PIL.ExifTags import TAGS

  8. python imaging library: Can I simply fill my image with one color?

    How can I fill an existing image with a desired color? (I am using from PIL import Image and from PIL import ImageDraw) This command creates a new image filled with a desired color image = …

  9. scikit learn - Import Error: The Python Imaging Library (PIL) is ...

    Import Error: The Python Imaging Library (PIL) is required to load data from jpeg files Asked 7 years, 8 months ago Modified 4 years, 11 months ago Viewed 2k times

  10. Obtaining PIL instead of Pillow for Python 2.7 64-bit on Windows

    Mar 30, 2014 · 2 This blog by Christian explains process of compiling PIL for 64 bit Python in Windows 7 64-bit with Visual Studio 2010. At end of the blog, zip file containing compiled files for PIL and …