Hello Everyone, I am looking for Browser-based PNG file viewer written in Python.(Flask framework preferably)
Following project(Flask-Based) provides many things(File manager as well as file viewer) but it does not support PNG files. https://github.com/vmi356/filemanager Any idea if I have to write my own browser based PNG viewer from scratch(Using PIL or other required library) On the other side if I have to write only Desktop-based only two lines are enough to do many things: Like, from PIL import Image f = Image.open("file.png").show() But I am not getting right sense that how to make possible using Python+Flask. Hope I am able to tell my problem. -- Thanks Arshpreet Singh I am Sikh boy, Learning by doing and Learning by teaching is my religion. ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ -- -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer --- You received this message because you are subscribed to the Google Groups "Linux User Group @ IIT Delhi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
