Use
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
I'll post it back here in a sec.
To the left is the unsmoothed
To the right is the smoothed.
This isnt a good example for various reasons, but
here is an example that shows off the features nicely:
kedascrn.gif
examscrn.gif
Are the attachments, kedascrn being yours, kedaman.
Enjoy!
Cheers,
Sastraxi
Last edited by Sastraxi; Feb 3rd, 2001 at 09:56 PM.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
(Just a heads-up)
I don't see any links Sas, maybe you tried to upload more than the 100k limit?
Use
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
I've been working on something like that for a while. It extrapolates curves and lines in a bitmap, kind of like CorelDraw's trace function. I wrote it to clean up low-rez digital camera pictures. I'm having lots of problems with it, though. Oh well. Another project for the back burner...
1. Since it uses SetPixelV and Getpixel, it takes about 9 seconds/frame. (Soon to be changed to get & setbitmapbits) This is on a Celeron 533 w/128 mb Ram and an S3 Savage4 card. The conversion is 24bit from 320x240 to 640x480.
2. My algorithm doesn't save, but if it did, it would about quadruple the file size. Its meant just to be written to the screen, like on an Emulator. It looks okay, if you havent downloaded the zip then download it now.
My ICQ is 84479333.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
(Just a heads-up)
That one sux compared to my latest.... although my 2nd latest makes everything 1 pixel in 320x240 disappear when enlarged....
I'll post the latest here, and to HarryW, I thought they were all the same. If you want to TRULY compare, enlarge the image unprocessed.bmp or something like that x2. Then you can see the difference clearly.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
(Just a heads-up)
`Yeah i know i should but i'm lazy, Any suggestions where to?
Use
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.