BitmapReader
From K-3D
Description
| Loads a bitmap from the filesystem |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, Bitmap Plugins, BitmapReader Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Output Bitmap | Output bitmap | k3d::bitmap* | output_bitmap |
| File | Browse for an input bitmap | k3d::filesystem::path | file |
Overview
The BitmapReader plugin attempts to automatically detect the type of a bitmap and load it. Because the file detection process may fail, you may wish to use file-format-specific readers such as JPEGBitmapReader, PNGBitmapReader, or TIFFBitmapReader when you know the type of bitmap in advance.

