blob: 0ab639e3b810d580c622017261aaca3c0d14af2e [file] [log] [blame]
import '../decode_info.dart';
class TgaInfo extends DecodeInfo {
/// The number of frames that can be decoded.
int get numFrames => 1;
/// Offset in the input file the image data starts at.
int imageOffset;
/// Bits per pixel.
int bpp;
}