-
Dear Fabiano,
would it be possible to integrate a "Count Mode" similar as in the Circuitar Dimmer library? This is the mode that uses complete half-waves to dim. That would be very helpful.
Reg…
-
I worked recently on a line iterator function that works in any case. I just saw you just copied and pasted some shitty example on stackoverflow.
I made a function that works in any case that can b…
-
May need some magic geometry shader work here, or switch to line lists. Demonstrated in Conveni box borders.
-
```
What steps will reproduce the problem?
Open any .ass script that uses a bord value of 100 and render the subtitle
script beyond the video's native resolution.
For example "{\bord100}TEST TEST TE…
-
In Datashader we recently ran into an issue with a function that uses tuple expansion, which would compile for CPU targets but not on CUDA. This seemed to be because it didn't expand out the tuple and…
-
Is there a timeline for the merge of the rewrite branch ?
Latest release was 1 year ago.
-
This issue outlines a plan for fast rendering of paths, solving *conflation artifacts.* The results should match MSAA (multisampled antialiasing) closely, but the antialiasing is done in compute rathe…
-
## Issue & Steps to reproduce
1. Create an empty image >= 500x500 in size (visible at 500, but more obvious at higher resolutions)
2. Zoom out significantly - for a 500x500 image, I used 25% zoom,…
-
## Description
I was writing some unittests in a project and I discovered this.
## Way to reproduce
```python
import numpy as np
import matplotlib.pyplot as plt
from skimage.draw impor…
-
Detecting light sources from environment maps
http://bit.ly/2WQYuqj
About 0 Minutes
Detection of light sources
This article presents a Python implementation of an algorithm for detecting light so…