seotaro / deckgl-grayscale16bpp-bitmaplayer

Home Page:https://seotaro.github.io/deckgl-grayscale16bpp-bitmaplayer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deckgl-grayscale16bpp-bitmaplayer

Demo

Live Demo

image

Install

yarn

Run

yarn start

Notes

Available parameter combinations in luma.gl's Texture2D.

format type pixelStore[GL.UNPACK_ALIGNMENT] bpp
RGBA UNSIGNED_BYTE 4 32
RGB UNSIGNED_BYTE 1 24
LUMINANCE_ALPHA UNSIGNED_BYTE 2 16
LUMINANCE UNSIGNED_BYTE 1 8

About

https://seotaro.github.io/deckgl-grayscale16bpp-bitmaplayer/

License:MIT License


Languages

Language:JavaScript 88.1%Language:HTML 9.4%Language:CSS 2.5%