TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Choose Photo. Make Ascii

116 pointsby ananddassalmost 13 years ago

15 comments

ananddassalmost 13 years ago
My friend just learned how to code last week and was already able to make this. I'm impressed by the quality of codecademy
评论 #4362465 未加载
sequoiaalmost 13 years ago
<a href="http://freecode.com/projects/jp2a" rel="nofollow">http://freecode.com/projects/jp2a</a> &#60; I use this in the console sometimes. Nice just to check the orientation of a photo or something, then e.g. rotate w/convert.
评论 #4365304 未加载
dag11almost 13 years ago
Oooh, this reminds me of something similar I made when I was 14 or 15. I made a program to do just this, but only with bitmaps. No Twitter Bootstrap or filepicker.io, though ;)<p>Web interface: <a href="http://minipenguin.com/bta/" rel="nofollow">http://minipenguin.com/bta/</a><p>Standalone source code: <a href="http://minipenguin.com/bta/bta.c" rel="nofollow">http://minipenguin.com/bta/bta.c</a>
Game_Enderalmost 13 years ago
Cool web-app, if you like this you should try out libcaca[1] it has even been integrated with mplayer[2].<p>1 - <a href="http://caca.zoy.org/wiki/libcaca" rel="nofollow">http://caca.zoy.org/wiki/libcaca</a><p>2 - <a href="http://www.youtube.com/watch?v=VP5KvaWz6Dg" rel="nofollow">http://www.youtube.com/watch?v=VP5KvaWz6Dg</a>
评论 #4362541 未加载
spec_laconicalmost 13 years ago
Perl module for such: <a href="http://search.cpan.org/~asavige/Acme-EyeDrops-1.60/lib/Acme/EyeDrops.pm" rel="nofollow">http://search.cpan.org/~asavige/Acme-EyeDrops-1.60/lib/Acme/...</a>
l33tbroalmost 13 years ago
A bit of oneupmanship: ASCII projektor, which was an app from a few years ago that allowed you to create ASCII from video.<p><a href="http://earthlingsoft.net/ASCII%20Projektor/" rel="nofollow">http://earthlingsoft.net/ASCII%20Projektor/</a>
sprobertsonalmost 13 years ago
Put MIT in URL. Get clicks.
alpbalmost 13 years ago
Pretty cool. I finally saw a practical use of filepicker.io!
jpswadealmost 13 years ago
<a href="http://labs.phurix.net/posts/converting-your-logo-to-ascii-art" rel="nofollow">http://labs.phurix.net/posts/converting-your-logo-to-ascii-a...</a>
crasshopperalmost 13 years ago
<a href="http://www.floodgap.com/software/ppmascii/ppmascii.txt" rel="nofollow">http://www.floodgap.com/software/ppmascii/ppmascii.txt</a>
cekalmost 13 years ago
This is fun. I made one of my '88 911:<p><a href="http://kindel.com/porsche/Ascii" rel="nofollow">http://kindel.com/porsche/Ascii</a>
MIT_Hackeralmost 13 years ago
I remember making a python script in high school that did this same thing. If only FilePicker had existed then!
jordanthomsalmost 13 years ago
Mplayer has ASCII art output for videos, -vo aa . Can be fun :-)
girlvinylalmost 13 years ago
Really fun! Nice implementation of photo to ascii.
chippyalmost 13 years ago
Does it have an API?