Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!garnet.berkeley.edu!borton From: borton@garnet.berkeley.edu (Chris "Johann" Borton) Newsgroups: comp.sys.mac.system Subject: Re: PostScript/TrueType Question Message-ID: <1990Sep25.195341.27610@agate.berkeley.edu> Date: 25 Sep 90 19:53:41 GMT References: <6327@hub.ucsb.edu> <70500039@m.cs.uiuc.edu> Sender: usenet@agate.berkeley.edu (USENET Administrator) Organization: University of California, Berkeley Lines: 13 In article <70500039@m.cs.uiuc.edu> gillies@m.cs.uiuc.edu writes: > (2) The only enhancement to Quickdraw since the Mac Plus has been > support for color. This means no built-in spline support, no > support for rotation, no support for sophisticated image > processing of grey-scale data (such as dithering or floyding). 32-bit QuickDraw includes dithering and does have some support for image processing; I use it for JPEG color image compression. The biggest problem I see for QD vs. PS is QD's lack of anything but integers, making rounding a real problem like in zooming, for example. -cbb