It is good idea to add screen shot option in stackoverflow.com for each question. It will allow to upload error message/exception/or any related problem screen shot.
|
StackOverflow isn't an image hoster, nor will it be. It's practically being run out of Jeff's basement off of a single server, which is almost reaching CPU capacity as it is. Image hosting is way too expensive when there are so many folks out there who do it for free. Pick your favorite: |
|||||||||||||
|
|
Error messages and exceptions shouldn't be shown in screenshots. They should be cut and pasted as text. Having an option for image storage in general is an interesting idea, although it would be very prone to abuse. There are plenty of other sites where you can upload images, and then paste a URL into SO. You end up with the potential for dead links, admittedly. |
|||||
|
|
Error message can be copied, and pasted. Design-issues with HTML/CSS benefit greatly from screenshots - http://www.doctype.com (similar to SO, but for design-questions) gives you the ability to post screenshots of your design with your question (example). |
|||
|
|
|
At most I would like a redirect.
http://stackoverflow.com/api/userimage/{userid}/{photoid}.301
http://stackoverflow.com/api/userimage.301?userid={userid}&photoid={photoid}
Could redirect to where you have posted the image.
http://stackoverflow.com/api/userimage/{userid}/{photoid}.url
http://stackoverflow.com/api/userimage.url?userid={userid}&photoid={photoid}
Could return "
http://stackoverflow.com/api/userimage/{userid}.html
http://stackoverflow.com/api/userimage.html?userid={userid}
Could show you where all of the redirects point to, and their descriptions.
http://stackoverflow.com/api/userimage/{userid}/{photoid}.what
http://stackoverflow.com/api/userimage.what?userid={userid}&photoid={photoid}
Could return "
http://stackoverflow.com/api/userimage/{userid}.json
http://stackoverflow.com/api/userimage.json?userid={userid}
You would have somewhere on your user-page where you can edit them. This could be easily abused though. It should have a limit to how many you can post in a day, or a forced delay between how often you can add another image. |
|||
|
|
|
Just post your screenshot you take with any myriad of free screencap apps on any myriad of free image hosts..... Don't clog up the S[O|U|F] servers with other crap. |
|||
|
|
|
I am not sure the site would agree with you. Where would all these pictures be stored? They would have to increase their hosting capabilities greatly to support built in picture hosting. Am I wrong? This site is meant to be quick and efficient and I believe this would not support that goal. There are so many other picture hosting options that I believe those should be used if needed. Otherwise, just quote the text of errors. |
|||
|
|
|
how about photo albums folders too? I mean, I don't see any use in screenshots, as you can easily copy-and-paste.... |
|||
|
|