-
I'm using image-js to decode multipage TIFF images. However, the performance is really poor. I have a 32 page TIFF for example, which takes almost 2 minutes to decode in Chrome on a decent machine. I'…
-
Using the current version of RegisterPhotos, the early version that had the "Try SIFT" option. I processed 266 pairs of VIS and NIR jpeg photos from the Lincoln Peak Vineyards. The NDVI_Float output i…
-
```
What steps will reproduce the problem?
1. Preform OCR on the attached file "eu-004.tiff" with just "tesseract
eu-004.tiff out hocr"
2. Do the same for the png attached below
3. You should note th…
-
```
What steps will reproduce the problem?
1. Set up an odata provider, say InMemory
2. Using VS Express on Windows try to create a service reference to your new
provider. This fails with the attache…
-
Is there any way to set the planarconfiguration tag when saving as TIFF with bfconvert? We need our images to be "single image plane" (1) but bfconvert saves them as "separate image planes" (2).
-
When I set up metadata, I wrote in the minimum needed for proof of concept. There's lots of information available that we currently don't write to the image files (i.e. everything in `experiment.yaml`…
-
As I attempt to open a TGA or TIFF image using qimgv, aren't displayed at all, and furthermore, instead of thumbnails I get these symbols with a red X:
https://i.ibb.co/5MrcpG7/qimgv-TGA-error.png
…
-
- Add some screenshots, very brief explanation of the grid
- Add and extend the description of the naming patterns
- Operetta format: extend this: what microscope does this come from
- Incu…
-
So my use case is open a photograph, so stuff to it, save it in a different filename.
So far I get pristine no-metadata images as the output, I'd like to copy over [some] metadata from the original i…
-
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,…