Martijn Gribnau

Results 180 issues of Martijn Gribnau

Depends on: #10, #36 Todo: look at possibilities, check what works from a usability standpoint. Make - `convert ` and - `save ` part of script. This might make ``...

C-enhancement

After #320 is merged, we'll run cargo-deny on the CI instead of manually. The PR currently uses the cargo-deny-action plugin which explicitly mentions it being [work in progress](https://github.com/EmbarkStudios/cargo-deny-action/tree/53571d8f729d38b73852ea06c3449ab3210ede4f#-cargo-deny-github-action). When it...

C-infrastructure

![image](https://user-images.githubusercontent.com/5955761/75629203-2896e100-5be0-11ea-8e18-098e8724991a.png) * Consider handling the tests cases which are expected to panic in a different way, so when an actual failure happens during a CI run we can spot that...

C-bug
C-infrastructure

* [ ] depixelizing pixel-art (related: [paper](https://dl-acm-org.tudelft.idm.oclc.org/doi/10.1145/2010324.1964994)) * [ ] pixelizing raster images (related: issue #261, [paper](https://dl-acm-org.tudelft.idm.oclc.org/doi/10.5555/2330147.2330154))

Provide a pixelify command which transforms the image into a reasonable "pixel art"-like image.

C-enhancement
A-parser
A-image-engine

Find better names for the methods which define the two incorporated ways to execute image operations (currently AOS and IOCA). > There are currently two ways to perform image operations...

S-help-wanted
C-documentation

* Multiple very similar solutions are in the repository right now **Goal:** * Provide a setup image function which can be used across crates, thus is: * Flexible enough (support...

C-enhancement
Hacktoberfest
A-testing-(dev)

* Multi-format flags [**complete**, issue: #11, pr: #60] * ~~Better image operations pipeline (but ProcessWithConfig will do for now) [only the user manual uses ProcessWithConfig right now, phasing out]~~ *...

Playground: ``` # begin := start a scoped environment # end := end the scoped environment # # initially only in the root (i.e. no true scoping) begin draw: #...