Textify: Convert images to HTML text
1–10 of 38 posts
Re: Textify: Convert images to HTML text
#2One thing that's obviously missing is a way to link to the image you've just created. I have a nice looking photo sitting there, but seemingly the only way to share it is to view source, copy, paste into a new HTML file and upload it to a server somewhere.
Have it start each new session at a random URL that you can share, and this will get very popular very fast.
Re: Textify: Convert images to HTML text
#3The submission needs a lot of characters, though.
Re: Textify: Convert images to HTML text
#4 Fatal error: main(): Failed opening required 'server/util.php'
(include_path='.:/hsphere/shared/apache/libexec/php4ext/php/') in
/hsphere/local/home/hakim/hakim.se/experiments/html5/textify/index.php on line 3Re: Textify: Convert images to HTML text
#5Re: Textify: Convert images to HTML text
#6Re: Textify: Convert images to HTML text
#7Fatal error: main(): Failed opening required 'server/util.php' (include_path='.:/hsphere/shared/apache/libexec/php4ext/php/') in /hsphere/local/home/hakim/hakim.se/experiments/html5/textify/index.php on line 3
Re: Textify: Convert images to HTML text
#8Re: Textify: Convert images to HTML text
#9I did something similar in 1997 (!): http://home.wtal.de/ss/html/pnmtohtml/baby_032.html What do you think?
Performance on the machines of the day was actually better than modern HTML5 stuff on modern hardware because the DOM was so much simpler and tuned toward performance. I could actually watch the little games I made using DIVs/LAYERs and pixel art images slow down during the 2000s as new browsers came out. It's only now, with quad core processors that they're back up to the speed they used to run on a Pentium.