Computer Science Canada LOL Virus |
Author: | agnivohneb [ Tue Aug 05, 2008 7:07 pm ] |
Post subject: | LOL Virus |
Don't worry its not a actual virus. Just a flashing image and some LOLs. |
Author: | Sam_sam [ Sun Dec 21, 2008 6:31 pm ] |
Post subject: | RE:LOL Virus |
Did you actually spend time drawing all those dots? |
Author: | andrew. [ Mon Dec 22, 2008 10:43 am ] |
Post subject: | RE:LOL Virus |
I hope he didn't draw each dot manually. That's a lot of work. It looks like he made a Turing program that converts images to Turing dots though. EDIT: I was bored so I made a converter. It can convert any image that Turing can view into a .t source file using dots. |
Author: | Insectoid [ Mon Dec 22, 2008 2:02 pm ] |
Post subject: | RE:LOL Virus |
andrew., that's not hard. Sam_sam, necro #3. Andrew, how well does it work? Is it limited to the 256 colors built into Turing or does it use RGB? and if it does, is it still limited to 1000 colors? I'm asking because I've done one of these and never got past the 1000 color limit. The fun part is trying to make the t file as small as possible. EDIT: just looked over your code. Remember that Turing has only 256 default colors, and whatdotcolor will 'round' to the nearest color. So if you have a color-intensive picture, it will look very bad. |
Author: | ecookman [ Mon Dec 22, 2008 4:56 pm ] |
Post subject: | Re: LOL Virus |
good program andrew @insectoid you are half right refer to attachment |
Author: | Insectoid [ Mon Dec 22, 2008 5:14 pm ] |
Post subject: | RE:LOL Virus |
okay, s in the case of that picture it turned out cool. But still nonidentical to the original. |
Author: | The_Bean [ Mon Dec 22, 2008 5:21 pm ] |
Post subject: | Re: LOL Virus |
If you refer back to this thread you can obviously see the different levels of colour. http://compsci.ca/v3/viewtopic.php?t=19392&highlight= |
Author: | Insectoid [ Mon Dec 22, 2008 5:25 pm ] |
Post subject: | RE:LOL Virus |
Yup, that's the one! You can see there the difference it makes, though I'm sure with some clever programming you could check if that color is already made (either default or rgb) and if it isn't, delete one rgb, add that one, add the line to delete/create rgb color and then write the draw line to the text file. That could be interesting... |
Author: | andrew. [ Mon Dec 22, 2008 9:58 pm ] |
Post subject: | Re: RE:LOL Virus |
insectoid @ Mon Dec 22, 2008 2:02 pm wrote: andrew., that's not hard. Sam_sam, necro #3.
Yeah, I know, I've already made this somewhere with the RGB module. I am just using this as sample code. I think I will see what enhancements I can do to make it faster and more efficient like finding blocks of the same colour and stuff. Then I will apply that to my other program with RGB. I too haven't gotten past the 1000 colour barrier limit.
Andrew, how well does it work? Is it limited to the 256 colors built into Turing or does it use RGB? and if it does, is it still limited to 1000 colors? I'm asking because I've done one of these and never got past the 1000 color limit. The fun part is trying to make the t file as small as possible. EDIT: just looked over your code. Remember that Turing has only 256 default colors, and whatdotcolor will 'round' to the nearest color. So if you have a color-intensive picture, it will look very bad. Oh yeah, you guys don't have to called me "andrew." You can call me Andrew. It's just the username was taken. |
Author: | Sam_sam [ Mon Dec 22, 2008 10:05 pm ] |
Post subject: | RE:LOL Virus |
When you input the location... lol, how would you input it because when I input an image file location.. it doesn't work:s |
Author: | andrew. [ Tue Dec 23, 2008 10:28 am ] |
Post subject: | RE:LOL Virus |
You have to put the full path. e.g. C:/Documents and Settings/Sam_sam/My Documents/picture.jpg |