Hello mates,
I was wondering if in that vast amount of knowledge floating around here if any of you knew how I could save an image using Python 3.x. I know that PIL is a great, and easy option for Python 2, but I assume there must be some way to do this with 3. Ideas?
JoshuaBurleson 23 Posting Whiz
Recommended Answers
Jump to PostYou could store uncompressed bmp by the class that is in my mandelbrot snippet.
There does indeed seem to be unofficial PIL existing for Python3: http://stackoverflow.com/questions/3896286/image-library-for-python-3 (as well as some alternatives)
Jump to PostUntil now I have been satisfied to code for PIL in Python 2
All 7 Replies
JoshuaBurleson 23 Posting Whiz
JoshuaBurleson 23 Posting Whiz
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
JoshuaBurleson 23 Posting Whiz
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
JoshuaBurleson 23 Posting Whiz
JoshuaBurleson 23 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.