Ilia Ki

Results 54 issues of Ilia Ki

- lazy image / image with sride!1 != 1 -> buffering (4 KB buffer) -> writer stream - image with srride!1 == 1 -> writer stream - image with ideal...

Benefits: 1. Faster iterations (the color dimension becames CT loop). 2. Explicit image type system is less buggy for devs and users 3. Single conversion shell based on std.color can...

enhancement
task

1. That it is required. 2. `ldmd2` should be used with DUB, not `ldc2`

https://github.com/dlang/phobos/pull/4780 will be available for 2.072. As soon as LDC will have it too, the code can be simplified.

Nicholas Wilson merged [dcompute](https://github.com/libmir/dcompute) to libmir organization. It is not ready yet, but we can figure out what DCV algorithms can be expressed as GPU kernels, and what GPU subroutines...

It can be replaced with single template which calls ndslice.algorithm and colour transformations from upcoming Phobos `color` module. Dub: http://code.dlang.org/packages/color Git: https://github.com/TurkeyMan/color Colour thread at forum: https://forum.dlang.org/thread/[email protected] In addition, color...

task
deprecation

As soon as [mir.image](https://github.com/libmir/mir/issues/343) be implemented, we will have good conversions between all formats we use. `ranged` is functions that stretch color domain for each channel. If you apply this...

deprecation

Please add tests for LDC and different compiler versions. Also windows testing is very important for users. See also how it is done for Mir: https://github.com/libmir/mir/blob/master/circle.yml https://github.com/libmir/mir/blob/master/.travis.yml https://github.com/libmir/mir/blob/master/appveyor.yml

enhancement
task

Does existing or future dcv requires ML algorithms? If yes, please open an issue in https://github.com/libmir/mir/issues . Most of ML can be split to data preparation and other computations. _Other_...

Hello, I want to get general usage information, e.g. the list of all packages in dub registry that use for example Mir (probably it is zero for now).