Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. img2 = PILImage.new('RGBA', (1920, 1080), (0,0,0,0))
  2. img2.save('test.png')
  3.  
  4. $ pip2.7 freeze | grep -i pillow
  5. Pillow==4.0.0
  6.  
  7. $ python2.7 -V
  8. Python 2.7.9
  9.  
  10. $ apt list --installed | grep -i imagemagick
  11. imagemagick/stable,now 8:6.8.9.9-5+deb8u6 amd64 [installed]
  12. imagemagick-6.q16/stable,now 8:6.8.9.9-5+deb8u6 amd64 [installed,automatic]
  13. imagemagick-common/stable,now 8:6.8.
  14.  
  15. $ convert --version
  16. Version: ImageMagick 6.8.9-9 Q16 x86_64 2016-11-26 http://www.imagemagick.org
  17.  
  18. $ uname -a
  19. Linux revo-vpn-74 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
  20.  
  21. $ cat /etc/*release
  22. PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
  23. NAME="Debian GNU/Linux"
  24. VERSION_ID="8"
  25. VERSION="8 (jessie)"
  26. ID=debian
  27. HOME_URL="http://www.debian.org/"
  28. SUPPORT_URL="http://www.debian.org/support"
  29. BUG_REPORT_URL="https://bugs.debian.org/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement