 |
|
 |
|
Next: Translation Feature for Visitors
|
| Author |
Message |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 1) Posted: Sun Oct 24, 2004 7:23 pm
Post subject: Image to ASCII picture transforming machine Archived from groups: alt>www>webmaster (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Oct 21, 2004 Posts: 17
|
(Msg. 2) Posted: Sun Oct 24, 2004 7:41 pm
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
*Charles Sweeney* wrote:
> Further to Mr Urquhart's reference to:
>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.textfiles.com/art/afinger.txt</font" target="_blank">http://www.textfiles.com/art/afinger.txt</font</a>>
>
> Where they have excellent pictures made only from ASCII characters, I
> decided to make a machine that would do the same thing.
>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.charlessweeney.com/asciimachine/</font" target="_blank">http://www.charlessweeney.com/asciimachine/</font</a>>
>
> Enter any jpeg image and the Image to ASCII picture transforming machine,
> will make a perfect ASCII picture for you.
>
> Enjoy.
Very impressive!
As an idea, how about a scale setting so that the line length can be set
rather than having a 1 pixel to 1 char ratio. Also using <pre> would
save quite a bit on downloading
--
Andrew Urquhart
- Reply: <a style='text-decoration: underline;' href="http://andrewu.co.uk/contact/" target="_blank">http://andrewu.co.uk/contact/</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image to ASCII picture transforming machine |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 3) Posted: Sun Oct 24, 2004 7:53 pm
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Andrew Urquhart wrote:
> *Charles Sweeney* wrote:
>> Further to Mr Urquhart's reference to:
>>
<font color=green> >> <a style='text-decoration: underline;' href="http://www.textfiles.com/art/afinger.txt</font" target="_blank">http://www.textfiles.com/art/afinger.txt</font</a>>
>>
>> Where they have excellent pictures made only from ASCII characters, I
>> decided to make a machine that would do the same thing.
>>
<font color=green> >> <a style='text-decoration: underline;' href="http://www.charlessweeney.com/asciimachine/</font" target="_blank">http://www.charlessweeney.com/asciimachine/</font</a>>
>>
>> Enter any jpeg image and the Image to ASCII picture transforming
>> machine, will make a perfect ASCII picture for you.
>>
>> Enjoy.
>
> Very impressive!
Thanks Andrew! After I made it I had a Google and found a few others,
nothing new under the sun!
> As an idea, how about a scale setting so that the line length can be
> set rather than having a 1 pixel to 1 char ratio.
Right now it's one pixel to one <td> cell in a table. Not sure how I
would scale it. At first I did it without a table, just lines of text,
this rendered much quicker, but the results were unpredictable at
different font sizes. The table at least forces a shape on it.
Just messing about. I may look at it some more, we'll see.
> Also using <pre>
> would save quite a bit on downloading
Good call.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image to ASCII picture transforming machine |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 1119
|
(Msg. 4) Posted: Sun Oct 24, 2004 8:44 pm
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
As an authority on the subject, Charles Sweeney proclaimed:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.charlessweeney.com/asciimachine/</font" target="_blank">http://www.charlessweeney.com/asciimachine/</font</a>>
Very nice, but it doesn't half eat up your data transfer!
--
Dylan Parry
<a style='text-decoration: underline;' href="http://webpageworkshop.co.uk" target="_blank">http://webpageworkshop.co.uk</a> - FREE Web tutorials and references<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image to ASCII picture transforming machine |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 5) Posted: Sun Oct 24, 2004 8:44 pm
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Dylan Parry wrote:
> As an authority on the subject, Charles Sweeney proclaimed:
>
<font color=green> >> <a style='text-decoration: underline;' href="http://www.charlessweeney.com/asciimachine/</font" target="_blank">http://www.charlessweeney.com/asciimachine/</font</a>>
>
> Very nice, but it doesn't half eat up your data transfer!
He he, I bet it does! It's on my own dedicated server, so for now I can
spare it!
Having said that, I tried it a little while ago, and it was quite slow.
I wonder how many concurrent connections it could take without grinding
to a halt?
The PHP has to go through it a pixel at a time. I was testing on a
fairly small image about 300x200, which is still 60,000 pixels that are
operated on individually.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image to ASCII picture transforming machine |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 6) Posted: Sun Oct 24, 2004 11:15 pm
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Charles Sweeney wrote:
> Andrew Urquhart wrote:
>
<font color=brown> >>> <a style='text-decoration: underline;' href="http://www.charlessweeney.com/asciimachine/</font" target="_blank">http://www.charlessweeney.com/asciimachine/</font</a>>
>> As an idea, how about a scale setting so that the line length can be
>> set rather than having a 1 pixel to 1 char ratio.
>
> Right now it's one pixel to one <td> cell in a table. Not sure how I
> would scale it. At first I did it without a table, just lines of text,
> this rendered much quicker, but the results were unpredictable at
> different font sizes. The table at least forces a shape on it.
I have put the text-only version on the same page.
It is much quicker, and thanks to Andrew's reminder about <pre> it renders
beautifully!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image to ASCII picture transforming machine |
|
| Back to top |
|
 |  |
External

Since: Jun 22, 2004 Posts: 548
|
(Msg. 7) Posted: Mon Oct 25, 2004 12:31 am
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Oct 03, 2004 Posts: 111
|
(Msg. 8) Posted: Mon Oct 25, 2004 12:34 am
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Charles Sweeney wrote:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.charlessweeney.com/asciimachine/</font" target="_blank">http://www.charlessweeney.com/asciimachine/</font</a>>
What are you using to generate the ASCII art? Have you looked towards
aalib?
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ <a style='text-decoration: underline;' href="http://tobyinkster.co.uk/contact" target="_blank">http://tobyinkster.co.uk/contact</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image to ASCII picture transforming machine |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 9) Posted: Mon Oct 25, 2004 12:34 am
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Toby Inkster wrote:
> Charles Sweeney wrote:
>
<font color=green> >> <a style='text-decoration: underline;' href="http://www.charlessweeney.com/asciimachine/</font" target="_blank">http://www.charlessweeney.com/asciimachine/</font</a>>
>
> What are you using to generate the ASCII art?
GD with PHP (imagecolorat())
> Have you looked towards
> aalib?
Not aware of that one Mr I. Was just messing about, I will check it out.
Thanks for the pointer.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image to ASCII picture transforming machine |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 2384
|
(Msg. 10) Posted: Mon Oct 25, 2004 12:35 am
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Heidi wrote:
> Charles Sweeney wrote:
>: Further to Mr Urquhart's reference to:
>:
<font color=purple> >: <a style='text-decoration: underline;' href="http://www.textfiles.com/art/afinger.txt</font" target="_blank">http://www.textfiles.com/art/afinger.txt</font</a>>
>:
>: Where they have excellent pictures made only from ASCII characters, I
>: decided to make a machine that would do the same thing.
>:
<font color=purple> >: <a style='text-decoration: underline;' href="http://www.charlessweeney.com/asciimachine/</font" target="_blank">http://www.charlessweeney.com/asciimachine/</font</a>>
>:
>: Enter any jpeg image and the Image to ASCII picture transforming
>: machine, will make a perfect ASCII picture for you.
>:
>: Enjoy.
>
> WOW that is neat!! It even did the garfield comic strip
Thank you Miss H!
Provided it's not too big, it'll handle any jpeg you can throw at it! I
might do an option for gif and png too. Was just experimenting.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Image to ASCII picture transforming machine |
|
| Back to top |
|
 |  |
External

Since: Jun 22, 2004 Posts: 548
|
(Msg. 11) Posted: Wed Oct 27, 2004 3:13 am
Post subject: Re: Image to ASCII picture transforming machine [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
| Related Topics: | Picture Problems Again - Please help? - Hi again, Thanks SO much for your help with my last picture problems, which, thanks to you guys, are now resolved! Now, however, I am doing a different site, at www.alexandra-nursery.co.uk and for some reason that I simply cannot fathom, the first 7..
Picture Problems - I have some pictures on my website that are hyperlinks to other pages. The problem is that when you hover over the picture, the picture disappears and you see an X. Although this does not interfere with the functionality of the site, its very..
Dotster picture - Look at the girl in the picture: http://dotster.com It looks like she's saying: "No, I will NOT look at the screen!" -- Charles Sweeney
How to supress "picture menu" from jpg images? - Hi, I'm using jpg image to link to another window. When the mouse is over the image a "picture menu" appears in left upper corner (saving, printing etc.). Is it possible to supress it? MiA
Sort of OT: Recommended picture viewers..... - ACDsee seems to want to crash all the time. Any folks recommend any others - I kind of like the fact that ACDsee has the file window to the left allowing me to browse through folders with the cursor keys. |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|