About: Bit blit     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Rule105846932, 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%2FBit_blit

Bit blit (also written BITBLT, BIT BLT, BitBLT, Bit BLT, Bit Blt etc., which stands for bit block transfer) is a data operation commonly used in computer graphics in which several bitmaps are combined into one using a boolean function.

AttributesValues
rdf:type
rdfs:label
  • بيت بليت (ar)
  • Bit blit (ca)
  • Bit blit (de)
  • Bit blit (es)
  • Bit blit (en)
  • Bit blit (it)
  • Bit Block Transfer (ja)
  • Bit blit (pt)
rdfs:comment
  • En computació gràfica, BIT BLIT (bitblt, blitting, etc.) és una primitiva gràfica consistent en què dos mapes de bits són combinats en un de sol. Es tracta d'una de les primitives gràfiques més bàsiques i per tant més utilitzades en gràfics 2D. La majoria de les targetes de vídeo la implementen en el maquinari (és una de les moltes operacions de les quals s'encarrega la GPU). (ca)
  • En computación gráfica, BIT BLIT (bitblt, blitting, etc) es una primitiva gráfica consistente en que dos mapas de bit son combinados en uno. Se trata de una de las primitivas gráficas más básicas y por tanto más utilizadas en gráficos 2D. La mayoría de las tarjetas de vídeo la implementan en hardware (es una de la muchas operaciones de las que se encarga la GPU). (es)
  • ビットブロック転送(英: Bit Block Transfer、ビット・ブロック・トランスファー)は、コンピュータグラフィックスにおける画像データ(ビットマップ)操作およびそれに関連するハードウェア機能のひとつである。ビットブロック転送の操作には少なくとも2つのビットマップを必要とし、転送の際にビット単位の論理演算(ラスターオペレーション)を伴うこともある。 BitBlt (読みは「ビットブリット」) と略されるが、これをデバイスドライバやゲームの設定ファイルなどでBitBit(lではなくてi)と表現してしまう間違いも多く見られる。 (ja)
  • Il termine Bit blit, che sta per bit block transfer (scritto anche BITBLT, BIT BLT, BitBLT, Bit BLT, Bit Blt ecc..), indica un'operazione di computer grafica nella quale una o più bitmap sono combinate insieme utilizzando una funzione booleana. (it)
  • Bit blit (também BITBLT, BIT BLT, BitBLT, Bit BLT, Bit Blt, blitting, etc., de "bit block transfer", "Transferência de blocos em bit") é uma técnica de operação de dados normalmente usada em Computação gráfica onde vários bitmaps são combinados em um através da função booleana. (pt)
  • يعني مصطلح بيت بليت اختصارا للكلمة الإنجليزية bit-block ومعناها الصورة أو نقل مجموعه البتات المكونة للصورة. وهي عملية من عمليات رسوميات الحاسب يتم فيها تجميع عده صور نقطية إلى صورة واحدة باستخدام العمليات التسامتية. وذلك بنقل البتات المكونة لهم الي صورة واحدة. استبدل العتاد وبرامج رسوميات الحاسوب الحديثة بالكامل العمليات المنقطية بعمليات رياضية مثل عملية دمج الالفا. وهذا لان العمليات المنطقية علي عارضات الألوان لا تنتج عنها نتائج تشابه الخصائص الفيزيائية للإضاءة. وعلي الرغم من ذلك لا زالت هناك بعض البرامج التي تستخدم العملية المنطقية XOR لرسم المستطيلات. (ar)
  • Bit blit (also written BITBLT, BIT BLT, BitBLT, Bit BLT, Bit Blt etc., which stands for bit block transfer) is a data operation commonly used in computer graphics in which several bitmaps are combined into one using a boolean function. (en)
  • Als Bit blit (für Bit Block Image Transfer; auch als BitBlt oder ähnlich bezeichnet für bit block transfer) bezeichnet man in der Computergrafik eine Operation, die für das schnelle Kopieren und Verschieben von Speicherinhalten (Blitting) zuständig ist. Bit blit kann entweder als Softwareprozedur oder als Funktion einer hardwarebasierten Grafikausgabe (Grafikkarte, -Chip oder Chipsatz) implementiert werden; im Fall eines dedizierten Chips bezeichnet man diesen auch als Blitter. (de)
rdfs:seeAlso
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Blit_back.png
  • http://commons.wikimedia.org/wiki/Special:FilePath/XBlit_and.png
  • http://commons.wikimedia.org/wiki/Special:FilePath/XBlit_dot.png
  • http://commons.wikimedia.org/wiki/Special:FilePath/XBlit_final.png
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
thumbnail
has abstract
  • En computació gràfica, BIT BLIT (bitblt, blitting, etc.) és una primitiva gràfica consistent en què dos mapes de bits són combinats en un de sol. Es tracta d'una de les primitives gràfiques més bàsiques i per tant més utilitzades en gràfics 2D. La majoria de les targetes de vídeo la implementen en el maquinari (és una de les moltes operacions de les quals s'encarrega la GPU). (ca)
  • Als Bit blit (für Bit Block Image Transfer; auch als BitBlt oder ähnlich bezeichnet für bit block transfer) bezeichnet man in der Computergrafik eine Operation, die für das schnelle Kopieren und Verschieben von Speicherinhalten (Blitting) zuständig ist. Bit blit kann entweder als Softwareprozedur oder als Funktion einer hardwarebasierten Grafikausgabe (Grafikkarte, -Chip oder Chipsatz) implementiert werden; im Fall eines dedizierten Chips bezeichnet man diesen auch als Blitter. Bit Blit geht auf die sogenannte RasterOp-Spezifikation von Newman und Sproull zurück, eine Funktion zum bitweisen Kopieren von Speicherblöcken, die aber noch stark begrenzt war. Eine Hardware-Implementierung der RasterOp-Funktion wurde von VLSI Technology 1986 vorgestellt. Dieser Chip hatte keine DMA-Funktion und konnte daher den Hauptprozessor kaum entlasten. (de)
  • يعني مصطلح بيت بليت اختصارا للكلمة الإنجليزية bit-block ومعناها الصورة أو نقل مجموعه البتات المكونة للصورة. وهي عملية من عمليات رسوميات الحاسب يتم فيها تجميع عده صور نقطية إلى صورة واحدة باستخدام العمليات التسامتية. وذلك بنقل البتات المكونة لهم الي صورة واحدة. في هذه العملية يكون هناك صورتين علي الأقل واحده منهم هي الصورة المصدر التي سيتم عليها هذه العملية والأخرى هيا الصورة الناتجة عن العملية، وربما يكون هناك صورة ثالثة وتدعي غالبا «القناع». وتدمج بكسلات الصورتين وفقا لعملية محددة من عمليات التسامت ناتجا عن ذلك صورة واحدة. العملية التسامتية هي في الأساس معادلة منطقية (بوليانية). أكثر هذه العمليات وضوحا هي التي يتم فيها كتابة بيانات الصورة المصدر إلى الصورة الناتجة. وفي بعض العمليات التساميتة الأخرى تتم عمليات منطقية مثل AND, OR, XOR, NOT. استبدل العتاد وبرامج رسوميات الحاسوب الحديثة بالكامل العمليات المنقطية بعمليات رياضية مثل عملية دمج الالفا. وهذا لان العمليات المنطقية علي عارضات الألوان لا تنتج عنها نتائج تشابه الخصائص الفيزيائية للإضاءة. وعلي الرغم من ذلك لا زالت هناك بعض البرامج التي تستخدم العملية المنطقية XOR لرسم المستطيلات. (ar)
  • Bit blit (also written BITBLT, BIT BLT, BitBLT, Bit BLT, Bit Blt etc., which stands for bit block transfer) is a data operation commonly used in computer graphics in which several bitmaps are combined into one using a boolean function. The operation involves at least two bitmaps: a "source" (or "foreground") and a "destination" (or "background"), and possibly a third that is often called the "mask". The result may be written to a fourth bitmap, though often it replaces the destination. The pixels of each are combined bitwise according to the specified raster operation (ROP) and the result is then written to the destination. The ROP is essentially a boolean formula. The most obvious ROP overwrites the destination with the source. Other ROPs may involve AND, OR, XOR, and NOT operations. The Commodore Amiga's graphics chipset (and others) could combine three source bitmaps using any of the 256 possible boolean functions with three inputs. Modern graphics software has almost completely replaced bitwise operations with more general mathematical operations used for effects such as alpha compositing. This is because bitwise operations on color displays do not usually produce results that resemble the physical combination of lights or inks. Some software still uses XOR to draw interactive highlight rectangles or region borders; when this is done to color images, the unusual resulting colors are easily seen. (en)
  • En computación gráfica, BIT BLIT (bitblt, blitting, etc) es una primitiva gráfica consistente en que dos mapas de bit son combinados en uno. Se trata de una de las primitivas gráficas más básicas y por tanto más utilizadas en gráficos 2D. La mayoría de las tarjetas de vídeo la implementan en hardware (es una de la muchas operaciones de las que se encarga la GPU). (es)
  • ビットブロック転送(英: Bit Block Transfer、ビット・ブロック・トランスファー)は、コンピュータグラフィックスにおける画像データ(ビットマップ)操作およびそれに関連するハードウェア機能のひとつである。ビットブロック転送の操作には少なくとも2つのビットマップを必要とし、転送の際にビット単位の論理演算(ラスターオペレーション)を伴うこともある。 BitBlt (読みは「ビットブリット」) と略されるが、これをデバイスドライバやゲームの設定ファイルなどでBitBit(lではなくてi)と表現してしまう間違いも多く見られる。 (ja)
  • Il termine Bit blit, che sta per bit block transfer (scritto anche BITBLT, BIT BLT, BitBLT, Bit BLT, Bit Blt ecc..), indica un'operazione di computer grafica nella quale una o più bitmap sono combinate insieme utilizzando una funzione booleana. (it)
  • Bit blit (também BITBLT, BIT BLT, BitBLT, Bit BLT, Bit Blt, blitting, etc., de "bit block transfer", "Transferência de blocos em bit") é uma técnica de operação de dados normalmente usada em Computação gráfica onde vários bitmaps são combinados em um através da função booleana. (pt)
gold:hypernym
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, 53 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software