-
Hi! Thanks for this - it's very handy and works perfectly for the TS5051.
Is it possible to have the output file be a tiff file?
-
## 🚀 Feature
It should be possible, from the gui and from code, for a user to say "I always want files with this extension to be opened with this plugin". This is different than the plugin call orde…
-
I am trying to decode a tiff image
and I keep getting this exception ImageException: Unsupported Compression Type: 7
how to overcome this issue ?
-
### The problem
There is a number of formats that are implemented as third-party crates, but are not supported by `image`:
JPEG XL: https://crates.io/crates/jxl-oxide
RAW: https://crates.io/cra…
-
While building iv for NeuroFedora, we saw a few `-Wchar-subscript` warnings:
```
make[2]: Leaving directory '/builddir/build/BUILD/iv-74f120781bc2def0cc4d1f9f547c07037e8a7a74/src/lib'
make[2]: En…
-
I couldn't find the string `premul` in the source code except for the algorithm in the blend filter :sweat_smile:
Are images decoded with alpha premultiplied or not? It doesn't matter for my appl…
-
code
```
fn check_file(file_path: &str) {
let Ok(content) = fs::read(file_path) else {
return;
};
let res = match image::load_from_memory(&content) {
Ok(res) => res,…
-
## Bug report
**Describe the bug**
This may just be me misusing the API, but I'm not sure how else do to what I need to do, and it should™ work from what I understand. When you write a custom targ…
-
I input a basin mask shapefile in "subset_soils.m", while I came into this problem "Unrecognized function or variable dem, error subset_soils (line 94)
if dem(i,j) == 0 || isnan(dem(i,j))",…
-
Steps to reproduce:
1. Create a GIF in a directory currently being processed by the gem.
2. Add `".gif"` to the list of file formats.
3. Specify `."gif"` as the gif extension.
4. Observe the fol…