About: Graphics Device Interface     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FGraphics_Device_Interface&invfp=IFP_OFF&sas=SAME_AS_OFF

The Graphics Device Interface (GDI) is a legacy component of Microsoft Windows responsible for representing graphical objects and transmitting them to output devices such as monitors and printers. Windows apps use Windows API to interact with GDI, for such tasks as drawing lines and curves, rendering fonts, and handling palettes. The Windows USER subsystem uses GDI to render such UI elements as window frames and menus. Other systems have components that are similar to GDI; for example: macOS has Quartz, and Linux has X Window System and Wayland (display server protocol).

AttributesValues
rdf:type
rdfs:label
  • Graphics Device Interface (ca)
  • Graphics Device Interface (cs)
  • Graphics Device Interface (de)
  • Graphics Device Interface (es)
  • Graphics Device Interface (fr)
  • Graphics Device Interface (en)
  • Graphics Device Interface (it)
  • Graphics Device Interface (ja)
  • 그래픽 장치 인터페이스 (ko)
  • Graphics Device Interface (pl)
  • GDI (pt)
  • GDI (ru)
  • Graphics Device Interface (uk)
  • GDI+ (zh)
rdfs:comment
  • Graphics Device Interface (interfície de dispositiu gràfic), abreujat com GDI, és un dels tres components bàsics o subsistemes del sistema operatiu Microsoft Windows. GDI és un estàndard de Microsoft Windows per a la representació gràfica d'objectes, així com per a la seva transmissió als perifèrics de sortida, en general una pantalla o impressora. (ca)
  • La Graphics Device Interface (ou Graphical Device Interface) abrégé en GDI, soit Interface des dispositifs d’affichage en français, est l’un des trois composants de base du système d’exploitation Microsoft Windows. GDI est une norme de Microsoft Windows pour la représentation d’objets graphiques ainsi que pour leur transmission aux périphériques de sortie, typiquement un écran ou une imprimante. (fr)
  • 그래픽 장치 인터페이스(Graphics Device Interface, GDI)는 마이크로소프트 윈도우에서 사용자 인터페이스를 위한 API 가운데 하나이다. GDI는 그래픽 객체를 표시하고 모니터나 프린터와 같은 출력 장치로 전송한다. GDI는 직선이나 곡선, 글꼴을 그리거나 팔레트를 다루는 등의 일을 한다. 하지만 직접 창이나 메뉴 등을 그리지는 않는다. 창이나 메뉴를 그리는 일은 와 GDI로 짜여있는 시스템에서 한다. GDI는 애플사의 (QuickDraw)와 비슷하다. GDI에서 가장 중요한 기능은 목적 장치의 추상화이다. GDI를 사용하면 화면이나 프린터 등의 다양한 장치에 원하는 그림을 매우 쉽게 그릴 수 있다. 빠른 그래픽 처리를 요구하지 않는 간단한 게임들은 GDI를 통해 만들기도 한다. 하지만 GDI는 프레임버퍼 동기화 없이는 애니메이션을 구현할 수 없고, 3D 래스터화가 부족하다. 그러므로 현대의 게임들은 더 많은 하드웨어 기능에 접근할 수 있게 도와주는 DirectX나 OpenGL을 쓴다. (ko)
  • Le Graphics Device Interface, anche chiamate Graphics Display Interface (GDI), sono un set di API grafiche utilizzato da Windows per la renderizzazione di grafica 2D. Vengono utilizzate ad esempio dal window manager (in uso da Windows XP) per la gestione dei menu, delle icone ecc.Inoltre, vengono wrappate dal Microsoft .NET Framework per la gestione delle classi Windows Forms, ovvero di tutti i controlli grafici per gestire la GUI di una applicazione.Vengono utilizzate anche da molti altri framework come Active Template Library (ATL) e Microsoft Foundation Classes (MFC). (it)
  • Graphics Device Interface (グラフィックス・デバイス・インターフェイス、GDI)とは、カーネルおよびユーザー(ウィンドウマネージャ)と協調する Windows の3つの主要コンポーネント(サブシステム)の1つ。 GDI はグラフィカルオブジェクトの表示と、ディスプレイやプリンターのような出力機器への転送のための Windows 規格である。 (ja)
  • GDI, ou Graphics Device Interface, é um dos três subsistemas principais do Microsoft Windows. É um padrão desse sistema operacional para representar objectos gráficos e transmiti-los para dispositivos de saída, como monitores e impressoras. (pt)
  • 图形设备接口(英語:Graphics Device Interface,縮寫 GDI)是微软视窗系统提供的应用程序接口,也是其用来表徵图形对象、将图形对象传送给诸如显示器、打印机之类输出设备的核心组件。GDI 是视窗操作系统(Microsoft Windows)的三大核心部件(也称“子系统”)之一。GDI+ 在 GDI 的基础上调整了编程模型,同时加入了渐变色画刷、Alpha混合等功能。 GDI用来完成一些和绘制有关的工作,像直线或曲线的绘制,文字渲染,调色板控制。它不能用来直接绘制一些界面元素,像窗口、菜单等等,这些工作由用户子系统来完成,位于user32.dll中,它是建立在GDI之上的一个软件层。其他系统也有类似GDI的东西,比如Macintosh的Quartz(傳統的),和GTK的GDK/Xlib。 GDI最大的好处是它有可以直接访问硬件设备的能力。通过GDI可以非常容易的在不同类型的设备上绘制图形,像显示屏和打印机或类似的显示设备。这些能力是微软Windows系统“所见即所得”程序的核心。 简单的不需要快速图形渲染的游戏可能会用到GDI。但是GDI对一些高级的动画制作无能为力,它缺少显卡中帧的概念,还缺少3D图形硬件光栅化的支持等等。现代的游戏通常使用DirectX和OpenGL而不是GDI,因为这些技术能更好的让程序员利用硬件的特性来加速图形图像的显示。 (zh)
  • Graphics Device Interface (zkráceně GDI či někdy nazýváno jako Graphical Device Interface) je spolu s kernelem a uživatelským rozhraním jednou ze tří hlavních součástí operačního systému Microsoft Windows. Graphics Device Interface slouží k reprezentaci grafických objektů a jejich transformací do výstupních zařízení jako jsou monitory či tiskárny. Ve Windows XP je k dispozici vylepšená verze GDI, GDI+. (cs)
  • Das Graphics Device Interface (GDI) ist eine Komponente des Betriebssystems Windows. Es dient als Programmierschnittstelle zu logischen Grafikgeräten und kapselt die Komplexität der Hardware ab (Hardwareabstraktion). Diese logischen Grafikgeräte werden in GDI als Gerätekontext (engl. Device Context) bezeichnet, in einigen Programmiersprachen ist dafür die Bezeichnung Canvas (zu dt. Leinwand) gebräuchlich. Neben der Ausgabe über physische Geräte (Grafikkarte oder Drucker) kann auch die Ausgabe als Rastergrafik im Speicher oder als eine Art Schrittprotokolldatei (WMF/EMF, unter Windows als Vektorgrafikformat genutzt) erfolgen. (de)
  • The Graphics Device Interface (GDI) is a legacy component of Microsoft Windows responsible for representing graphical objects and transmitting them to output devices such as monitors and printers. Windows apps use Windows API to interact with GDI, for such tasks as drawing lines and curves, rendering fonts, and handling palettes. The Windows USER subsystem uses GDI to render such UI elements as window frames and menus. Other systems have components that are similar to GDI; for example: macOS has Quartz, and Linux has X Window System and Wayland (display server protocol). (en)
  • Graphics Device Interface (GDI) es uno de los tres componentes o subsistemas de la interfaz de usuario de Microsoft Windows. Trabaja junto con el núcleo y la API de Windows. Esta interfaz de programación de aplicaciones se encarga del control gráfico de los dispositivos de salida, como los monitores o las impresoras. Las tareas más comunes de GDI son: * el dibujo de líneas, curvas, polígonos; * el relleno de cuadros, círculos, polígonos, etcétera; * igualmente se encarga del renderizado de fuentes y textos, y, * el manejo de . Los objetos más importantes son: (es)
  • Graphics Device Interface (GDI) – jeden z trzech podstawowych komponentów (razem z jądrem i API Windows) interfejsu użytkownika (menedżera okien GDI) w Microsoft Windows.GDI odpowiedzialne jest za przedstawianie obiektów graficznych i przesyłanie ich do urządzeń wyjściowych, takich jak monitory i drukarki. Począwszy od Windows XP, GDI jest zastępowane przez GDI+. (pl)
  • Graphics Device Interface, GDI — один з трьох основних компонентів або «підсистем», що разом з ядром і Windows API складають користувацький інтерфейс (віконний менеджер GDI) Microsoft Windows. GDI — це інтерфейс Microsoft Windows для представлення графічних об'єктів і передачі їх на пристрої відображення, таких як монітори і принтери. (uk)
  • GDI (Graphics Device Interface, Graphical Device Interface) — один из трёх основных компонентов или «подсистем», вместе с ядром и Windows API, составляющих пользовательский интерфейс (оконный менеджер GDI) Microsoft Windows. GDI — это интерфейс Windows для представления графических объектов и передачи их на устройства отображения, такие, как мониторы и принтеры. (ru)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/GDK_software_architecture.svg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 56 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software