About 55,600 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 …

  2. 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

  3. python - How to install PIL with pip on Mac OS? - Stack Overflow

    Pillow is a functional drop-in replacement for the Python Imaging Library. To run your existing PIL-compatible code with Pillow, it needs to be modified to import the Imaging module from the PIL …

  4. 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." …

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

    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 …

  6. Installing PIL (Python Imaging Library) in Win7 64 bits, Python 2.6.4

    Looked again at install pg and downloaded the Windows executable for Python26 # Python Imaging Library 1.1.7 for Python 2.6 (Windows only) - and the _imaging module gets installed …

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

    Mar 30, 2014 · 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 …

  8. python imaging library - How to draw transparent polygons

    I'm using PIL (Python Imaging Library). I'd like to draw transparent polygons. It seems that specifying a fill color that includes alpha level does not work. Are their workarounds? If it can't be

  9. python imaging library - PIL UnidentifiedImageError: do PIL …

    Mar 27, 2025 · I tried to open .img images with PIL/pillow library but it seems like it does not support reading them. What can I do? Link to sample image. from PIL import Image …

  10. 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 …