Martijn Gribnau

Results 180 issues of Martijn Gribnau

Input: ``` Savage Computer Algebra System 0.2.0 Enter ? for help, press Ctrl+D to quit, Ctrl+C to cancel evaluation in: ? ``` Output: ``` Error: [ Simple { span: 0..1,...

AVIF encoding support has been added to `image`, and can be enabled by using the feature flag `avif`. The encoder uses ravif under the hood which is a crate which...

kind: enhancement

```image-script type Image = internal 'Image'; type Set[T] = internal 'Set'; type Seq[T] = internal 'Seq'; fn Image.resize = (image: Image) => image |> call_internal 'ImageOps::resize'; ``` ```rust struct Image...

image + imageproc dependency problem = these two libraries both depend on primitives in image, and they need to be in sync (i.e. exactly the same version); imageproc doesn't have...

concept: ``` sic --input / -i [file] / [file glob:m1] --output / -o [file] / [folder:m1] sic animate --input / -i [folder] / [file glob] --output [file] ```

in sic_core, and elsewhere, as there are a lot of breaking changes 😄. list of issues encountered while upgrading, so far: * [ ] Requirement of Seek in addition to...

## Milestones **Milestone planning by version** * v0.15 #616 (released) * v0.16 #693 (released) * v0.17 #773 (released) * v0.18 #797 (released) * v0.19 #835 (released) * v0.20 #920 (released)...

C-tracking
C-project

Relevant: https://github.com/foresterre/sic/pull/852

C-bug
C-infrastructure

See [paper](https://keithp.com/~keithp/porterduff/p253-porter.pdf)

A-image-engine