Advertisement
Guest User

python3 -m PIL

a guest
Jun 27th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. --------------------------------------------------------------------
  2. Pillow 9.1.1
  3. Python 3.9.6 (default, Aug 27 2021, 11:16:05)
  4. [GCC 6.3.0 20170516]
  5. --------------------------------------------------------------------
  6. Python modules loaded from /home/pi/.local/lib/python3.9/site-packages/PIL
  7. Binary modules loaded from /home/pi/.local/lib/python3.9/site-packages/PIL
  8. --------------------------------------------------------------------
  9. --- PIL CORE support ok, compiled for 9.1.1
  10. --- TKINTER support ok, loaded 8.6
  11. *** FREETYPE2 support not installed
  12. --- LITTLECMS2 support ok, loaded 2.8
  13. *** WEBP support not installed
  14. *** WEBP Transparency support not installed
  15. *** WEBPMUX support not installed
  16. *** WEBP Animation support not installed
  17. --- JPEG support ok, compiled for libjpeg-turbo 2.0.6
  18. --- OPENJPEG (JPEG2000) support ok, loaded 2.1.2
  19. --- ZLIB (PNG/ZIP) support ok, loaded 1.2.8
  20. --- LIBTIFF support ok, loaded 4.0.8
  21. *** RAQM (Bidirectional Text) support not installed
  22. *** LIBIMAGEQUANT (Quantization method) support not installed
  23. --- XCB (X protocol) support ok
  24. --------------------------------------------------------------------
  25. BLP
  26. Extensions: .blp
  27. Features: open, save, encode
  28. --------------------------------------------------------------------
  29. BMP image/bmp
  30. Extensions: .bmp
  31. Features: open, save
  32. --------------------------------------------------------------------
  33. BUFR
  34. Extensions: .bufr
  35. Features: open, save
  36. --------------------------------------------------------------------
  37. CUR
  38. Extensions: .cur
  39. Features: open
  40. --------------------------------------------------------------------
  41. DCX
  42. Extensions: .dcx
  43. Features: open
  44. --------------------------------------------------------------------
  45. DDS
  46. Extensions: .dds
  47. Features: open, save
  48. --------------------------------------------------------------------
  49. DIB image/bmp
  50. Extensions: .dib
  51. Features: open, save
  52. --------------------------------------------------------------------
  53. EPS application/postscript
  54. Extensions: .eps, .ps
  55. Features: open, save
  56. --------------------------------------------------------------------
  57. FITS
  58. Extensions: .fit, .fits
  59. Features: open, save
  60. --------------------------------------------------------------------
  61. FLI
  62. Extensions: .flc, .fli
  63. Features: open
  64. --------------------------------------------------------------------
  65. FTEX
  66. Extensions: .ftc, .ftu
  67. Features: open
  68. --------------------------------------------------------------------
  69. GBR
  70. Extensions: .gbr
  71. Features: open
  72. --------------------------------------------------------------------
  73. GIF image/gif
  74. Extensions: .gif
  75. Features: open, save, save_all
  76. --------------------------------------------------------------------
  77. GRIB
  78. Extensions: .grib
  79. Features: open, save
  80. --------------------------------------------------------------------
  81. HDF5
  82. Extensions: .h5, .hdf
  83. Features: open, save
  84. --------------------------------------------------------------------
  85. ICNS image/icns
  86. Extensions: .icns
  87. Features: open, save
  88. --------------------------------------------------------------------
  89. ICO image/x-icon
  90. Extensions: .ico
  91. Features: open, save
  92. --------------------------------------------------------------------
  93. IM
  94. Extensions: .im
  95. Features: open, save
  96. --------------------------------------------------------------------
  97. IMT
  98. Features: open
  99. --------------------------------------------------------------------
  100. IPTC
  101. Extensions: .iim
  102. Features: open
  103. --------------------------------------------------------------------
  104. JPEG image/jpeg
  105. Extensions: .jfif, .jpe, .jpeg, .jpg
  106. Features: open, save
  107. --------------------------------------------------------------------
  108. JPEG2000 image/jp2
  109. Extensions: .j2c, .j2k, .jp2, .jpc, .jpf, .jpx
  110. Features: open, save
  111. --------------------------------------------------------------------
  112. MCIDAS
  113. Features: open
  114. --------------------------------------------------------------------
  115. MPEG video/mpeg
  116. Extensions: .mpeg, .mpg
  117. Features: open
  118. --------------------------------------------------------------------
  119. MSP
  120. Extensions: .msp
  121. Features: open, save, decode
  122. --------------------------------------------------------------------
  123. PCD
  124. Extensions: .pcd
  125. Features: open
  126. --------------------------------------------------------------------
  127. PCX image/x-pcx
  128. Extensions: .pcx
  129. Features: open, save
  130. --------------------------------------------------------------------
  131. PIXAR
  132. Extensions: .pxr
  133. Features: open
  134. --------------------------------------------------------------------
  135. PNG image/png
  136. Extensions: .apng, .png
  137. Features: open, save, save_all
  138. --------------------------------------------------------------------
  139. PPM image/x-portable-anymap
  140. Extensions: .pbm, .pgm, .pnm, .ppm
  141. Features: open, save
  142. --------------------------------------------------------------------
  143. PSD image/vnd.adobe.photoshop
  144. Extensions: .psd
  145. Features: open
  146. --------------------------------------------------------------------
  147. SGI image/sgi
  148. Extensions: .bw, .rgb, .rgba, .sgi
  149. Features: open, save
  150. --------------------------------------------------------------------
  151. SPIDER
  152. Features: open, save
  153. --------------------------------------------------------------------
  154. SUN
  155. Extensions: .ras
  156. Features: open
  157. --------------------------------------------------------------------
  158. TGA image/x-tga
  159. Extensions: .icb, .tga, .vda, .vst
  160. Features: open, save
  161. --------------------------------------------------------------------
  162. TIFF image/tiff
  163. Extensions: .tif, .tiff
  164. Features: open, save, save_all
  165. --------------------------------------------------------------------
  166. WEBP
  167. Features: open
  168. --------------------------------------------------------------------
  169. WMF
  170. Extensions: .emf, .wmf
  171. Features: open, save
  172. --------------------------------------------------------------------
  173. XBM image/xbm
  174. Extensions: .xbm
  175. Features: open, save
  176. --------------------------------------------------------------------
  177. XPM image/xpm
  178. Extensions: .xpm
  179. Features: open
  180. --------------------------------------------------------------------
  181. XVTHUMB
  182. Features: open
  183. --------------------------------------------------------------------
  184.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement