Would you like to see this page in English? Click here.

新品を購入

または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
中古品を購入
中古品 - 良い 詳細を見る
価格: ¥ 1,908

または
1-Clickで注文する場合は、サインインをしてください。
 
   
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Foundation ActionScript 3.0 Image Effects (Foundations)
 
 

Foundation ActionScript 3.0 Image Effects (Foundations) [ペーパーバック]

Todd Yard

参考価格: ¥ 3,318
価格: ¥ 2,997 通常配送無料 詳細
OFF: ¥ 321 (10%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。
2012/6/1 金曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら
1冊からでも印刷、お届け
オンデマンド印刷技術で注文に応じて印刷、お届けする「プリント・オン・デマンド(POD)」サービス。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。



商品の説明

内容説明

Foundation ActionScript 3.0 Image Effects discusses the ins and outs of graphical manipulation through code of all the different elements available in a Flash project, from vectors to bitmaps to videos, from animated text effects to dynamic video filters. Flash 8 introduced a vast array of image features, such as blend modes and filters as well as ActionScript's powerful BitmapData object, and this book covers all those effects in their CS4 form, as well as the graphical options that are available, such as the Pixel Bender Toolkit. It also details the many possible effects that can be achieved and the associated practical applications, with a focus on strong object-oriented programming methodologies to make the code more modular and reusable across projects.

  • Gives detailed information on all of the image manipulation abilities of Flash CS4
  • Covers complex technology, such as the Pixel Bender Toolkit
  • There is no other book like it, covering the same topics in as much depth

What you’ll learn

  • Practice image manipulation using modular, object-oriented techniques
  • Includes a comprehensive library of image effects classes
  • Explore the bitmap manipulation classes in depth
  • Applicable to most if not all of the Flash "disciplines"
  • Provides a multitude of practical examples, not just theory
  • Learn the Pixel Bender language

Who this book is for

This book is a great resource for any reader with an intermediate-to-advanced knowledge of ActionScript developing Flash games, applications and interfaces, animations or Websites, as the effects detailed are applicable across multiple disciplines. If you understand the best practices object-oriented programming syntax and know how to manipulate a Flash movie beyond the basics, you will be able to pick up the book and apply its lessons in your own work, as it clearly points out how the effects discussed have practical applications for amateurs and professionals alike.

著者について

Todd Yard is currently a software architect at Brightcove in Cambridge, Massachusetts, where he was been working on their video product and service since 2005, leading the development of their Flash front end. He has contributed as an author to a dozen friends of ED books on Flash and served as technical editor on several others. His personal site, 27Bobs.com, really needs updating, but he's a busy guy.

登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引
この本の中身を閲覧する:


類似した商品から提示されたタグ

 (詳細)
関連タグ(この商品に近い関連キーワード)を追加する++最初のタグになります
 
(3)

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  7件のカスタマーレビュー
4 人中、4人の方が、「このレビューが参考になった」と投票しています。
very good 2009/12/10
By M. Fretz - (Amazon.com)
形式:ペーパーバック
This book is one of my favorite Actionscript books. The author writes in an understandable and clear way. The examples are on topic and clear in the understanding. The book covers a wide variety of different aspects in the use of image effects and image processing in Actionscript 3. The target audience are definitely not for beginners or coders new to Actionscript, but for coders with medium or more advanced level. This book is definitely worth your time to dive into and gives you a lot of new ideas. For instance, what you can do with your web-cam, images or other visual projects. One part of it I really like is the explanation of the mathematical aspect of this topic. I wish my math teacher would have explained it as well as this book ;)
I haven't finished the entire book yet and I'm exited to read the rest.
3 人中、3人の方が、「このレビューが参考になった」と投票しています。
Essential Reference, Fair to Middling Text Book 2010/2/10
By David Cameron - (Amazon.com)
形式:ペーパーバック
I began reading Todd Yard's ActionScript 3.0 Image Effects as a text book, starting on page one and going through it chapter by chapter. After a few chapters this way I found that I wanted to skip around more to specific effects or classes that were of particular interest to me.

I have no reservations whatsoever in saying that I think that any ActionScript developer interested in applying image effects and manipulating bitmaps programmatically should have this text on hand. It is filled with thorough explanations of such processes.

My issue with the book is that I don't feel that it works well as a text book or as an instruction manual. Certainly if one were interested in applying a particular effect or gaining a better understanding of a specific method for manipulating a bitmap, instructions for these things can be found in this book. However, I feel that Mr. Yard's explanations of some of these things could be written out in a way that was easier to grasp at a first reading.

Throughout the book code samples are presented that relate to the classes & functions being discussed in that chapter. On several occasions, although I had been able to follow along up to that point, the block of code presented would slow the pace of my reading considerably. Rather than having the code commented along the way, leading the reader through the code as they read it, an explanation of what is being done by each part is generally presented in the text after the code block, meaning the reader has to read the code, and then go back and forth between the explanation and the code again to fully grasp what is going on. Sometimes no explanation of what the reader would see if they were to view the resulting swf is readily offered, which seems to assume that the reader is looking at and outputting the code samples in the Flash API at the same time, which many of us are certainly not doing.

While this may seem a major criticism of the book, I think that I would like to re-emphasize my initial take on the book, which is that it is an essential reference book, very thorough in its explanations, even if fully grasping at a first read them may have taken a bit more than I would have liked.
6 人中、5人の方が、「このレビューが参考になった」と投票しています。
A Great Flash book on Image Effects 2009/7/15
By F. Stepanski - (Amazon.com)
形式:ペーパーバック
Adobe Flash has many uses....animations, web sites, components, video playback, RIA, etc. One of the really cool things Flash is good at with the introduction of ActionScript 3.0 and some cool new features of Flash CS3 and CS4 is Image Effects.

Image Effects range from shapes, filters, pixel manipulation, movement, and 3D animation. There are lots of Flash books on the market now that cover many things, but this is the first book I've seen that focuses primarily on that topic. You would think that there would not be enough topics to fill an entire book, but you would be wrong.

The author (Todd Yard) discusses every aspect of this topic from the drawing API, filter and blend modes, bitmaps, bender and shaders, 3d animation, text and video effects and much more.

The audience of this book (as stated by the author) is anybody you has familiarity of Flash and ActionScript. So if you have some experience using Flash (a recent version) then you should be fine.

Of course if you have an artistic background (which I'm guessing most readers of this book will have) it will help even more as well as a knack for programming.

That being said, the author explains each topic succinctly with very easy to comprehend examples in each chapter. The author never assumes anything from the reader and explains exactly what he means with sufficient explanations. Since there are so many topics and sub-topics within this book, it could be easy to get lost as you read from beginning to end, but the author makes sure you are guided in the right direction and reviews what has been covered before briefly to make sure the author and reader are on the same page.

Since the topics can get rather technical and verbose, the author has mini-examples that he builds upon each chapter so you can get an idea what each section can be used with and how it could be used with your existing flash projects.

One of the most interesting chapters in this book (Chaper 6) covers 3d animation which is covered with objects of Vector3D and Matrix3D and really makes it look so interesting compared to regular 2d animation. Another really interesting chapter (Chapter 10) is video effects. The author talks about the cool things you can do with video and flash on the web. Flash is the standard with playing and manipulating video on the web and the author goes through cool examples such as building a video loader, filtering video frames, adding effect to specific frames, isolating colors, highlighting colors for a comic book effect, and so forth. This topic alone will really inspire to learn more about flash and effects.

I could go on and on but you need to read the book yourself! It's a great book for anybody who really wants to understand why and how you can perform all kinds of image effects in flash.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア


関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換