Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan

Read Online and Download Ebook Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan

Ebook Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan

When you are actually fond of what phone call as book, you will have one of the most favourite publication, will not you? This is it. We involve you to advertise an interesting book from an expert author. The Windows Graphics Programming: Win32 GDI And DirectDraw (Hewlett-Packard Professional Books), By Feng Yuan is the book that constantly comes to be a good friend. We promote that publication in soft file. When you have the soft file of this publication it will ease in reading and also bringing it anywhere. However, it will not be as difficult as the printed publication. Because, you could save the file in the gizmo.

Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan

Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan


Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan


Ebook Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan

Well, somebody could choose on their own what they wish to do and should do but sometimes, that sort of person will certainly need some recommendations. People with open minded will certainly constantly attempt to seek for the brand-new points and also info from many resources. As a matter of fact, people with shut mind will always assume that they can do it by their principals. So, what kind of person are you?

As we specified previously, the technology helps us to constantly identify that life will certainly be always less complicated. Checking out e-book Windows Graphics Programming: Win32 GDI And DirectDraw (Hewlett-Packard Professional Books), By Feng Yuan behavior is likewise one of the perks to get today. Why? Modern technology could be used to supply guide Windows Graphics Programming: Win32 GDI And DirectDraw (Hewlett-Packard Professional Books), By Feng Yuan in only soft data system that could be opened whenever you desire as well as all over you require without bringing this Windows Graphics Programming: Win32 GDI And DirectDraw (Hewlett-Packard Professional Books), By Feng Yuan prints in your hand.

Do not take too lightly; guides that we collect them are not just from within this country. You can also discover guides from beyond the country. They are all also various with various other. Some links are supplied to reveal you where to find and also get it. This Windows Graphics Programming: Win32 GDI And DirectDraw (Hewlett-Packard Professional Books), By Feng Yuan as one of the instances can be acquired conveniently. As well as why you need to advise this publication for yourselves as well as your buddies is that this publication holds essential role to boost your life high quality and also quantity.

When you have actually decided that this is likewise your favorite publication, you should check and obtain Windows Graphics Programming: Win32 GDI And DirectDraw (Hewlett-Packard Professional Books), By Feng Yuan quicker. Be the first of all people and accompany them to appreciate the information relevant about. To obtain more referral, we will reveal you the link to obtain as well as download guide. Even Windows Graphics Programming: Win32 GDI And DirectDraw (Hewlett-Packard Professional Books), By Feng Yuan that we serve in this website is kind of soft file book; it does not mean that the content will be decreased. It's still to be the one that will certainly motivate you.

Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan

A handbook for delivering high-performance Windows applications using Win32 GDI and Direct Draw. Completely demystifies the creation of Windows graphics. The CD-ROM contains system-level tools, kernel mode drivers, sample code, and C++ classes. System requirements: Windows 95+, CD-ROM drive. DLC: Computer graphics.

Your recently viewed items and featured recommendations

View or edit your browsing history

After viewing product detail pages, look here to find an easy way to navigate back to pages you are interested in.

Product details

Series: Hewlett-Packard Professional Books

Hardcover: 1280 pages

Publisher: Prentice Hall PTR (December 22, 2000)

Language: English

ISBN-10: 0130869856

ISBN-13: 978-0130869852

Product Dimensions:

7.4 x 2.5 x 9.6 inches

Shipping Weight: 5 pounds

Average Customer Review:

3.5 out of 5 stars

14 customer reviews

Amazon Best Sellers Rank:

#2,401,922 in Books (See Top 100 in Books)

This book did well to present Windows graphics programming, and since Windows is a GUI system you do not have to be doing Graphics application to buy this book. There are many cases where the author used some API which are not supported on Win9.x and you might have problems trying to run some of the samples on such systems. However, if you wish to study graphics programming under Windows, there is no better book. A lot of the samples are very practical and you can use them directly in your applications. Besides the author promptly answers all my questions anytime I run into trouble.It is not perfect but you cannot do without it.

Given Feng's history with writing printing drivers for HP it is pretty clear that the information in this book covers his experience with GDI internals. The code examples are all in C++ and the sample code and utilities would add nicely to a programmers sandbox. The book covers the basics of GDI and graphics programming and then delves into more advanced image processing (affine transformations, alpha blending, mask blitting, filtering, etc.) There is even more stuff here, but I don't have enough room to type it in. This is definitely a book to have if you are writing shrink wrapped UI intensive applications.

I can't speak to the strengths and weaknesses of the entire book as cited by other reviewers, but it's clear that text rendering was the author's primary motivation to explore the depths of GDI. Chapters 14 ("Fonts") and 15 ("Text") deserve to be expanded into a volume of their own. If you're a developer seeking a thorough understanding of the way Windows deals with text, from the low-level details of the TrueType font file format to the undocumented quirks of the higher-level GDI APIs, you simply can't do any better than Yuan's book.

The book covers all aspects of GDI. The aspect I liked most is that it explains API function calls from a developer's perspective, highlighting bugs, discrepances or misunderstandings present in Microsoft GDI documentation. At the beginning it covers the internals of windows explaining how components are interconnected and showing the tools used to understand it.I liked the coverage of Bitmaps (loading and saving to disk, filtering and alpha blending), the detailed explanation of routines we take for granted (like simple lines, regions or fonts)...All the examples consist of a series of C++ reusable classes wrapping functionality

Received the book earlier than expected.Also did'nt expect it to look like brand new since I bought it used.

This book, the most detailed on GDI written in the last few years, is a phenomenal repository of low-level detail regarding the GDI subsystem. It also has excellent chapters on many aspects of GDI, complementing the official documentation. However, it is poorly edited, with awkward syntax, wrong English usage, and often-confusing organization of material. It is also not clear what is gained by discussing GDI and DirectX together, when they seem to be distinct in APIs, Windows dlls, and conceptual underpinnings.The first half of the book attempts to look 'under the hood'. Here is presented a curious and confusing mixture of GDI details, advanced spying tools and techniques, and accounts of spelunking experiences. None of this seems ordered in a logical manner - Pietrek, for example, saves the spelunking experiences to a chapter of its own, at the end of his book. Chapters have easy-to-follow analysis on the documented user-mode level, freely interspersed with unfamiliar and difficult discussions of the mostly undocumented Kernel-mode level. With no clear separation between the elementary and advanced material, it swings sharply from the pedantically clear, to the obscure unexplained. For example, after the excellent details of how to locate the GDI handle table, it merely tells you what the DC structure is, without telling you how it was deciphered. While we are given full details of API tracing in the conventional manner (a la Richter), with source code, we are only given the briefest abstract discussion of a new, unconventional API spying. In the latter case, there is a cursory mention that it is explored in unidentified 'quite a few magazine articles'.All of this is further obfuscated with presentations of C++ wrapper classes, when what is really required is a clear discussion of the relevant WinAPI functions.There is also quite a bit of repetition of material in different chapters (such as the structure of the GDI handle table), and some material is in strange places (such as the tool for tracking all GDI handles in the system, grouped by handle type, which appears in the chapter "Pixels").The second half of the book leaves the undocumented and low-level stuff, to discuss vanilla GDI programming. The information here is well presented, well organized, and clear. It covers drawing pixels, lines, bitmaps, image processing, palettes, fonts, raster operations, printing, and finally DirectDraw. Almost no use whatsoever is made of the extensive 'under the hood' information painstakingly gathered in the first half. What is missing in the reams of C++ classes presented here are some classes to process the standard image formats other than bitmaps i.e. JPEGs, GIFs and PNGs. For JPEGs particularly, a good C++ class is sorely missing for all of us who have tried to read the cross-platform, cross-compiler, cross-eyed code distributed by the Independent JPEG Group.The final chapter on DirectDraw is a great disappointment. DirectDraw is simply too large a subject for a single chapter, and such a chapter would only serve some purpose if it could impart an intuitive understanding of DirectDraw concepts, such as what a 'surface' is, and how it compares to a GDI device context. Instead we are treated once again to a series of C++ wrapper classes, the sort of stuff that more properly belongs on Yuan's Web site, than in this already-overweight book.Regarding the tools on the CD - I could not start some of them from the Start menu. They (surprisingly) have an inconsistent GUI, and source code does not appear overly well commented. Even worse, the code makes extensive use of templates which obfuscate rather than illuminate the sample programs. Although 'proper' programmers are meant to be familiar with templates, many are not, and they have no place in a book that ostensibly is about GDI, rather than good programming practice. However, some of the tools are extremely useful and worth adding to your arsenal.Although billed as covering Win9x as well as WinNT, there seems to be little more than a cursory mention of the 9x family. This is a shame, as although developers may justifiably detest the Win9x family, it accounts for the overwhelming majority of home computers, and a good GDI book should cover it in depth. In particular, I was looking for 'under the hood' information on Win9x, both the 32-bit GDI32.dll, and the 16-bit GDI.EXE, down to which most GDI calls thunk. Unless I was sleeping, I saw none of this in Yuan's book, and have to revert back to Pietrek's Secrets for this kind of information.In summary, I think this is a superb book for detailed 'above the hood' GDI work. For those interested in GDI 'under the hood', there is excellent material, as well as good spelunking tools. However, I must say that I was quite disappointed with this book as a result of expectations raised too high by its claims, which end up obscuring the many good aspects of the book. It would gain from a rewrite, cutting out the chapter on DirectDraw, and correcting the worst of the faults that have crept in as a result of poor organization and editing.

This book has been a life saver. Packed full of great content not only about Graphics Programming, but some good style comments and hints. I found tons of great information on parsing NT spool files and printer driver development. The sample applications are worth the price of the book alone. The EMF viewer tool (with source code) which allows you to read emf and NT spl files, was a great help in understanding the format of the otherwise un-documented by Microsoft format. In addition, I found an inconsistency in the way the spl files were handled in NT vs. 2000 and emailed the author. To my surprise, he sent me updated source code within a couple of days! I would highly recommend this book for developers on all levels. The text is cleary stated and thourgh enough to cover even some of the smallest details.

Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan PDF
Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan EPub
Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan Doc
Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan iBooks
Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan rtf
Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan Mobipocket
Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan Kindle

Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan PDF

Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan PDF

Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan PDF
Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan PDF

Windows Graphics Programming: Win32 GDI and DirectDraw (Hewlett-Packard Professional Books), by Feng Yuan


Home