Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个将 8 位灰度图像输出到 bmp 文件的程序。我发现 8 位 BMP 文件已编入索引。是否可以省略颜色表,只在颜色表中放置值而不是索引?还是 BMP 格式不允许这样做?
您仍然需要 LUT,但创建它非常简单。只有 256 个条目,其中红色、绿色和蓝色分量都等于灰度强度。