skipPixels property

bool skipPixels
final

If true, the Rust engine will only parse the file metadata (tags) and skip the expensive pixel data extraction. This is useful for building fast metadata viewers or file explorers.

Implementation

final bool skipPixels;