Quartz 2D Graphics for Mac OS X Developers
暫譯: Mac OS X 開發者的 Quartz 2D 圖形學
R. Scott Thompson
- 出版商: Addison Wesley
- 出版日期: 2006-04-01
- 售價: $2,220
- 貴賓價: 9.5 折 $2,109
- 語言: 英文
- 頁數: 352
- 裝訂: Paperback
- ISBN: 0321336631
- ISBN-13: 9780321336637
-
相關分類:
MAC OS 蘋果電腦
已絕版
買這商品的人也買了...
-
$690$545 -
$780$616 -
$650$514 -
$680$646 -
$880$695 -
$650$514 -
$390$308 -
$650$514 -
$890$757 -
$300$237 -
$580$458 -
$450$356 -
$780$663 -
$480$374 -
$720$569 -
$360$281 -
$620$490 -
$390$304 -
$650$507 -
$520$411 -
$880$695 -
$750$593 -
$500$450 -
$450$356 -
$620$527
相關主題
商品描述
Description
A Hands-On Guide and Introduction to Quartz 2D
On Mac OS X, Macintosh developers depend on the graphics and imaging frameworks of the Core Graphics system to implement multimedia features in their applications. With Core Graphics Apple has answered the increasing demands of graphics developers with a powerful collection of tools, including Quartz 2D and Core Image. Quartz 2D is a modern drawing API with a powerful imaging model. Beginning with Mac OS X 10.4, Tiger, Quartz 2D replaces the QuickDraw® graphics library in legacy applications and provides the functionality developers need to take advantage of the latest hardware.
Quartz 2D Graphics for Mac OS X® Developers is a hands-on guide and introduction to Quartz 2D. Differences between the interfaces and features of QuickDraw and Quartz 2D are making the switch challenging for developers. Through in-depth practical coverage, Mac developer and consultant Scott Thompson leads you smoothly through the transition and sets you on the path to developing cutting edge graphics in Core Image.
Through this invaluable guide, you will learn how to
- Forge connections between Quartz 2D and graphics devices using CGContexts
- Simplify the drawing process using transformations
- Draw line art using path-drawing operations on Bezier paths
- Use pixel data to create images
- Import and export images from Quartz 2D with Image I/O and QuickTime
- Generate text and implement special text effects
- Draw in offscreen environments, such as CGLayers and offscreen bitmaps
- Create shadings and patterns
- Create PDFs from Quartz 2D drawings or import PDFs into your drawings
If you depend on QuickDraw for your graphics needs, or are interested in a system that pushes the envelope in computer graphics, now is the time to make the switch to Core Graphics (Quartz 2D, Core Image). This is the book that walks you through that change–step-by-step!
The companion CD-ROM contains projects and source code covered in this book so you can run each sample. The samples demonstrate how to call Quartz 2D from both Carbon and Cocoa applications as well as from Mac OS X’s Python scripting interface.
Table of Contents
Preface xv
Chapter 1: Getting Started 1
Chapter 2: From QuickDraw to Quartz 2D 15
Chapter 3: Introduction to Quartz 2D 37
Chapter 4: The Graphics Context 69
Chapter 5: Transformations 103
Chapter 6: Line Art–Building Paths 135
Chapter 7: Line Art–Drawing 163
Chapter 8: Image Basics 177
Chapter 9: Importing and Exporting Images 211
Chapter 10: Drawing with Core Image 223
Chapter 11: Drawing Text with Quartz 2D 249
Chapter 12: Drawing Offscreen 265
Chapter 13: Shadings and Patterns 277
Chapter 14: Working with PDF 299
Index: 313
商品描述(中文翻譯)
描述
《Quartz 2D 實作指南與介紹》
在 Mac OS X 上,Mac 開發者依賴 Core Graphics 系統的圖形和影像框架來實現應用程式中的多媒體功能。透過 Core Graphics,Apple 回應了圖形開發者日益增長的需求,提供了一套強大的工具,包括 Quartz 2D 和 Core Image。Quartz 2D 是一個現代化的繪圖 API,擁有強大的影像模型。從 Mac OS X 10.4 Tiger 開始,Quartz 2D 取代了舊有應用程式中的 QuickDraw® 圖形庫,並提供開發者所需的功能,以充分利用最新的硬體。
《Mac OS X® 開發者的 Quartz 2D 圖形》是一本針對 Quartz 2D 的實作指南與介紹。QuickDraw 和 Quartz 2D 之間的介面和功能差異使得開發者在轉換過程中面臨挑戰。透過深入的實務涵蓋,Mac 開發者及顧問 Scott Thompson 將引導您順利過渡,並讓您踏上在 Core Image 中開發尖端圖形的道路。
透過這本寶貴的指南,您將學會如何:
- 使用 CGContexts 在 Quartz 2D 和圖形設備之間建立連接
- 使用變換簡化繪圖過程
- 使用路徑繪製操作在 Bezier 路徑上繪製線條藝術
- 使用像素數據創建影像
- 使用 Image I/O 和 QuickTime 從 Quartz 2D 匯入和匯出影像
- 生成文本並實現特殊文本效果
- 在離屏環境中繪圖,例如 CGLayers 和離屏位圖
- 創建陰影和圖案
- 從 Quartz 2D 繪圖創建 PDF 或將 PDF 匯入您的繪圖
如果您依賴 QuickDraw 來滿足您的圖形需求,或對推動計算機圖形邊界的系統感興趣,現在是時候轉向 Core Graphics(Quartz 2D、Core Image)。這本書將一步一步引導您完成這一變化!
隨書附贈的 CD-ROM 包含本書中涵蓋的專案和源代碼,讓您可以運行每個範例。這些範例展示了如何從 Carbon 和 Cocoa 應用程式以及 Mac OS X 的 Python 腳本介面調用 Quartz 2D。
目錄
前言 xv
第一章:入門 1
第二章:從 QuickDraw 到 Quartz 2D 15
第三章:Quartz 2D 介紹 37
第四章:圖形上下文 69
第五章:變換 103
第六章:線條藝術—建立路徑 135
第七章:線條藝術—繪製 163
第八章:影像基礎 177
第九章:匯入和匯出影像 211
第十章:使用 Core Image 繪圖 223
第十一章:使用 Quartz 2D 繪製文本 249
第十二章:離屏繪圖 265
第十三章:陰影和圖案 277
第十四章:處理 PDF 299
索引:313