Image talk:Aliased.png

From Wikipedia, the free encyclopedia

[edit] source is already "verified"

I have explicitly written that I created the image using a program that I wrote and submitted the whole thing to wikipedia. Just because someone decided to invent some newfangled tags for copyright attribution doesn't render Wikipedia:Copyright null and void. Loisel 23:26, 22 Dec 2004 (UTC)

[edit] Some comments

  • You should probably have return statements for the main function, since it is of type int
  • After this program is compiled on my machine, the resulting image is anti-aliased! (maybe I'm doing something wrong)
gcc -o aliased aliased.c -lm
./aliased > aliased.png
display aliased.png &

I doubt it has anything to do with ImageMagick, though... —Kbolino 07:51, Mar 26, 2005 (UTC)