Skip to content

Commit ac99be5

Browse files
Create README.md
1 parent fa5c021 commit ac99be5

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

FAQ01 - Pillow (PIL)/README.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# References & further readings (as recommended by Bing Chat/Copilot responses)
2+
### [1] Lundh, F., Clark, J. A., and other contributors. (1995-2023).
3+
Image file formats. Pillow (PIL Fork) 10.1.0 documentation. pillow.readthedocs.io/en/stable/handbook/image-file-formats.html
4+
### [2] Lundh, F., Clark, J. A., and other contributors. (1995-2023).
5+
Pillow. Pillow (PIL Fork) 10.1.0 documentation. pillow.readthedocs.io/en/stable
6+
[3] Gruppetta, S. (2021).
7+
Image Processing With the Python Pillow Library. Real Python. realpython.com/image-processing-with-the-python-pillow-library
8+
[4] Stack Overflow. (2021).
9+
Unable to 'pip install Pillow'. It's giving me an error that 'headers or lib files could not be found for jpeg'. Stack Overflow. stackoverflow.com/questions/69212433/unable-to-pip-install-pillow-its-giving-me-an-error-that-headers-or-lib-fil
10+
[5] Stack Overflow. (2019).
11+
Pip can't install pillow. Stack Overflow. stackoverflow.com/questions/54496599/pip-cant-install-pillow
12+
[6] nithinviswakarma0010. (2020).
13+
Convert an image into jpg format using Pillow in Python. GeeksForGeeks. geeksforgeeks.org/convert-an-image-into-jpg-format-using-pillow-in-python
14+
[7] code-learner.com. (2023).
15+
How To Convert Image Format Using Pillow In Python. code-learner.com/how-to-convert-image-format-using-pillow-in-python
16+
[8] PythonExamples. (2023).
17+
Python Pillow – Convert JPEG to PNG. pythonexamples.org/python-pillow-convert-jpeg-to-png
18+
[9] Devara, G. (2023).
19+
Convert an image into jpg format using Pillow in Python. Tutorials Point. tutorialspoint.com/convert-an-image-into-jpg-format-using-pillow-in-python
20+
[10] Sunitamamgai. (2019).
21+
Python PIL | Image.thumbnail() Method. GeeksForGeeks. geeksforgeeks.org/python-pil-image-thumbnail-method
22+
[11] Tutorials Point. (2023).
23+
Python Pillow - Creating Thumbnails. Tutorials Point. tutorialspoint.com/python_pillow/python_pillow_creating_thumbnails.htm
24+
[12] Grando, U. (2022).
25+
How to Create a Custom-Sized Thumbnail in Python Using Pillow. Python in Plain English. python.plainenglish.io/how-to-create-a-custom-sized-thumbnail-in-python-using-pillow-50d6386150a5
26+
[13] Hakim, M. A. (2021).
27+
Learn To Build A Python GUI For Easily Processing Images With Pillow Library In A Delphi Windows App. PythonGUI.org. Embarcadero Technologies. pythongui.org/learn-to-build-a-python-gui-for-easily-processing-images-with-pillow-library-in-a-delphi-windows-app
28+
[14] Fedchenko, N. (2020).
29+
Learn To Build A Python GUI For Processing Images With Pillow Library In A Delphi Windows App. Embarcadero Blogs. blogs.embarcadero.com/learn-to-build-a-python-gui-for-processing-images-with-pillow-library-in-a-delphi-windows-app
30+
[15] Anbarasan. (2020).
31+
Easily Use A Popular Python Image Library In A Delphi Windows GUI App. Embarcadero Blogs. blogs.embarcadero.com/easily-use-a-popular-python-image-library-in-a-delphi-windows-gui-app
32+
[16] Python GUI Admin. (2020).
33+
Learn About Integrating Pillow Image Processing Library Into A Windows Python GUI App. PythonGUI.org. Embarcadero Technologies. pythongui.org/learn-about-integrating-pillow-image-processing-library-into-a-windows-python-gui-app
34+
[17] Embarcadero Technologies. (2023).
35+
DelphiFMX4Python: Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development. GitHub repository. github.com/Embarcadero/DelphiFMX4Python
36+
[18] McKeeth, J. (2022).
37+
Introduction to Python GUI Development with Delphi for Python (VCL and FMX). Embarcadero Blogs. blogs.embarcadero.com/introduction-to-python-gui-development-with-delphi-for-python-vcl-fmx
38+
[19] Embarcadero Technologies. (2023).
39+
Delphi VCL & FMX Libraries for Python. Embarcadero Technologies. embarcadero.com/new-tools/python/delphi-4-python
40+
[20] ActiveState. (2020).
41+
How To Add Images In Tkinter. ActiveState Software Inc. activestate.com/resources/quick-reads/how-to-add-images-in-tkinter
42+
[21] Stack Overflow. (2022).
43+
How do I add an image using pillow to my tkinter GUI? Stack Overflow. stackoverflow.com/questions/70921924/how-do-i-add-an-image-using-pillow-to-my-tkinter-gui
44+
[22] Sharma, D. P. (2021).
45+
How do I use PIL with Tkinter? Tutorials Point. tutorialspoint.com/how-do-i-use-pil-with-tkinter
46+
[23] Lundh, F., Clark, J. A., and other contributors. (1995-2023).
47+
ImageQt Module. Pillow (PIL Fork) 10.1.0 documentation. pillow.readthedocs.io/en/stable/reference/ImageQt.html
48+
[24] Stack Overflow. (2020).
49+
How to insert a PIL.Image in a PyQt canvas - PyQt5. Stack Overflow. stackoverflow.com/questions/63138735/how-to-insert-a-pil-image-in-a-pyqt-canvas-pyqt5
50+
[25] Stack Overflow. (2018).
51+
Display PIL Image on Kivy Canvas. Stack Overflow. stackoverflow.com/questions/51806100/display-pil-image-on-kivy-canvas
52+
[26] Stack Overflow. (2016).
53+
How to import python PIL on android and kivy? Stack Overflow. stackoverflow.com/questions/38557731/how-to-import-python-pil-on-android-and-kivy
54+
[27] Rodríguez, A., Yuri, I., Bulgakov, A., and KivyMD contributors. (2022).
55+
pip install kivymd - Set of widgets for Kivy inspired by Google's Material Design. Python Software Foundation. pypi.org/project/kivymd
56+
[28] DEV Community. (2021).
57+
How to use Google Colab to package KivyMD applications with buildozer. DEV Community. dev.to/ngonidzashe/comment/1jl0e
58+
[29] anantasty. (2016).
59+
Issue with Android example #1816. GitHub. github.com/kivy/python-for-android/issues/1816
60+
[30] Stack Overflow. (2016).
61+
Display PIL image in wx python in Windows. Stack Overflow. stackoverflow.com/questions/39547695/display-pil-image-in-wx-python-in-windows
62+
[31] Stack Overflow. (2020).
63+
Quick pixel manipulation with Pillow and/or NumPy. Stack Overflow. stackoverflow.com/questions/62616164/quick-pixel-manipulation-with-pillow-and-or-numpy
64+
[32] Stack Overflow. (2017).
65+
Converting a PIL image to wxPython bitmap image. Stack Overflow. stackoverflow.com/questions/46606283/converting-a-pil-image-to-wxpython-bitmap-image
66+
[33] Stack Overflow. (2018).
67+
Failed building wheel for. Stack Overflow. stackoverflow.com/questions/49743041/failed-building-wheel-for
68+
[34] Carnes, B. (2022).
69+
Python GUI Development Using PySide6 and Qt. freeCodeCamp. freecodecamp.org/news/python-gui-development-using-pyside6-and-qt
70+
[35] The Qt Company Ltd. (2023).
71+
PySide6.QtGui. PySide6.QtGui Documentation. The Qt Company Ltd. doc.qt.io/qtforpython-6/PySide6/QtGui/index.html
72+
[36] Fitzpatrick, M. (2023).
73+
Creating your first app with PySide2. Python GUIs. pythonguis.com/tutorials/pyside-creating-your-first-window
74+
[37] Fitzpatrick, M. (2023).
75+
Creating custom GUI widgets in PySide2. Python GUIs. pythonguis.com/tutorials/pyside-creating-your-own-custom-widgets
76+
[38] Tutorials Point. (2023).
77+
PySimpleGUI - Working with PIL. Tutorials Point. tutorialspoint.com/pysimplegui/pysimplegui_working_with_pil.htm
78+
[39] Driscoll, M. (2023).
79+
PySimpleGUI - How to Draw Shapes on an Image with a GUI. Mouse Vs Python. dev.pythonlibrary.org/2021/02/24/pysimplegui-how-to-draw-shapes-on-an-image-with-a-gui
80+
[40] PyPI (Python Package Index). (2023).
81+
Pillow 10.1.0 - Python Imaging Library (Fork). Python Software Foundation. pypi.org/project/Pillow
82+
[41] PyPI (Python Package Index). (2021).
83+
PyForms-GUI 5 - Pyforms is a Python framework to develop GUI applications based on pyqt. pypi.org/project/PyForms-GUI
84+
[42] PyPI (Python Package Index). (2023).
85+
dearpygui 1.10.1 - DearPyGui: A simple Python GUI Toolkit. Python Software Foundation. pypi.org/project/dearpygui
86+
[43] Hoffstadt, J. and other contributors. (2023).
87+
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies. GitHub repository. github.com/hoffstadt/DearPyGui
88+
[44] Morano, A. G. (2021).
89+
dpg-examples: DearPyGui API examples. GitHub repository. github.com/Amorano/dpg-examples
90+
[45] Griggio, A. (2002-2007), Grohmann, C. (2011-2016), and Schwertberger, D. (2017-2020).
91+
wxGlade: A GUI builder written in Python for the GUI toolkit wxWidgets/wxPython. GitHub repository. github.com/wxGlade/wxGlade
92+
[46] Griggio, A. (2002-2007), Grohmann, C. (2011-2016), and Schwertberger, D. (2017-2020).
93+
wxGlade: A GUI builder for wxWidgets. SourceForge. wxglade.sourceforge.net
94+
[47] Vromans, J. (2005).
95+
GUI development with wxGlade. Squirrel Consultancy. vromans.org/johan/articles/wxglade.pdf
96+
[48] Gupta, K. (2021).
97+
Everything You Need To Know About PandasGUI. Analytics Vidhya. analyticsvidhya.com/blog/2021/07/everything-you-need-to-know-about-pandasgui
98+
[49] Jay (@jayzpio). (2021).
99+
Exploratory Data Analysis With PandasGUI. Python In Office. pythoninoffice.com/exploratory-data-analysis-with-pandasgui
100+
[50] PyPI (Python Package Index). (2023).
101+
pandasgui 0.2.14: A GUI for Pandas DataFrames. Python Software Foundation. pypi.org/project/pandasgui
102+
[51] Klein, A. and other Flexx contributors. (2015-2022).
103+
flexx: Write desktop and web apps in pure Python. GitHub repository. github.com/flexxui/flexx
104+
[52] PyPI (Python Package Index). (2022).
105+
flexx: Write desktop and web apps in pure Python. Python Software Foundation. pypi.org/project/flexx
106+
[53] Klein, A. and other Flexx contributors. (2015-2023).
107+
flexx documentation. Read the Docs. readthedocs.org/projects/flexx

0 commit comments

Comments
 (0)