-
I openned a ticket in discourse.getgrav.org 23 days ago: [link](https://discourse.getgrav.org/t/meta-yaml-doesnt-exist/17895)
The main thing is after uploading any photo in the page media the .yaml…
-
In response to another issue, I started writing up some thoughts on how what I'd do if I were designing this crate's API from scratch, but realized it would probably be a better fit as a standalone di…
-
```js
import axios from "axios";
import exifReader from "exif-reader";
async function fetchAndParseEXIF(url) {
try {
const response = await axios.get(url, {
responseType: "arraybuf…
-
VERSION= Cantaloupe 5.0.5
processor.selection_strategy = AutomaticSelectionStrategy
URL: /iiif/3//info.json
We are using Cantaloupe 5.0.5 server version to process the images. We use Automati…
-
I believe I have resolved the orientation issue. For more information on this topic, you can refer to the following article: https://magnushoff.com/articles/jpeg-orientation/
To recreate the issue,…
-
##### System information (version)
- OpenCV => 4.5.5
- Operating System / Platform => Ubuntu 20.04
- Compiler => g++
##### Detailed description
I have the following constraints when I open …
-
### Is your feature request related to a problem? Please describe.
Maintain Exif metadata when you request a file picture resized.
Example: When I upload an image using InputFile on Blazor, if I…
-
Code
```
fn check_file(path: &str) {
let content = match fs::read(&path) {
Ok(content) => content,
Err(e) => {
println!("{e}");
return;
}
…
-
Code
```
fn check_file(path: &str) {
let content = match fs::read(&path) {
Ok(content) => content,
Err(e) => {
println!("{e}");
return;
}
…
-
Hey there,
first things first: thanks for the module!
I'm having encoding problems with certain EXIF strings, e.g. the `ImageDescription`
This is what other EXIF readers tell me:
`Fahrt über den Oz…