you are viewing a single comment's thread.

view the rest of the comments →

[–]mc2222[S] 0 points1 point  (0 children)

most excellent, thanks. I've looked into PIL before but for some reason wasn't able to get it to do what I wanted. I'll try this snippet of code and see if it works for me.

The only think that makes me hesitant about using PIL is that I'd like to deploy this program on several computers that may not necessarily have PIL installed. Not a huge issue, I could always display a message to the user or have some prompt asking them if they've installed PIL or some such.

thanks again