-
**Question**
Is there a reason not to convert the exported PNGs to JPGs?
**Additional context**
First of all: Thank you so much for this great plugin! I love the results.
I experienced slow lo…
-
It seems that golang's jpeg encoder only supports downsampling. It would be nice to be able to fine-tune what kind of subsampling is used when encoding jpegs, or alternatively disable downsampling whe…
-
I ran the following Python script after compiling and installing jetson-utils on my Orin devkit:
```python
from jetson_utils import videoSource, videoOutput
options = {}
video_input='/dev/vide…
-
Working on a piece of code that converts images from one format to another while applying some other options provided by `DynamicImage`. Just realized (the hard way) that if I try to blindly convert a…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue p…
-
FIRST, I reference jpeg encoder library:
https://github.com/owencm/javascript-jpeg-encoder/blob/master/jpeg_encoder_basic.js
SECOND: I alter your code around the export plugins
I'm sure there is a c…
PeteW updated
9 years ago
-
I'm running into a " CAP: Can't release HW buffer=1 (skipped frame): Cannot allocate memory" issue with libcamerify.
It seems there is something happening with releasing memory. When I open the stre…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue p…
ptrsr updated
2 weeks ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue p…
-
Hi there! I have tried the weight of decoder you provided here:
[WM weights of latent decoder](https://dl.fbaipublicfiles.com/ssl_watermarking/sd2_decoder.pth)
and I generate an image using code pro…