41 comments

[ 7.7 ms ] story [ 114 ms ] thread
Potentially very useful. It would be even more useful if you could add width and height parameters. Assuming you are the creator of course.
What's the license for these images?
Looks like it's a front end to Google Image Search, so use at your own risk.
You can join the options using a "+" character. e.g. http://cat.jpg.to/r+l+gif is a random large cat gif image. options available:

"jpg" "gif" "png"

"face" "photo" "clipart" "lineart"

"black" "blue" "brown" "gray" "green" "orange" "pink" "purple" "red" "teal" "white" "yellow"

"huge" "xxl" "xxlarge" "xl" "xlarge" "l" "large" "m" "medium" "s" "small" "xs" "i" "icon"

"r" "random"

Is there a documented list of all the parameters somewhere? How did you know about /random+large+gray?
Because I am the creator. :p Thanks for reminding me, I am adding the list to the about page now.
Pretty fun!

For writing murder notes : http://jsfiddle.net/c8B5G/embedded/result/

Very cool! :) Can you filter the punctuation marks? It shows broken images for things like question marks and periods.
Unfortunately, escaped characters aren't allowed as subdomains so you'll have to hardcode them as a switch/ifelse chain which returns appropriate searches (eg . => "fullstop.jpg.to")..

Feel free to fork and do so though :)

This is so awesome. Super simple idea but I'm already grinning like a maniac coming up with ideas of what to use it for
Made three requests following links in this thread, all three times request policy indicated off-site content.

Looks like a hot-link generator to me :(

Just curious: why are you importing so many fonts?
They would be useful when I further develop the site. Now I think I should just "comment" them away.
Click 'Go' w/o typing a keyword and you get an application error :(
Why is http://man.jpg.to creepy/NSFW?
As a note, the "safe" filter is completely off for these searches. Results may not be as intended. Consult a doctor for details.
ROFL this is awesome! Not sure why my buddy comes up when I type in my name though...

    function jpgto(){
      local jptkeyword=$1;
      local jptpath=$2;
      curl -silent -F keyword=$jptkeyword -F file="@$jptpath" jpg.to/finish.php >> /dev/null;
      echo "http://jpg.to/$jptkeyword";
    }


    [you@home]$ jpgto kittay /path/to/cat.jpg
jpgto bash function! Now with no error checking for worry free performance!! :p https://gist.github.com/1878588

EDIT: it outputs the vote link because we don't know if you have the top img for that tag.