
5 Jun
2004
5 Jun
'04
12:29 p.m.
Quoth Jon Phillips on or about 2004-06-04:
I finally got some these illustrator screenshots off my parents laptop I took in December. I posted to the wiki and they are available here:
http://cabbage.ucsd.edu/~phillipsjd/media/adobeIllustrator10-win32/
If it's not too much trouble, could you convert them to jpg or png -- something with compression?
If you have ImageMagick, this should work:
for i in *.bmp; do convert $i jpg:`echo $i | sed 's/bmp/jpg/'`; done
FWIW, I think inkscape's UI is already better than AI's.
-trent
--
First time I've gotten a programming job that required a drug test. I
was worried they were going to say "you don't have enough LSD in your
system to do Unix programming". -- Paul Tomblin