Denys
Denys
First version of VineGifR with sound. It adds about 200K to final image, with almost no performance overhead.
I'm working on embedding sound data into gif stream. You can see the example on http://denyspotapov.com/gif-sound.html (click on button and then on gif image). Gif allows embedding custom data in...
Replace homemade random generator with PHP7 `int random_int (int $min, int $max )`. For backward compatibility use [random_compat](https://github.com/paragonie/random_compat) polyfill.
I try to move the subject from one subject set to another. Finding and adding the subject to new subject set works: ```python origin = SubjectSet.find(origin_id) destination = SubjectSet.find(destination_id) subject...