Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Quartz 2D


Related Topics

  
 [No title]
Quartz 2D running in software using the CPU has to write to the backing store in RAM, then that backing store has to be moved to the video card where the Quartz Compositor can put it into the final scene.
Quartz 2D Extreme running on the GPU writes those 640,000 pixels into the backing store in VRAM, which is exactly where the Quartz Compositor needs to read it from.
Quartz 2D was notoriously slow at drawing lines in Panther and earlier versions of Mac OS X, so much so that developers often chose to use (or in most cases, "stick with") QuickDraw for such tasks.
arstechnica.com /reviews/os/macosx-10.4.ars/14   (3078 words)

  
 [No title]
Quartz is a VERY common mineral, and is often found as veins cutting through all kinds of rock in most parts of the world.
Quartz is very abundant in the Earth’s crust so there is no danger of running short of easily available raw quartz for cultured quartz production.
Quartz crystal is the most abundant crystalline form of silicon dioxide, occurring, in some parts of the world, in large single crystals from which mechanical resonators of useful dimensions can readily be formed.
www.lycos.com /info/quartz--quartz-crystal.html?page=2   (603 words)

  
 MacDevCenter.com -- Introduction to Quartz 2D for QuickDraw Programmers   (Site not responding. Last check: 2007-10-11)
Quartz 2D is a key component of the Core Graphics architecture of Mac OS X, and is the modern technology in the system whose functionality most closely matches that of QuickDraw.
For this reason, the unit defined for the coordinate axes in Quartz 2D is the point that is defined to be exactly 1/72 of an inch (or to put it another way, there are 72 points per inch).
It is possible to change the Quartz context's coordinate system so that one inch of user space no longer equals one inch on the output device, but when the context is first created, the convention is that Quartz sets it up so that 72 points in user space equals one inches worth of device pixels.
www.macdevcenter.com /pub/a/mac/2004/09/28/quartz.html   (2026 words)

  
 MacDevCenter.com -- What Is Quartz (or Why Can't Windows Do That)
Quartz is the heart and soul of Mac OS X's graphics layer, which directly supports the defining features of the Aqua desktop experience.
Quartz Compositor is OS X's powerful window server, and Quartz 2D is the two-dimensional drawing engine that's often referred to as Core Graphics.
Although Quartz is a catch-all phrase referring to the graphics layer that sits on top of Darwin, it really encompasses two distinct, but closely related, components: a window server called Quartz Compositor and a graphics library called Quartz 2D.
www.macdevcenter.com /pub/a/mac/2005/10/11/what-is-quartz.html   (687 words)

  
 Quartz 2D - Wikipedia, the free encyclopedia
Quartz 2D is the primary graphics library in Mac OS X.
Quartz 2D is based on version 1.4 of the Adobe Portable Document Format (PDF – a universal file format that preserves all of the fonts, formatting, colors and graphics of any source document, regardless of the platform used to create it).
Quartz 2D instead takes a more mathematical approach, where the coordinate space is an abstract concept defined by real values in 2 dimensions.
en.wikipedia.org /wiki/Quartz_2D   (317 words)

  
 O'Reilly Network -- A Simple Drawing Sample in Quartz 2D
At the time Quartz 2D receives the close instruction, if the first and last points of the path do not match, the computer will add a final segment from the last point to the first point.
With Quartz 2D you are more likely to see a white screen than a fl one, but the underlying cause is the same.
Rotation angles in Quartz 2D, however, are specified in radians, not degrees.
www.oreilly.com /pub/a/mac/2004/11/02/quartz.html?page=last   (2268 words)

  
 Quartz (graphics layer) - Wikipedia, the free encyclopedia
There are two components that make up Quartz: Quartz Compositor, a compositing windowing system that manages and composites off-screen window bitmaps to create the Mac OS X user interface; and Quartz 2D, a two dimensional text and graphics drawing library based on the paradigms of the Portable Document Format.
Quartz can render text with sub-pixel precision; graphics are limited to more traditional anti-aliasing, which is the default mode of operation but can be turned off.
Quartz 2D Extreme was introduced in Mac OS X Tiger, but was disabled by default; Apple strongly cautioned against using it because of bugs which could cause visual anomalies and crashes.
en.wikipedia.org /wiki/Quartz_(graphics_layer)   (419 words)

  
 [No title]
Quartz is the umbrella term for the Mac OS X display layer through which all drawing and screen display is done.
Quartz takes advantage of this to enable nearly anything drawn to the screen to be written to a PDF file, and to help unify printing and screen display under a single API.
That leaves Quartz 2D and QuickDraw, the two general purpose drawing APIs in Mac OS X. Quartz 2D is Mac OS X's "native" drawing API.
arstechnica.com /reviews/os/macosx-10.4.ars/13   (2289 words)

  
 [HowTo] Enable Quartz 2D Extreme - InsanelyMac Forum   (Site not responding. Last check: 2007-10-11)
Apple has choosen not to enable Quartz 2D Extreme for a good reason and that is because it currently does not provide any significant performance advantage and in some cases actually might be slower.
Quartz 2D Extreme is something meant only for 2D not 3D.
I just realized this and am really sorry for this, but Quartz 2D Extreme is not supported on the 855, even after editing of both the plists in Method 1 and 2.
forum.insanelymac.com /index.php?showtopic=8472   (1442 words)

  
 From QuickDraw to Quartz 2D > The Legacy of QuickDraw and the Rise of PDF   (Site not responding. Last check: 2007-10-11)
Moreover, Quartz 2D is a single part in a larger graphics architecture on Mac OS X. This architecture was designed from its inception to take advantage of advances in the graphics hardware of modern personal computers.
The Quartz 2D library has a long legacy behind it and understanding that legacy may help you to recognize some of the idiosyncrasies of the library’s imaging model.
Instead of erasing graphics, in Quartz 2D you create a mask, or clipping area, and draw the graphics you want the user to see relying on the mask to remove parts of the image you don’t want to display.
www.informit.com /articles/article.asp?p=454786   (1988 words)

  
 MacDevCenter.com -- What Is Quartz (or Why Can't Windows Do That)
Because Quartz is rooted in the PDF specification, it shouldn't come as any surprise to you that Quartz 2D provides a rich API for drawing to OpenGL graphics contexts, PDF and PostScript documents, and raster graphics (bitmaps), in addition to the screen.
Quartz is highly customizable and includes the ability to specify whether or not to anti-alias graphics and text, manage color with ColorSync, internally compress data, and specify the level of transparency among other things.
If all of that talk about Quartz 2D sounds pretty intense, you'll be glad to know that there's still a lot of fun that you can have without writing a single line of code.
www.oreilly.com /pub/a/mac/2005/10/11/what-is-quartz.html?page=3   (477 words)

  
 blog.leenarts.net » Quartz 2D Graphics
Quartz 2D is a central piece in the graphics development on Mac OSX.
The thing with Quartz 2D is the fact that it is resolution and color independent.
Quartz 2D graphics on the other hand strikes just the right balance to me.
blog.leenarts.net /2006/09/09/quartz-2d-graphics   (353 words)

  
 [No title]
The new quartz products are nonporous so they don’t stain and their colors and patterns are consistent so you don’t have to worry about picking out a particular slab—the color you pick out in the showroom will be the one you get.
They say this is because it has "become a cult record", but this lione veils a rather unusual situation as Quartz were dropped by Jet after the one LP and have recently re-emerged on the small independent Reddington's, based on the well known Rare Records shop in Birmingham.
They have had an Alternative Chart hit with their new single 'Nantucket Sleighride' and a new album is due out any day, so this seems to be a case of a major label rising on the back of an independent's sucess.
www.lycos.com /info/quartz.html   (571 words)

  
 O'Reilly -- Safari Books Online - 0321336631 - Quartz 2D Graphics for Mac OS X® Developers
Quartz 2D is a modern drawing API with a powerful imaging model.
Quartz 2D Graphics for Mac OS X® Developers is a hands-on guide and introduction to Quartz 2D.
Quartz is 2D graphics light-way API on Mac OS X. It is resolution and device independent.
safari.oreilly.com /0321336631?a=102682   (784 words)

  
 Apple (UK and Ireland) - Mac OS X - Quartz Extreme
Everything you see on screen is the result of millions upon millions of calculations by Quartz 2D, the revolutionary composited windowing system in Mac OS X that uses the Portable Document Format (PDF) as the basis of its imaging model.
Quartz 2D delivers crisp graphics, anti-aliased fonts, and blends 2D, 3D and QuickTime content together with transparency and drop shadows.
Quartz Extreme functionality is supported by the following video GPUs: NVIDIA GeForce2 MX, GeForce3, GeForce4 MX, or GeForce4 Ti or any AGP-based ATI RADEON GPU.
www.apple.com /uk/macosx/features/quartzextreme   (288 words)

  
 Generating Diagrams with Python and Quartz - MacResearch
Quartz has been in Mac OS X since day one, and has played an important role in its success.
And when you generate a PDF file from inside a Mac application, you are also benefitting directly from Quartz.
The first is Apple's developer documentation, in particular the Quartz 2D Programming Guide.
www.macresearch.org /generating_diagrams_with_python_and_quartz   (654 words)

  
 Quartz or OpenGL for 2d Graphics? - iDevGames - Community Forum
Now the game I intend on making is a 2d side scrolling game which will have upto 50 sprites moving around at once.
Will quartz handle this to a useable level, I don't care if the frame rates arn't huge just as long as the animations look smooth.
Quartz can certainly handle that, but if the user doesn't have Quartz Extreme or a really fast computer it'll be unplayably slow.
www.idevgames.com /forum/showthread.php?p=38991   (431 words)

  
 MacDevCenter.com -- A Simple Drawing Sample in Quartz 2D   (Site not responding. Last check: 2007-10-11)
Quartz 2D draws the image oriented to the coordinate system such that "up" on the image is the same direction as the positive y-axis (Figure 2a).
Quartz 2D graphics contexts have similar state items such as the stroke color, the fill color, and the text drawing mode.
Quartz 2D will let you get at the matrices themselves, but the specifics of that math don't concern us yet.
www.macdevcenter.com /pub/a/mac/2004/11/02/quartz.html   (2628 words)

  
 cybergrain: Apple Quartz, Windows Vista, and the 3D pipeline
Apple's OS X 10.2 (Jaguar) in 2002 was the first operating system to start moving some of their 2D graphics onto the 3D pipeline with a technology called Quartz Extreme.
This year, OS X Tiger included Quartz Extreme 2D (see here), which moved all 2D operations over to the 3D pipe.
For every 2D drawing routine like PaintPoly in Quartz, a new version was required which does its work by first "tesselating" the shape into triangles and then passing the triangles to the 3D pipeline.
www.cybergrain.com /archives/2005/09/2d_and_3d_graph.html   (831 words)

  
 ONJava.com -- What Is Quartz   (Site not responding. Last check: 2007-10-11)
Quartz is an open source job-scheduling framework written entirely in Java and designed for use in both J2SE and J2EE applications.
Quartz has been around for a while, although it has started to receive a lot of attention this year.
The Quartz development team has been able to release several new versions this year, including the 1.5 release, which is currently in a candidate release stage.
www.onjava.com /pub/a/onjava/2005/09/28/what-is-quartz.html   (633 words)

  
 Quartz - Carbon Dev for MacOS X Wiki   (Site not responding. Last check: 2007-10-11)
Quartz, also known as Core Graphics, is the native graphics API for OS X. Now, that QuickDraw has been deprecated, it has become more important to learn and master Quartz.
Quartz uses floats in point and rectangle structures so it can represent more accurate values during scaling, rotation, and other transforms.
By default, Quartz uses a coordinate system with 0.0, 0.0 as the lower, left corner, as opposed to QuickDraw with 0,0 on the top, left.
www.carbondev.com /site/?page=Quartz   (164 words)

  
 Inside Mac Games Feature: A Look At Mac OS X 10.2
Quartz Extreme makes your entire 2D workspace an OpenGL scene, in which each window is a textured polygon.
It also accelerates the Quartz effects, such as "genie" and "scale" which are used when minimizing windows to the Dock.
But the real benefit of Quartz Extreme is not its butter-smooth eye candy; with all of the graphics work being done by the GPU on your graphics card, your CPU is freed up to work on other things.
www.insidemacgames.com /features/view.php?ID=166   (718 words)

  
 IGM: OS X Journal: Closer look at Jaguar's Quartz Extreme
Quartz Extreme is progress and to require the use of current hardware to take advantage of it isn't unreasonable at all.
Most current 2D accelerators sort of take this for granted, and their drivers and hardware are built assuming that one process owns the drawing canvas.
Quartz Extreme hardware-accelleration via OpenGL is a positive and applaudable step to take - it removes a large workload from the CPU and congestion of the RAM bus, and it allows Apple to improve hardware through other means than MHz increases.
www.insanely-great.com /news.php?id=393   (5576 words)

  
 OS X Odyssey 231 - The Quartz Extreme Conundrum   (Site not responding. Last check: 2007-10-11)
Quartz Extreme is the hardware-accelerated graphics technology on supported graphics cards in OS 10.2 and later.
The Mac OS X graphics system consists of Quartz 2D, which renders fonts as well as vector and bitmap graphics; OpenGL for generating 3D graphics; and QuickTime for producing dynamic media.
Quartz then composited the layers into a single frame and sent the frames to the graphics card.
www.applelinks.com /articles/2002/12/20021227131042.shtml   (2378 words)

  
 Graphics & Imaging - Quartz
Quartz is a powerful graphics system which forms the foundation of the imaging model for Mac OS X. Quartz offers a sophisticated two-dimensional drawing engine and an advanced windowing environment.
Quartz's windowing services provide low-level functionality like window buffering, event handling/dispatch as well as dynamically creating the translucency and drop shadow effects found in the Aqua user interface.
Quartz Composer brings together a rich set of technologies for building powerful products without having to write code.
developer.apple.com /quartz   (190 words)

  
 XvsXP Discussion Forums > Should Apple pay attention to XGL/Compiz?   (Site not responding. Last check: 2007-10-11)
Quartz 2D is the graphics engine for 2D drawing, Quartz Compositor is the window server.
Quartz 2D and Quartz compositor have been in OS X from the start.
AFAIK Quartz 2D is a graphics library, which uses Quartz compositor as a backend.
www.xvsxp.com /forums/lofiversion/index.php?t6823.html   (6108 words)

  
 Feedback on Hack to Enable Quartz Extreme for Radeon PCI cards
BTW - as mentioned in yesterday's news, the 10.4.3 change list notes Quartz 2D Extreme is not supported in Tiger but as far as I know it's always been disabled by default in Tiger.
Note that Quartz 2D Extreme is disabled in 10.4.0 (on every config), as mentioned in the Ars review of Tiger.
Quartz checker reports the on board video ati rage pro is not accelerated, but this is a good thing, as it would oversaturate the on board video anyway.
www.xlr8yourmac.com /OSX/quartz_extreme_PCI_mod.html   (8779 words)

  
 Quartz 2D Graphics for Mac OS X® Developers - $39.99   (Site not responding. Last check: 2007-10-11)
Quartz not only handles many of the responsibilities of QuickDraw, it is the platform on which many of the innovations in the Mac OS X graphics system are built.
Quartz allows applications to seamlessly integrate technologies as diverse as the motion graphics of QuickTime and the 3D graphics of OpenGL onto the same screen or even into the same window.
The Quartz 2D imaging model is quite different from the drawing models of other graphics libraries.
www.awprofessional.com /title/0321336631   (1037 words)

  
 RoughlyDrafted: Remote Display part 6
The Quartz Compositor is particularly amazing because it layers windows with active transparency, providing subtle effects like drop shadows and translucent windows.
Drawing in Mac OS X is done outside of the Quartz Compositor, either in legacy QuickDraw, in the new Quartz 2D (which follows the graphics model of PDF), in OpenGL (for 3D models), or in QuickTime (for 4D video).
While this is certainly an interesting option, Apple development in the last five years has centered on improving Quartz Compositor and Quartz 2D for local performance, accelerating both using the otherwise idle graphic CPU.
www.roughlydrafted.com /Oct05.RemoteDisplay6.html   (341 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.