-
### Feature description
hi:
i have saved a dataset to png file.
> file = "/vsimem/output.png";
> out_drv.CreateCopy(file, dstile, 0, new String[0]);
then i want to get the file's byte array …
-
Hi everyone,
I’m attempting to perform spatial calibration with the PLUS Toolkit, but I keep running into issues, and I’m not entirely sure why.
Initially, I suspected that the problem was due t…
-
We are displaying data from different channels. When switching channels, the data is not all updated to the corresponding data。
Switch channel event, the code is as follows:
![code](https://github.c…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### What were you trying to do?
Embed png file into page
### How did you attempt to do it?
```ts
const pdf = await PDFDocument.create();
const image = await pdf.embedPng(file);
const page = pdf.…
-
https://github.com/ahyatt/ekg/blob/839c6ce9a40bd7b7a12b791dc74f172ac1f378e6/ekg.el#L1624
I have a number of ways I modify notes to linkify things. My most recent one is adding advice to `ekg-displ…
-
Hello.
I've looking into this issue in forum and github. Normally it happens after an error which is the cause, But,the only error I can see is not retrieving any image. What is happening? Hardware…
-
@o-on-x has offered to work on this for their own agent
-
I'd like to be able to analyze predictions in "focal tiles" which have no overlap with their neighbors (solid lines in the figure). But to obtain these tiles, I'd like to perform inference for larger …
-
**Describe the bug**
If the `D` parameter to `fl_draw_image()` is negative (to indicate a horizontal flip), ALL the pixels sampled from the image are off by 1 row, and the bottom row of pixels are …