You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Intel has extended Photoshop* to take advantage of the latest image compression methods (BCn/DXT) via plugin. The purpose of this plugin is to provide a tool for artists to access superior compression results at optimized compression speeds within Photoshop*. Project maintained by GameTechDev Hosted on GitHub Pages — Theme by mattgraham Pre-Compiled Binary Getting Started (Installation) Close Phot
February 12, 2012 · Coding, GPU, Graphics · Comments The current state of the art in GPU-supported texture compression is a set of seven formats called BC1 through BC7. These formats are used by almost all realistic 3D games to reduce the memory footprint of their texture maps. In this article, I’m going to get under the hood of each of the seven BCn formats, explain how they work, and show how th
This page contains several useful texture manipulation tools. The tools are listed below, with a description for each tool. Included are a set of utilities for manipulating DDS image files, including: nvDXT, a command-line binary version of the nvDXT library, detach, a tool that extracts MIP levels from a DDS file, stitch, a tool that recombines MIP levels into a single DDS file and readDXT, which
初めまして、R&D部 上田と申します。 「OPTPiX Labs Blog」には初登場です。今回から、よく使われるいくつかの画像圧縮アルゴリズムについて解説していきたいと思います。 第一回目はDXTC(S3TC)圧縮について、です。 DXTCって何? DXTCとは画像圧縮アルゴリズムの一種で、DirectX Texture Compressionの略称です。DXTCを使うと画像容量を小さくすることができます。ただし、非可逆圧縮なので画像が劣化します。また、S3 Graphics社の開発した技術なので、S3TC(=S3 Texture Compression)とも呼ばれています。 DXTCってどんなところで使われているの? NINTENDO GAMECUBE®、Wii®、Wii U™、PSP®、PS3®、Xbox®、Xbox360®などの家庭用ゲーム機や、Windows PCのほとんどのグラ
R&D部 上田です。 DXTC(S3TC)圧縮のアルゴリズム解説、後編です。前回のエントリーでは「DXTCとは何か?」「どんなところで使われているのか?」といった基本的な解説と、DXT1のアルゴリズムをご説明しました。今回はDXT2~DXT5のアルゴリズムについて解説していきます。 DXT2~5って何? DXTC(S3TC)圧縮には、DXT1~5の5種類のアルゴリズムが存在します。前回解説したのはDXT1のアルゴリズムです。 何が違うの? DXT1はアルファ(α,alpha)チャネル付き画像(32bit ARGBカラー)に対応していませんでした(完全透明色=抜き色のみ対応)。これに対して、DXT2~5はアルファチャンネル付き画像に対応しています。 その代わり、DXT1が24bit RGBカラー画像を圧縮すると圧縮率が1/6 (4×4ブロック=16ピクセルあたり8バイト)となるのに対して、D
モードビット BC6Hでサポートされている14種類のモードを区別するためのビットパターンです(モード名の数字の二進数表現とは異なります)。 使用できるモードは4×4ピクセルのブロック毎に自由に選べますが、モードを選ぶのはエンコーダ(テクスチャ圧縮を行うプログラム) 側の話で、エンコーダがテクスチャ圧縮の際に自動的に各ブロックに適したモードを決定します。 このモードビットにはいくつか使用されていないビットパターンがありますが、これらのビットパターンはリザーブとなっていて、エンコーダでの使用が禁止されています。 インデックス値 インデックス値は4×4ピクセルの各ピクセルがどの色なのかを表した情報です。 BC6H では、エンドポイントの表現形式からブロックの代表色を決め、その代表色を線形補間して8個または16個のパレットを計算しますが、4×4ピクセルの各ピクセルが、そのパレットの何番の色なのかを
こんにちは。ウェブテクノロジの清水です。 米Net Applications社の調査によると、Windows XPは2014年4月の時点でも26.3%と高いシェアを保ってるようです。しかし、いくらユーザが残っているとはいえ、末端の開発者がサポートが終了したOSの面倒をいつまでも見ているわけにもいきません。 最近ではWindowsアプリケーションの動作対象OSからWindows XPが外されることも普通のことになり、ようやくWindows XPの束縛から解放された、と内心安堵している開発者の方も多いのではないでしょうか。 そして、3D系アプリの最低動作環境の見直しとなると、Windows Vistaは飛ばして、Windows 7とDirectX 11を最低動作環境にする、という選択もそれほど無茶ではないように思えます。 今回は、DirectX 11で利用可能な圧縮テクスチャについて、解説いた
DirectX SDK August 2009 が出ています。 ついに Direct3D 11 の RTM 対応となりました。 ・DirectX SDK (August 2009) D3D11 自体は Windows 7 や Windows SDK for Windows7 で RTM 版が出ています。 デバッグ向けライブラリや D3DX、ツールを含んだ SDK としてはこれが最初です。 これで安心して Windows7 RTM 環境へ移行できそうです。 ●大きなトピック 予想通りベータ版で欠けていた機能が追加されました。 例えば ・Effect (fx) ・BC6/7 対応コンバータ 特に Effect はベータに入っていてもおかしくない大きなコンポーネントです。 もしかして SDK のリリースが遅れた原因もこのあたりでしょうか。 マニュアルの完成度は高く、大幅に更新されているようです。
NVIDIA Texture Tools Exporter The NVIDIA Texture Tools Exporter allows users to create highly compressed texture files - that stay small both on disk and in memory - directly from image sources using NVIDIA’s CUDA-accelerated Texture Tools 3.0 compressor technology. This exporter combines four texture tools in a single plugin and standalone application, including flexible and powerful support for
Block compression is a texture compression technique for reducing texture size. When compared to a texture with 32-bits per color, a block-compressed texture can be up to 75 percent smaller. Applications usually see a performance increase when using block compression because of the smaller memory footprint. While lossy, block compression works well and is recommended for all textures that get tran
OpenGLはDirectX 11を超え,OpenGL ESは据え置き型ゲーム機と同等以上に。Khronosの最新動向レポート ライター:西川善司 Neil Trevett氏(President, Khronos Group)。氏はNVIDIAのMobile Content部門副社長でもある OpenGLやOpenCLなど,さまざまなオープンAPI規格を司るKhronos Group(クロノスグループ,以下 Khronos)は,2012年8月のSIGGRAPH 2012に合わせて,2つの大きな発表を行っている。 1つは,PCおよびワークステーション向けのグラフィックスAPIである「OpenGL」の新バージョン「OpenGL 4.3」だ。そしてもう1つは,組み込み向けのグラフィックスAPIである「OpenGL ES」の新バージョン「OpenGL ES 3.0」である。 筆者は,SIGGRAP
すべての Microsoft 製品 Global Microsoft 365 Teams Copilot Windows Surface Xbox セール 法人向け サポート ソフトウェア Windows アプリ AI OneDrive Outlook Skype OneNote Microsoft Teams PC とデバイス Xbox を購入する アクセサリ VR & 複合現実 エンタメ Xbox Game Pass Ultimate Xbox とゲーム PC ゲーム Windows ゲーム 映画とテレビ番組 法人向け Microsoft Cloud Microsoft Security Azure Dynamics 365 一般法人向け Microsoft 365 Microsoft Industry Microsoft Power Platform Windows 365 開発者
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く