Christopher Gundler

Results 4 issues of Christopher Gundler

This pull request exposes the various parameters for detection provided by the sys crate in a user friendly manner.

Currently, the different `Tiler` support the `check_tissue` as a boolean parameter. An additional configuration like `tissue_percent` is given as another parameter. This makes extensions as in the case of issue...

enhancement

## Introduction It's quite interesting to see how many rects there are in Piston: Some crates just use `[f32; 4]`, some `type Rect = [f32; 4]` and there are at...

draft
discussion

Am I correct that there is currently no way to read (private) IFD Tags like "GpsIFD"? However, the necessary parsing method is already implemented and even the offset of the...