hughesadam87 / pyparty

Drawing and analyzing particles on images
Other
35 stars 17 forks source link

Add url to valid background argument in Canvas #48

Closed hughesadam87 closed 10 years ago

hughesadam87 commented 10 years ago

Ipython Display in bundled should provide all that is needed I imagine; unless there are some rendering steps under the hood that I forgot about.

hughesadam87 commented 10 years ago

Was built in to skimage.io.imread, just updated error message to reflect it.

hughesadam87 commented 10 years ago

Just want to point out that no real URL checking is done; validations suprisingly all done through other dependencies:

http://stackoverflow.com/questions/7160737/python-how-to-validate-a-url-in-python-malformed-or-not

Should point out that url is actually passed through op.exapand_usr which does not seem to pose a problem, but if later find certain urls don't work, see if op.expand_usr(url) messes them up!